mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Wait to find a gear in the visualization after clicking Edit
This commit is contained in:
parent
de92cc088f
commit
8dac3fbd63
1 changed files with 1 additions and 3 deletions
|
@ -179,9 +179,7 @@ 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);
|
||||
await find.byCssSelector('#gear-a');
|
||||
}
|
||||
|
||||
async getIsInViewMode() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue