0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/e2e-api/content
Rishabh Garg 18b59d2c01
Removed archived tiers from content api (#14329)
closes https://github.com/TryGhost/Team/issues/1426

When fetching tiers using the content API, we incorrectly returned all tiers including archived ones unless the active:true filter is passed. Correct behaviour is to always hide archived tiers, so this filter should not be required.

- forces `active:true` filter for tiers content api browse
- updates test to check for archived test removal in tiers content api
2022-03-16 22:02:42 +05:30
..
__snapshots__ Fixed tiers test with correct visibility (#14280) 2022-03-08 18:00:30 +05:30
authors.test.js
key_authentication.test.js
pages.test.js Added tiers data for posts with non tiers visibility 2022-03-04 18:22:59 +05:30
posts.test.js Added tiers data for posts with non tiers visibility 2022-03-04 18:22:59 +05:30
settings.test.js Converted settings e2e test to use test-framework 2022-02-24 00:47:09 +13:00
tags.test.js
tiers.test.js Removed archived tiers from content api (#14329) 2022-03-16 22:02:42 +05:30
utils.js Added alias for non-versioned API endpoints 2022-03-03 20:21:22 +13:00