Wait for loader on each Selenium's ulitimateWait
[vid.git] / vid-automation / src / main / java / org / onap / sdc / ci / tests / utilities / EcompPortalUtilities.java
index bded65b..97938c7 100644 (file)
@@ -9,7 +9,6 @@ public class EcompPortalUtilities {
                WebElement appImage = GeneralUIUtils.getClickableButtonBy(by, 3 * 60);
                appImage.click();
                GeneralUIUtils.getDriver().switchTo().frame(1);
-       GeneralUIUtils.waitForBackLoader();
                GeneralUIUtils.waitForAngular();
                GeneralUIUtils.getWebElementByClassName("applicationWindow");
        }