0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/e2e-api/admin/__snapshots__
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
..
emails.test.js.snap Update dependency @tryghost/mw-error-handler to v1 (#14719) 2022-05-07 15:28:28 +01:00
labels.test.js.snap Update dependency @tryghost/mw-error-handler to v1 (#14719) 2022-05-07 15:28:28 +01:00
members-newsletters.test.js.snap Added subscription.price.tier mapping (#14849) 2022-05-17 16:38:25 +02:00
members-stripe-connect.test.js.snap Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
members.test.js.snap Fixed bulk unsubscribe counts (#14871) 2022-05-20 13:40:55 +02:00
newsletters.test.js.snap Renamed newsletter_id and email_recipient_filter options (#14798) 2022-05-16 10:18:04 +02:00
offers.test.js.snap Update dependency @tryghost/mw-error-handler to v1 (#14719) 2022-05-07 15:28:28 +01:00
session.test.js.snap Update dependency @tryghost/mw-error-handler to v1 (#14719) 2022-05-07 15:28:28 +01:00
settings.test.js.snap Fixed Stripe Connect (#14857) 2022-05-18 13:27:50 +01:00
site.test.js.snap Updated test suites to play nicely with 5.0 2022-05-19 14:19:48 +08:00
snippets.test.js.snap Update dependency @tryghost/mw-error-handler to v1 (#14719) 2022-05-07 15:28:28 +01:00
stats.test.js.snap Added /stats/subscriptions API (#14547) 2022-04-27 14:53:32 +01:00
tiers.test.js.snap Updated Tiers API data structure (#14795) 2022-05-16 19:47:18 +01:00
webhooks.test.js.snap Updated test suites to play nicely with 5.0 2022-05-19 14:19:48 +08:00