Ghost/test
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
..
api-acceptance 🐛 Fixed complimentary members' content gating (#12761) 2021-03-15 19:13:48 +13:00
frontend-acceptance 🐛 Fixed complimentary members' content gating (#12761) 2021-03-15 19:13:48 +13:00
regression 🐛 Fixed complimentary members' content gating (#12761) 2021-03-15 19:13:48 +13:00
unit Updated fixture copy 2021-03-11 19:20:30 +00:00
utils 🐛 Fixed complimentary members' content gating (#12761) 2021-03-15 19:13:48 +13:00
.eslintignore Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00