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
bcfb14a2dc
commit
a2f97cc1f0
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@ export function SettingsPageProvider({ getService, getPageObjects }) {
|
|||
await this.navigateTo();
|
||||
await this.clickKibanaIndices();
|
||||
await this.setIndexPatternField(indexPatternName);
|
||||
await PageObjects.common.sleep(2000);
|
||||
if (timefield) {
|
||||
await this.selectTimeFieldOption(timefield);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue