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