mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Not sure why Jenkins passed and Travis failed to find the timezone selection. Adding 1 second sleep to see if it's timing.
Fixes #5526
This commit is contained in:
parent
117b4d0ec5
commit
ca9e697c5e
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ define(function (require) {
|
|||
var self = this;
|
||||
return common.findTestSubject('advancedSetting&' + propertyName + ' editButton')
|
||||
.click()
|
||||
.then(function () {
|
||||
return common.sleep(1000);
|
||||
})
|
||||
.then(function setAdvancedSettingsClickPropertyValue(selectList) {
|
||||
return self.remote.findByCssSelector('option[label="' + propertyValue + '"]')
|
||||
.click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue