Ghost/ghost/admin/tests/helpers
Kevin Ansfield 524b23c182
Migrated staff user screen to Ember Octane patterns (#15532)
refs https://github.com/TryGhost/Ghost/issues/14101

- migrated staff user controller to native class syntax
- removed use of `{{action}}` helper
- moved from custom components to native `<input>` and `<textarea>` for form fields
  - added `{{select-on-click}}` modifier to cover the `<GhTextingInput @selectOnClick>` option behaviour for any input element
- added `submitForm()` test helper that finds closest `form` element and trigger's a `submit` event on it simulating <kbd>Enter</kbd> being pressed whilst a field has focus
2022-10-05 12:05:31 +01:00
..
file-upload.js Refactored deprecated usage of [files] option param for triggerEvent 2019-05-13 15:31:32 +01:00
forms.js Migrated staff user screen to Ember Octane patterns (#15532) 2022-10-05 12:05:31 +01:00
labs-flag.js Added non-Stripe members setting screen acceptance tests 2022-02-18 22:36:01 +00:00
login-as-role.js Added regression test for publishing as editor when over member limit (#15518) 2022-10-03 12:05:58 +01:00
mailgun.js Added initial tests for new publish flow 2022-05-30 19:12:16 +01:00
members.js 🐛 Fixed active state bug in sidebar nav (#15511) 2022-10-03 19:49:21 +01:00
newsletters.js Added initial tests for new publish flow 2022-05-30 19:12:16 +01:00
stripe.js Increased publish flow acceptance tests 2022-05-31 22:59:20 +01:00
visit.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00