Ghost/test/e2e-api
Fabien 'egg' O'Carroll 805c9f22f5
Added e2e test for comping Members (#14094)
no-issue
refs https://github.com/TryGhost/Members/commit/6860e3c1
refs https://github.com/TryGhost/Members/commit/03a6d694

This adds an e2e tests for the regression we had with comping members.

The stripe service imports the members service, which will instantiate
members-ssr once it is loaded, which will use the uninstantiated
settings cache resulting in errors due to a missing theme_session_secret.

For this reason we require the stripe service inside of the test function,
rather than at the top level of the file
2022-02-01 18:57:27 +02:00
..
admin Added e2e test for comping Members (#14094) 2022-02-01 18:57:27 +02:00
content Renamed withBackend/withFrotned to backend/frontend 2021-11-22 21:56:32 +13:00