0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/regression/api/admin
Hannah Wolfe da44ccaf11
Removed querystring dep from members tests
refs: https://github.com/TryGhost/Toolbox/issues/158

- if we had to combine a large list of params then this would make sense
- we could/should also add a .query() method to our agent
- however, I don't think this is worthwhile/necessary for just 2 params right now :)
2022-02-09 21:14:17 +00:00
..
__snapshots__ Updated members tests to use snapshot testing 2022-02-09 20:15:58 +00:00
authentication.test.js Added mockLabsEnabled helper 2022-02-08 20:31:02 +00:00
db.test.js
identities.test.js
images.test.js
labels.test.js
members-importer.test.js
members.test.js Removed querystring dep from members tests 2022-02-09 21:14:17 +00:00
members_signin_url.test.js
notifications.test.js
pages.test.js
posts.test.js
redirects.test.js
schedules.test.js
settings.test.js
site.test.js Improved property matchers concept in e2e-framework 2022-02-08 16:36:08 +00:00
slack.test.js
users.test.js
utils.js
webhooks.test.js