1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Fixed custom integrations acceptance test

This commit is contained in:
Kevin Ansfield 2019-02-26 15:22:04 +07:00
parent f90811e994
commit 05a92defae

View file

@ -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)