Fixed custom integrations acceptance test

This commit is contained in:
Kevin Ansfield 2019-02-26 15:22:04 +07:00
parent 81eddbbf72
commit 779a6aba18

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)