0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/e2e-api/admin
Matt Hanley 923477eb6f Fixed issue with creation of multiple newsletters
- Newsletter defaults were a static object with the default UUID resolved once
- This caused conflicts on subsequent create requests
- Defaults are now resolved as a function so each call gets a new UUID
2022-04-28 11:30:20 +01:00
..
__snapshots__ Fixed issue with creation of multiple newsletters 2022-04-28 11:30:20 +01:00
actions.test.js
config.test.js
custom-theme-settings.test.js
db.test.js
email-preview.test.js
emails.test.js
files.test.js
images.test.js
integrations.test.js
invites.test.js
key-authentication.test.js
labels.test.js Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
mail.test.js
media.test.js
members-importer.test.js Fixed mockLabs disabling all other flags (#14621) 2022-04-28 10:55:20 +02:00
members-newsletters.test.js Fixed mockLabs disabling all other flags (#14621) 2022-04-28 10:55:20 +02:00
members-stripe-connect.test.js Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
members.test.js Fixed mockLabs disabling all other flags (#14621) 2022-04-28 10:55:20 +02:00
newsletters.test.js Fixed issue with creation of multiple newsletters 2022-04-28 11:30:20 +01:00
notifications.test.js
oembed.test.js
offers.test.js
pages.test.js
posts.test.js Filtered member email recipients based on the newsletter subscriptions (#14489) 2022-04-26 12:31:34 +01:00
products.test.js
redirects.test.js
roles.test.js
session.test.js Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
settings-files.test.js
settings.test.js Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
site.test.js
slugs.test.js
snippets.test.js Added expectEmptyBody assertions to e2e framework 2022-03-31 18:56:05 +01:00
stats.test.js Added /stats/subscriptions API (#14547) 2022-04-27 14:53:32 +01:00
tags.test.js
themes.test.js
tiers.test.js Fixed mockLabs disabling all other flags (#14621) 2022-04-28 10:55:20 +02:00
users.test.js
utils.js Moved to using newsletter design settings in email serializer (#14562) 2022-04-26 12:31:34 +01:00
webhooks.test.js