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

Commit

Permalink
fix(test): integration test (#105)
Browse files Browse the repository at this point in the history
* wip

* wip

* fix for SSML label

* voices updated to point to pprd (dallas)

* indentation fixes

* fix for the integration test

* fix(test): syntax error
  • Loading branch information
leonrch authored and germanattanasio committed Mar 7, 2019
1 parent bce78f2 commit 8180e41
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 @@ -48,7 +48,7 @@ casper.test.begin('Text To Speech', 16, function suite(test) {
});
casper.then(function () {
this.click('ul.tab-panels--tab-list li:nth-child(2)');
test.assertSelectorHasText('ul.tab-panels--tab-list li:nth-child(2)', 'Expressive SSML');
test.assertSelectorHasText('ul.tab-panels--tab-list li:nth-child(2)', 'SSML');
test.assertHttpStatus(200);
});
casper.then(function () {
Expand Down

0 comments on commit 8180e41

Please sign in to comment.