Ghost/ghost/admin/tests/acceptance
Sag e6254bbb93
🎨 Removed member bulk deletion safeguard from safe queries (#20747)
fixes https://linear.app/tryghost/issue/ENG-1484

- in Ghost release
[v5.89.0](https://github.com/TryGhost/Ghost/releases/tag/v5.89.0), we
have added a safeguard around bulk member deletion, due to a limitation
in NQL for member filters (commit: 2484a77)
- with this change, we limit the safeguard to only the cases we know are
problematic, and remove it for other useful and safe queries
- more precisely, the safeguard is in place only when:
    - Multiple newsletters exist, and the filter contains 2 or more
newsletter filters
    - If any of the following stripe filters are used even once:
        - Billing period
        - Stripe subscription status
        - Paid start date
        - Next billing date
        - Subscription started on post/page
        - Offers
2024-08-14 15:48:54 +00:00
..
editor Fixed flaky admin test in Publish+Send Flow (#20463) 2024-06-26 16:05:51 +07:00
members 🐛 Disabled bulk deletion when multiple member filters are applied (#20681) 2024-07-29 17:33:23 +02:00
authentication-test.js
content-test.js Improved performance loading posts & pages in admin (#20646) 2024-07-29 16:19:28 +00:00
custom-post-templates-test.js
dashboard-test.js
editor-test.js Renamed subtitle to excerpt (#20334) 2024-06-05 17:59:30 +01:00
error-handling-test.js
members-activity-test.js
members-test.js 🎨 Removed member bulk deletion safeguard from safe queries (#20747) 2024-08-14 15:48:54 +00:00
mentions-test.js
offers-test.js
onboarding-test.js Cleaned up onboardingChecklist GA labs flag 2024-06-20 11:42:42 +01:00
password-reset-test.js Updated password reset notification (#20510) 2024-07-02 15:24:14 +02:00
search-test.js Cleaned up internalLinking labs flag 2024-08-12 13:08:29 +01:00
setup-test.js Cleaned up onboardingChecklist GA labs flag 2024-06-20 11:42:42 +01:00
signin-test.js
signup-test.js
staff-test.js
tags-test.js