0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/regression/api/v3/admin
Naz c080f4b77d Fixed redirects integration tests
refs refs https://linear.app/tryghost/issue/CORE-84/have-a-look-at-the-eggs-redirects-refactor-branch

- The tests needed to have a clean state with empty redirects file, which was previously ensured through "configUtils". Because configUtils don't play ball with the class initialization pattern this approach was chosen
- It's an end-to-end test with lots of logic and pobably would be enough to run against single API endpoint. Leaving it as is and to be improved in the future
2021-11-03 07:41:55 +13:00
..
authentication.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
db.test.js Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
identities.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
images.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
labels.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
members.test.js Fixed empty response when import triggers a job 2021-07-23 21:14:06 +04:00
members_signin_url.test.js Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
notifications.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
pages.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
posts.test.js Added email_only property in Posts Admin API v4 2021-08-05 19:44:35 +12:00
redirects.test.js Fixed redirects integration tests 2021-11-03 07:41:55 +13:00
schedules.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
settings.test.js Added email disabling flag to settings records 2021-07-29 20:30:30 +12:00
site.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
slack.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
users.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
utils.js Refactored test utils "post" properties 2021-05-13 15:41:27 +04:00
webhooks.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00