From 3279721d72b3e5adadf5431c58383e71f6b080d7 Mon Sep 17 00:00:00 2001 From: Yoav Schneiderman Date: Wed, 15 Jan 2020 15:32:10 +0200 Subject: Move onap UI loader and icons to VID Issue-ID: VID-748 Change-Id: If79180e55651ad29bd2771a35855209419d1a0f5 Signed-off-by: Yoav Schneiderman --- .../src/main/java/org/onap/sdc/ci/tests/utilities/GeneralUIUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-automation') diff --git a/vid-automation/src/main/java/org/onap/sdc/ci/tests/utilities/GeneralUIUtils.java b/vid-automation/src/main/java/org/onap/sdc/ci/tests/utilities/GeneralUIUtils.java index dd632d201..56fd2d30d 100644 --- a/vid-automation/src/main/java/org/onap/sdc/ci/tests/utilities/GeneralUIUtils.java +++ b/vid-automation/src/main/java/org/onap/sdc/ci/tests/utilities/GeneralUIUtils.java @@ -374,7 +374,7 @@ public final class GeneralUIUtils { } public static void waitForLoader(int timeOut) { - newWait(timeOut).until(ExpectedConditions.invisibilityOfElementLocated(By.className("sdc-loader-background"))); + newWait(timeOut).until(ExpectedConditions.invisibilityOfElementLocated(By.className("custom-loader-background"))); } public static void findComponentAndClick(String resourceName) throws Exception { -- cgit 1.2.3-korg