Ghost/ghost/admin/tests/helpers
Kevin Ansfield 3f0e46c7b0 Added initial tests for new publish flow
refs https://github.com/TryGhost/Team/issues/1586

- added test helper for enabling/disabling members and helpers for disabling mailgun and newsletters
- added `loginAsRole` helper that alleviates duplication of user+role creation and also handles log-out before log-in so it's easier to mix different role tests within a block that has a default role setup in `beforeEach()`
- cleaned up editor tests that were skipped due to using the old publish flow
- added `Publish flow` acceptance test suite with an initial batch of tests
2022-05-30 19:12:16 +01:00
..
file-upload.js
labs-flag.js
login-as-role.js Added initial tests for new publish flow 2022-05-30 19:12:16 +01:00
mailgun.js Added initial tests for new publish flow 2022-05-30 19:12:16 +01:00
members.js Added initial tests for new publish flow 2022-05-30 19:12:16 +01:00
newsletters.js Added initial tests for new publish flow 2022-05-30 19:12:16 +01:00
stripe.js
visit.js