Revert "wait for viz initial loading before navigation"

This reverts commit 1023db4fb9.
This commit is contained in:
Dzmitry Lemechko 2019-04-04 18:01:48 +02:00
parent 8b199ce90f
commit e710ef1528

View file

@ -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() {