Ghost/ghost/admin/tests/acceptance
Kevin Ansfield 98b5506d64 🎨 Added confirmation dialog any time a post/page will be published
refs https://github.com/TryGhost/Team/issues/1169

Previously we were only showing a confirmation dialog if a publish action would trigger an email which was inconsistent and did not instil confidence when publishing.

- replaced old `modal-confirm-email-send` modal with the newer-style `modals/editor/confirm-publish` component
  - updated to handle standard publish in addition to email publish
  - updated copy
  - added "error" state when attempting to send email-only post to no members
- updated publish menu `save` task to open the confirm modal when going from `draft` to `published` or `scheduled`
  - underlying save with email polling moved to `_saveTask` so it can be re-used across `save` task (when not publishing) and when confirming from the modal
2021-12-07 00:18:24 +00:00
..
settings Removed obsolete integration files 2021-11-05 13:42:38 +01:00
authentication-test.js Fixed staff tests 2021-11-04 09:40:24 +01:00
content-test.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +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 Added blank dashboard screen 2021-02-02 16:08:00 +00:00
editor-test.js 🎨 Added confirmation dialog any time a post/page will be published 2021-12-07 00:18:24 +00:00
error-handling-test.js 🎨 Added confirmation dialog any time a post/page will be published 2021-12-07 00:18:24 +00: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-test.js Fixed bulk delete members list test 2021-10-01 19:27:31 +05:30
offers-test.js Removed Offers related usage of labs flag (#2134) 2021-11-03 16:55:45 +02:00
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 Fixed tests 2021-02-24 15:56:18 +00:00
signin-test.js Using accent color on login button 2021-03-03 13:36:44 +01:00
signup-test.js Fixed tests 2021-02-24 15:56:18 +00:00
staff-test.js Fixed staff tests 2021-11-04 09:40:24 +01:00