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
forms.js Migrated staff user screen to Ember Octane patterns (#15532) 2022-10-05 12:05:31 +01:00
labs-flag.js
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
members.js 🐛 Fixed active state bug in sidebar nav (#15511) 2022-10-03 19:49:21 +01:00
newsletters.js
stripe.js Increased publish flow acceptance tests 2022-05-31 22:59:20 +01:00
visit.js