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 414344c86c
Improved property matchers concept in e2e-framework
refs: https://github.com/TryGhost/Toolbox/issues/158

- rather than just exposing any, anything and string matching, expose more specific matchers.
- this was triggered by `any(Date)` not working for dates in our API
- it seems poor to match `any(String)` for something we want to be a well formatted date
- establishes the pattern of using our defined matchers instead of requiring any/anything from jest
2022-02-08 16:36:08 +00:00
..
__snapshots__ Improved property matchers concept in e2e-framework 2022-02-08 16:36:08 +00:00
authentication.test.js Improved property matchers concept in e2e-framework 2022-02-08 16:36:08 +00:00
db.test.js
identities.test.js
images.test.js
labels.test.js
members-importer.test.js
members.test.js Improved agentProvider api in e2e-framework 2022-02-08 14:39:24 +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