Ghost/test
Simon Backx 419fa24f27
Fixed bulk unsubscribe counts (#14871)
refs https://ghost.slack.com/archives/C02G9E68C/p1652980792270029

- When bulk unsubscribing members, the number of deleted newsletter relations are returned instead of the number of members with newsletters that were cleared
- Updates members-api to 8.1.0, which uses this new option to delete newsletter relations by member_id instead of the id of the relation (which allows us to fetch the number of successfully/failed member deletes) Changes: https://github.com/TryGhost/Members/pull/400
- Added tests for bulk unsubscribe and bulk delete labels (because they both use the updated bulkDestroy method)
2022-05-20 13:40:55 +02:00
..
e2e-api Fixed bulk unsubscribe counts (#14871) 2022-05-20 13:40:55 +02:00
e2e-browser Added note about installing the E2E browsers 2022-02-22 10:20:40 +01:00
e2e-frontend Fixed failing checkout session creation for offers (#14855) 2022-05-18 15:10:07 +05:30
e2e-server Covered well-known endpoint with e2e test 2022-05-20 13:18:26 +08:00
integration Removed useless comment 2022-05-17 17:21:38 +08:00
regression Improved assertions in frontend test suite 2022-05-17 17:21:38 +08:00
unit Reworked preview controller output 2022-05-17 17:21:38 +08:00
utils Added root Ghost server/API test agent 2022-05-20 13:17:00 +08:00
.eslintignore Updated casper test fixture to latest version 2022-01-25 14:10:53 +00:00
.eslintrc.js Upgraded no-skipped-test rule to error 2021-05-26 14:57:43 +01:00
.jshintrc Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00