Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
Former-commit-id: 30fcbb6
  • Loading branch information
ppisljar committed Jul 27, 2016
1 parent 307e670 commit c79390b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/apps/visualize/_area_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ bdd.describe('visualize app', function describeIndexTests() {
.then(function (message) {
PageObjects.common.debug(`Saved viz message = ${message}`);
expect(message).to.be(`Visualization Editor: Saved Visualization "${vizNamewithSpecialChars}"`);
})
.then(function testVisualizeWaitForToastMessageGone() {
return PageObjects.visualize.waitForToastMessageGone();
});
});

Expand Down

0 comments on commit c79390b

Please sign in to comment.