mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -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 #5600
This commit is contained in:
parent
c4b3f9c981
commit
1d54050f62
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