Ghost/test/regression
Naz 35e23636ae Fixed 'sent' status setting when publishing a post
refs https://github.com/TryGhost/Team/issues/947

- During the work of the UI and moving `email_only` flag to publish menu it created the situation where the publishing of the post was at the same time as adding `email_only` flag, resulted in not picking up teh `sent` status as the `posts_meta` model and record were's available during save.
- Adding the incoming attribute check for email_only flag covers this situation
2021-08-26 22:25:45 +04:00
..
api Fixed 'sent' status setting when publishing a post 2021-08-26 22:25:45 +04:00
exporter Added members_product_events table (#13236) 2021-08-23 16:29:15 +02:00
importer Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
migrations Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
models Added ability to filter members on subscription data (#13214) 2021-08-12 10:10:51 +01:00
settings Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
site Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04:00
README.md Updated acceptance&regression test suite readmes 2021-01-22 16:42:02 +13:00

Regression Tests

These tests should ensure that we don't break Ghost for all available APIs.

The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.