mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -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
f30c329b85
commit
8230905cd4
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