Ghost/ghost/core/test/e2e-api/content
Kevin Ansfield 5d8ea79788
Implemented pages.hide_title_and_feature_image property in API (#17211)
closes https://github.com/TryGhost/Product/issues/3557

- bumped `@tryghost/admin-api-schema` to allow passthrough of the new property in API requests
- updated output mapper to ensure property always returns a boolean rather than `null` in the case where `posts_meta` doesn't exist for a page
- updated `PostsService.copyPost()` to include the new property when copying
- updated `checkResponse` test util and snapshots to expect `hide_title_and_feature_image` property in page API responses
- fixed pages e2e test so it doesn't inadvertently modify the match object breaking later tests
2023-07-05 14:01:24 +00:00
..
__snapshots__ Implemented pages.hide_title_and_feature_image property in API (#17211) 2023-07-05 14:01:24 +00:00
authors.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
key_authentication.test.js Changed Content API caching to public 2022-09-26 14:54:50 +08:00
newsletters.test.js Added Content-Version header to all API requests 2023-01-18 08:38:07 +01:00
offers.test.js Added Content-Version header to all API requests 2023-01-18 08:38:07 +01:00
pages.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
posts.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
settings.test.js Added Content-Version header to all API requests 2023-01-18 08:38:07 +01:00
tags.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
tiers.test.js Tested filtering visibility in Tiers Content API 2023-05-19 13:12:33 -04:00
utils.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00