mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
restore waitForToastMessageGone timeout
This commit is contained in:
parent
d34121a7c9
commit
32f580b8e3
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ define(function (require) {
|
|||
waitForToastMessageGone: function waitForToastMessageGone() {
|
||||
var self = this;
|
||||
return common.tryForTime(defaultTimeout * 2, function () {
|
||||
return self.remote.setFindTimeout(defaultTimeout)
|
||||
return self.remote.setFindTimeout(1000)
|
||||
.findAllByCssSelector('kbn-truncated.toast-message.ng-isolate-scope')
|
||||
.then(function toastMessage(messages) {
|
||||
if (messages.length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue