Ghost/ghost/admin/tests/acceptance
Kevin Ansfield 51b0cfb199 Fixed members list query not always matching route params
refs e25e36352d

- referenced refactor accidentally removed direct usage of `params` in `fetchMembersTask()`
- because it's called from the `model()` hook the query param properties on `this` have not yet been updated to the new params meaning we were querying the API with stale params
2021-04-08 16:00:43 +01:00
..
settings Added YAML file support for redirects (#1703) 2021-02-22 13:27:00 +13:00
authentication-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
content-test.js Updated navigation (#1832) 2021-02-02 16:08:06 +00: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 Fixed tests 2021-02-08 21:56:18 +00:00
error-handling-test.js Using accent color on login button 2021-03-03 13:36:44 +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-test.js Fixed members list query not always matching route params 2021-04-08 16:00:43 +01: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 Clarified staff user roles in Admin (#1874) 2021-04-07 15:20:30 +01:00