added a small sleep

This commit is contained in:
Rashmi Kulkarni 2017-09-18 11:27:14 -07:00
parent bcfb14a2dc
commit a2f97cc1f0

View file

@ -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);
}