summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/GeneralPageElements.java
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/GeneralPageElements.java')
-rw-r--r--ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/GeneralPageElements.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/GeneralPageElements.java b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/GeneralPageElements.java
index 611c24a2a5..0342661232 100644
--- a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/GeneralPageElements.java
+++ b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/GeneralPageElements.java
@@ -149,10 +149,12 @@ public class GeneralPageElements {
GeneralUIUtils.getWebElementByTestID(DataTestIdEnum.DistributionChangeButtons.APPROVE_MESSAGE.getValue())
.sendKeys("resource " + componentName + " certified successfully");
clickOKButton();
- clickUpgradeServicesCloseButton();
+ GeneralUIUtils.ultimateWait();
+ HomePage.navigateToHomePage();
GeneralUIUtils.ultimateWait();
HomePage.navigateToHomePage();
GeneralUIUtils.getWebElementByTestID(DataTestIdEnum.MainMenuButtons.SEARCH_BOX.getValue(), GeneralUIUtils.getTimeOut() / WAIT_FOR_ELEMENT_TIME_OUT_DIVIDER);
+ GeneralUIUtils.ultimateWait();
} catch (Exception e) {
throw new Exception("Certification of " + componentName + " failed");
}
@@ -231,7 +233,7 @@ public class GeneralPageElements {
public static List<WebElement> getElementsFromTable() {
GeneralUIUtils.ultimateWait();
- return GeneralUIUtils.getElementsByLocator(By.className("flex-container"));
+ return GeneralUIUtils.getElementsByLocator(By.className("datatable-body"));
}
public static boolean checkElementsCountInTable(int expectedElementsCount) {