Skip to content

Commit

Permalink
removing screenshot from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Jul 26, 2016
1 parent a484283 commit 2f4e5aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/apps/visualize/_area_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ bdd.describe('visualize app', function describeIndexTests() {
return PageObjects.visualize.saveVisualization(vizNamewithSpecialChars)
.then(function (message) {
PageObjects.common.debug(`Saved viz message = ${message}`);
PageObjects.common.saveScreenshot('Visualize-area-chart-save-toast');
expect(message).to.be(`Visualization Editor: Saved Visualization "${vizNamewithSpecialChars}"`);
});
});
Expand Down

0 comments on commit 2f4e5aa

Please sign in to comment.