mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
added a small sleep
This commit is contained in:
parent
a2f97cc1f0
commit
c89bb84e4b
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ export function SettingsPageProvider({ getService, getPageObjects }) {
|
|||
await this.navigateTo();
|
||||
await this.clickKibanaIndices();
|
||||
await this.setIndexPatternField(indexPatternName);
|
||||
await PageObjects.common.sleep(2000);
|
||||
await PageObjects.common.sleep(4000);
|
||||
if (timefield) {
|
||||
await this.selectTimeFieldOption(timefield);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue