Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed custom integrations acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Feb 26, 2019
1 parent f90811e commit 05a92de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/settings/integrations-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 05a92de

Please sign in to comment.