mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Adding 1 second sleep to fix flaky test
This commit is contained in:
parent
1cf86bfadb
commit
de92cc088f
1 changed files with 3 additions and 0 deletions
|
@ -179,6 +179,9 @@ export function DashboardPageProvider({ getService, getPageObjects }) {
|
|||
await retry.waitFor('not in view mode', async () => (
|
||||
!await this.getIsInViewMode()
|
||||
));
|
||||
// Lee.Dr the above code still isn't fixing the failure that comes after this
|
||||
// Adding 1s sleep until we understand how to check when switching to edit mode is complete.
|
||||
await PageObjects.common.sleep(1011);
|
||||
}
|
||||
|
||||
async getIsInViewMode() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue