mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
7a800ec06e
closes Tryghost/Team#2975 - The test was failing because the order of the posts was not guaranteed - The posts receive a published_at timestamp = new Date() when they are created, unless a published_at date is passed in - ~1/3 times the tests would run, the ordering would change and this test would fail - This commit fixes the test by passing in a published_at date to ensure the order is always the same |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-browser | ||
e2e-frontend | ||
e2e-server | ||
e2e-webhooks | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js |