mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Revert "wait for viz initial loading before navigation"
This reverts commit 1023db4fb9
.
This commit is contained in:
parent
8b199ce90f
commit
e710ef1528
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ 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