diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2020-01-20 14:28:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-20 14:28:51 +0000 |
commit | b96cada06214d609d32a38ca89d71cc53169324c (patch) | |
tree | 35fcc081205b4ea6d972a6bf1d1d6e75f08e3339 /vid-automation/src/main/java/org | |
parent | 06b0edf4736bde914aeefb9c13625cf3a0fbb669 (diff) | |
parent | 3279721d72b3e5adadf5431c58383e71f6b080d7 (diff) |
Merge "Move onap UI loader and icons to VID"
Diffstat (limited to 'vid-automation/src/main/java/org')
-rw-r--r-- | vid-automation/src/main/java/org/onap/sdc/ci/tests/utilities/GeneralUIUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |