0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/apps
Ronald Langeveld 1c95acfd57
Fixed flaky Admin X design tests (#21426)
ref ONC-478

- Admin X design tests became flaky largely due to the implementation of
a debounce.
- Initially running a `waitForTimeout` helped to give the environment
enough time to ensure that the specific requests are made, however it
proved to be unpredictable across CI and locally.
- We then replaced `waitForTimeout` in with `waitForRequest` to ensure
tests reliably wait for specific requests.
- Updated logic to check `x-ghost-preview` headers directly, ensuring
the correct response headers are captured and tested against
- Improved stability by using request interception and matching,
preventing debounce issues in the tests.
2024-10-28 17:25:05 +09:00
..
admin-x-activitypub Bumped admin-x-activitypub package 2024-10-23 19:44:40 +01:00
admin-x-demo 🌐 Updated packages for improved i18n support (#21218) 2024-10-03 22:27:16 +00:00
admin-x-design-system Update dependency react-select to v5.8.2 2024-10-28 00:12:27 +00:00
admin-x-framework Fixed flaky Admin X design tests (#21426) 2024-10-28 17:25:05 +09:00
admin-x-settings Fixed flaky Admin X design tests (#21426) 2024-10-28 17:25:05 +09:00
announcement-bar Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00
comments-ui Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00
portal Bumbed Portal to 2.46.0 2024-10-25 10:34:24 +00:00
signup-form Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00
sodo-search 🐛 Fixed search state bug & missing last result (#21417) 2024-10-28 12:50:15 +07:00