Ghost/ghost/core/test/regression/api/content
Naz 92fb2a54ae Fixed non-deretministic post ordering in content gating test suite
refs https://github.com/TryGhost/Ghost/pull/17609

- The tests for content gating started to fail with introduction of the index on `published_at` data in for `posts` table. The reason for the failure was identical `published_at` date set during the fixture insertion, making the returned results change order non-deterministically. The problem is mostly in how the test is set up as it's quite unrealistic to have multiple posts in the system inserted at the same time down to millisecond. Maybe... by some coincidence, but thats not a problem we should care too much about imo.
2023-08-11 17:31:13 +08:00
..
authors.test.js 🔒 Fixed filtering on private Author fields in Content API 2023-05-03 08:43:20 -04:00
pages.test.js 🔒 Fixed filtering on private Author fields in Content API 2023-05-03 08:43:20 -04:00
posts.test.js Fixed non-deretministic post ordering in content gating test suite 2023-08-11 17:31:13 +08:00
tags.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
utils.js Added comment property to posts in Content API 2022-07-28 14:55:53 +01:00