Ghost/ghost/core/test/e2e-webhooks
Chris Raible af367a2a18
Added post_revisions as a default include for posts (#16660)
no issue

- post_revisions will now be included in any request to the /posts
endpoint
- updated admin models to include post_revisions
- post revisions can now be accessed in the modal-portal-history via
this.post.post_revisions
2023-04-18 11:12:35 +01:00
..
__snapshots__ Added post_revisions as a default include for posts (#16660) 2023-04-18 11:12:35 +01:00
members.test.js
pages.test.js Added e2e tests for page.unscheduled webhook (#15722) 2023-02-02 13:03:23 +00:00
posts.test.js Added e2e tests for post.rescheduled webhook (#15735) 2022-11-05 13:52:03 +00:00
site.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
tags.test.js