mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
removing screenshot from test
This commit is contained in:
parent
a484283837
commit
2f4e5aa0fa
1 changed files with 0 additions and 1 deletions
|
@ -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}"`);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue