mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed custom integrations acceptance test
This commit is contained in:
parent
81eddbbf72
commit
779a6aba18
@ -448,7 +448,7 @@ describe('Acceptance: Settings - Integrations - Custom', function () {
|
||||
expect(row.querySelector('[data-test-text="name"]').textContent)
|
||||
.to.have.string('First webhook');
|
||||
expect(row.querySelector('[data-test-text="event"]').textContent)
|
||||
.to.have.string('Site Changed (rebuild)');
|
||||
.to.have.string('Site changed (rebuild)');
|
||||
expect(row.querySelector('[data-test-text="targetUrl"]').textContent)
|
||||
.to.have.string('https://example.com/first-webhook');
|
||||
expect(row.querySelector('[data-test-text="last-triggered"]').textContent)
|
||||
|
Loading…
Reference in New Issue
Block a user