Ghost/ghost/admin/tests/acceptance
Kevin Ansfield 99f05e14b2 🐛 Fixed default publish type being "Publish and email" when default recipients set to "Usually nobody"
no issue

The default recipients setting "Usually nobody" was being respected with the email recipient list defaulting to no members selected. However the UI for that state was confusing because the default publish options ended up being "Publish and email" and "Not sent as a newsletter" but it was expected to be "Publish" with the newsletter option being disabled.

- updated the `PublishOptions` setup to reflect the desired outcome for "Usually nobody"
  - default publish type is set to "Publish"
  - default email recipients are set to match post visibility - this means there are fewer clicks required when switching from "Publish" to "Publish and send"
- updated mirage data setup so any members created are automatically assigned to any newsletter instance with `subscribeOnSignup` set
  - ensures we get proper member counts in the publish flow
2022-05-30 20:04:04 +01:00
..
editor 🐛 Fixed default publish type being "Publish and email" when default recipients set to "Usually nobody" 2022-05-30 20:04:04 +01:00
members Cleaned up removed feature flags 2022-05-25 10:11:24 +02:00
settings Improved test settings fixtures 2022-05-30 14:09:29 +01:00
authentication-test.js 🎨 Redesigned user authentication pages (#2286) 2022-03-08 17:30:46 +00:00
content-test.js Improved test output readability for custom views failures 2022-03-31 10:52:54 +01:00
custom-post-templates-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
dashboard-test.js Cleaned up removed feature flags 2022-05-25 10:11:24 +02:00
editor-test.js Added initial tests for new publish flow 2022-05-30 19:12:16 +01:00
error-handling-test.js Removed usage of old publish menu for contributors 2022-05-16 14:18:04 +01:00
launch-flow-test.js Fixed unauthed access to launch wizard and updated test to use Owner user 2021-02-04 17:45:16 +00:00
members-activity-test.js Cleaned up membersActivityFeed labs flag (#2309) 2022-03-30 12:43:52 +01:00
members-test.js 🐛 Fixed slow loading and high memory usage of members list screen 2022-03-15 18:26:24 +00:00
offers-test.js Renamed products to tiers (#2372) 2022-05-11 22:41:54 +05:30
password-reset-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
setup-test.js Cleaned up improvedOnboarding labs flag 2022-05-18 10:13:06 +01:00
signin-test.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
signup-test.js Migrated signup screen to Octane patterns 2022-05-27 13:28:29 +01:00
staff-test.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00