forked from TryGhost/Ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added e2e tests for page.published webhook
ref TryGhost#15537 - this adds an e2e test and test snapshot for the page.published webhook so we can prevent regressions and bugs in the future
- Loading branch information
1 parent
096dffb
commit 92c0560
Showing
3 changed files
with
269 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"enableDeveloperExperiments": true, | ||
"server": { | ||
"host": "0.0.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -359,6 +359,218 @@ Object { | |
} | ||
`; | ||
exports[`page.* events page.published event is triggered 1: [headers] 1`] = ` | ||
Object { | ||
"accept-encoding": "gzip, deflate", | ||
"content-length": Any<Number>, | ||
"content-type": "application/json", | ||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/, | ||
"user-agent": StringMatching /Ghost\\\\/\\\\d\\+\\\\\\.\\\\d\\+\\\\\\.\\\\d\\+\\\\s\\\\\\(https:\\\\/\\\\/github\\.com\\\\/TryGhost\\\\/Ghost\\\\\\)/, | ||
} | ||
`; | ||
exports[`page.* events page.published event is triggered 2: [body] 1`] = ` | ||
Object { | ||
"page": Object { | ||
"current": Object { | ||
"authors": Array [ | ||
Object { | ||
"accessibility": null, | ||
"bio": "bio", | ||
"comment_notifications": true, | ||
"cover_image": null, | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"email": "[email protected]", | ||
"facebook": null, | ||
"free_member_signup_notification": true, | ||
"id": "1", | ||
"last_seen": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"location": "location", | ||
"meta_description": null, | ||
"meta_title": null, | ||
"name": "Joe Bloggs", | ||
"paid_subscription_canceled_notification": false, | ||
"paid_subscription_started_notification": true, | ||
"profile_image": "https://example.com/super_photo.jpg", | ||
"roles": Array [ | ||
Object { | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"description": "Blog Owner", | ||
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/, | ||
"name": "Owner", | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
}, | ||
], | ||
"slug": "joe-bloggs", | ||
"status": "active", | ||
"tour": null, | ||
"twitter": null, | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"url": StringMatching /http:\\\\/\\\\/127\\.0\\.0\\.1:2369\\\\/\\\\w\\+\\\\//, | ||
"website": null, | ||
}, | ||
], | ||
"canonical_url": null, | ||
"codeinjection_foot": null, | ||
"codeinjection_head": null, | ||
"comment_id": StringMatching /\\[a-f0-9\\]\\{24\\}/, | ||
"count": Object { | ||
"negative_feedback": 0, | ||
"paid_conversions": 0, | ||
"positive_feedback": 0, | ||
"signups": 0, | ||
}, | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"custom_excerpt": null, | ||
"custom_template": null, | ||
"excerpt": null, | ||
"feature_image": null, | ||
"feature_image_alt": null, | ||
"feature_image_caption": null, | ||
"featured": false, | ||
"frontmatter": null, | ||
"html": null, | ||
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/, | ||
"meta_description": null, | ||
"meta_title": null, | ||
"mobiledoc": "{\\"version\\":\\"0.3.1\\",\\"ghostVersion\\":\\"4.0\\",\\"markups\\":[],\\"atoms\\":[],\\"cards\\":[],\\"sections\\":[[1,\\"p\\",[[0,[],0,\\"\\"]]]]}", | ||
"og_description": null, | ||
"og_image": null, | ||
"og_title": null, | ||
"primary_author": Object { | ||
"accessibility": null, | ||
"bio": "bio", | ||
"comment_notifications": true, | ||
"cover_image": null, | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"email": "[email protected]", | ||
"facebook": null, | ||
"free_member_signup_notification": true, | ||
"id": "1", | ||
"last_seen": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"location": "location", | ||
"meta_description": null, | ||
"meta_title": null, | ||
"name": "Joe Bloggs", | ||
"paid_subscription_canceled_notification": false, | ||
"paid_subscription_started_notification": true, | ||
"profile_image": "https://example.com/super_photo.jpg", | ||
"roles": Array [ | ||
Object { | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"description": "Blog Owner", | ||
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/, | ||
"name": "Owner", | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
}, | ||
], | ||
"slug": "joe-bloggs", | ||
"status": "active", | ||
"tour": null, | ||
"twitter": null, | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"url": StringMatching /http:\\\\/\\\\/127\\.0\\.0\\.1:2369\\\\/\\\\w\\+\\\\//, | ||
"website": null, | ||
}, | ||
"primary_tag": null, | ||
"published_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"slug": "testing-page-published-webhook", | ||
"status": "published", | ||
"tags": Array [], | ||
"tiers": Array [ | ||
Object { | ||
"active": true, | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"currency": "usd", | ||
"description": null, | ||
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/, | ||
"monthly_price": 500, | ||
"monthly_price_id": null, | ||
"name": "Default Product", | ||
"slug": "default-product", | ||
"trial_days": 0, | ||
"type": "paid", | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"visibility": "public", | ||
"welcome_page_url": null, | ||
"yearly_price": 5000, | ||
"yearly_price_id": null, | ||
}, | ||
Object { | ||
"active": true, | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"currency": null, | ||
"description": null, | ||
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/, | ||
"monthly_price": null, | ||
"monthly_price_id": null, | ||
"name": "Free", | ||
"slug": "free", | ||
"trial_days": 0, | ||
"type": "free", | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"visibility": "public", | ||
"welcome_page_url": null, | ||
"yearly_price": null, | ||
"yearly_price_id": null, | ||
}, | ||
], | ||
"title": "testing page.published webhook", | ||
"twitter_description": null, | ||
"twitter_image": null, | ||
"twitter_title": null, | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"url": StringMatching /http:\\\\/\\\\/127\\.0\\.0\\.1:2369\\\\/\\\\w\\+\\\\//, | ||
"uuid": StringMatching /\\[a-f0-9\\]\\{8\\}-\\[a-f0-9\\]\\{4\\}-\\[a-f0-9\\]\\{4\\}-\\[a-f0-9\\]\\{4\\}-\\[a-f0-9\\]\\{12\\}/, | ||
"visibility": "public", | ||
}, | ||
"previous": Object { | ||
"published_at": null, | ||
"status": "draft", | ||
"tiers": Array [ | ||
Object { | ||
"active": true, | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"currency": "usd", | ||
"description": null, | ||
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/, | ||
"monthly_price": 500, | ||
"monthly_price_id": null, | ||
"name": "Default Product", | ||
"slug": "default-product", | ||
"trial_days": 0, | ||
"type": "paid", | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"visibility": "public", | ||
"welcome_page_url": null, | ||
"yearly_price": 5000, | ||
"yearly_price_id": null, | ||
}, | ||
Object { | ||
"active": true, | ||
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"currency": null, | ||
"description": null, | ||
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/, | ||
"monthly_price": null, | ||
"monthly_price_id": null, | ||
"name": "Free", | ||
"slug": "free", | ||
"trial_days": 0, | ||
"type": "free", | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
"visibility": "public", | ||
"welcome_page_url": null, | ||
"yearly_price": null, | ||
"yearly_price_id": null, | ||
}, | ||
], | ||
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/, | ||
}, | ||
}, | ||
} | ||
`; | ||
exports[`page.* events page.scheduled event is triggered 1: [headers] 1`] = ` | ||
Object { | ||
"accept-encoding": "gzip, deflate", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters