Ghost/ghost/core/test/regression/api/admin
Naz e170f293e3
Extracted sleep method to e2e framework module
no issue

- The sleep method has been used in 8 modules reimplementing the same thing over and over again. It's usually a sign of async event processing outside of the request/response loop. It's good to have a single point of implementation for a "hack" like this, so we could track it easier and address the even processing delay in a more optimal way centrally if it ever becomes a bottleneck
2022-12-05 17:26:29 +07:00
..
__snapshots__ Increased Vary granularity for versioned requests 2022-09-28 14:48:43 +08:00
authentication.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
db.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
identities.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
images.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
members-importer.test.js Extracted sleep method to e2e framework module 2022-12-05 17:26:29 +07:00
members-signin-url.test.js Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
notifications.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
pages.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
posts.test.js Added email service package (#15849) 2022-11-21 10:29:53 +01:00
redirects.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
schedules.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
settings.test.js 🐛 Fixed settings overriden when updated from multiple tabs (#15536) 2022-10-12 14:03:54 +01:00
slack.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
update-user-last-seen.test.js Renamed users:no-owner to users as main user fixture 2022-09-02 10:08:37 +01:00
users.test.js Fixed import of bson-objectid in accordance to the typings 2022-10-12 14:54:35 +07:00
utils.js Reduced default post relations (#15798) 2022-11-15 10:17:26 +01:00
webhooks.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00