mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
wait for viz initial loading before navigation
This commit is contained in:
parent
189fc9f5e0
commit
1023db4fb9
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export function VisualBuilderPageProvider({ getService, getPageObjects }: FtrPro
|
|||
await PageObjects.common.navigateToUrl('visualize', 'create?type=metrics');
|
||||
log.debug('Set absolute time range from "' + fromTime + '" to "' + toTime + '"');
|
||||
await PageObjects.timePicker.setAbsoluteRange(fromTime, toTime);
|
||||
await PageObjects.visualize.waitForVisualizationRenderingStabilized();
|
||||
}
|
||||
|
||||
public async checkVisualBuilderIsPresent() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue