Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
fix: update test with new wording
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Mar 26, 2019
1 parent 974d591 commit 2a0a193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test.mainpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ casper.test.begin('Text To Speech', 16, function suite(test) {
casper.then(function () {
this.click('ul.tab-panels--tab-list li:nth-child(1)');
test.assertSelectorHasText('ul.tab-panels--tab-list li:nth-child(1)', 'Text');
test.assertSelectorHasText('div.tab-panels--tab-content > div > textarea', 'Conscious of its spiritual', 'Text is found');
test.assertSelectorHasText('div.tab-panels--tab-content > div > textarea', 'In dem Bewusstsein ihres', 'Text is found');
test.assertHttpStatus(200);
});
casper.then(function () {
Expand Down

0 comments on commit 2a0a193

Please sign in to comment.