Ghost/test/regression/api/v3/admin
Kevin Ansfield 19d5448101
🐛 Fixed complimentary members' content gating (#12761)
no issue

Comped members were not able to view paid-member content because content gating was only looking for `member.status === 'paid'` which doesn't take into consideration members on a "complimentary" plan.

- added front-end acceptance tests for member access to posts
- updated content-gating check to take comped members into consideration
2021-03-15 19:13:48 +13:00
..
authentication_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
db_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
identities_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
images_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
labels_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
members_signin_url_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
members_spec.js 🐛 Fixed complimentary members' content gating (#12761) 2021-03-15 19:13:48 +13:00
notifications_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
pages_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
posts_spec.js 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
redirects_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
schedules_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
settings_spec.js Refactored usage of pre v4 "unsplash" setting format 2021-02-18 10:55:59 +13:00
site_spec.js Added regression tests for Admin API /site endpoints 2021-03-09 22:10:27 +13:00
slack_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
users_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
utils.js Updated utils for site endpoint response checks 2021-03-09 22:12:05 +13:00
webhooks_spec.js Fixed fixture creation order in webhooks tests 2021-03-04 10:56:58 +01:00