0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test/e2e-api/admin/__snapshots__
Thibaut Patel 88877312b5
Removed the default column from the newsletters table (#14428)
refs https://github.com/TryGhost/Team/issues/1474

- The `default` concept will be replaced by the first newsletter based on the `sort_order`
- This removes the `default` value from the newsletter API
- This simplifies the design to make the api and datastructure more maintainable
2022-04-07 11:50:20 +02:00
..
emails.test.js.snap Added missing e2e emails API browse & retry tests 2022-03-28 17:32:58 +01:00
labels.test.js.snap Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
mail.test.js.snap Added missing e2e mail API retry test 2022-03-28 17:32:57 +01:00
members-stripe-connect.test.js.snap Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
members.test.js.snap Removed the default column from the newsletters table (#14428) 2022-04-07 11:50:20 +02:00
newsletters.test.js.snap Removed the default column from the newsletters table (#14428) 2022-04-07 11:50:20 +02:00
offers.test.js.snap Added e2e tests for offers API (#14335) 2022-03-24 13:41:48 +01:00
session.test.js.snap Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
settings.test.js.snap Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
site.test.js.snap
snippets.test.js.snap Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
stats.test.js.snap Removed pagination from members stats endpoint and added extra day to output (#14429) 2022-04-06 17:10:47 +02:00
tiers.test.js.snap