summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/PropertyPopup.java
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/PropertyPopup.java')
-rw-r--r--ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/PropertyPopup.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/PropertyPopup.java b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/PropertyPopup.java
index 5052406d4e..77321ae145 100644
--- a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/PropertyPopup.java
+++ b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/pages/PropertyPopup.java
@@ -20,6 +20,7 @@
package org.openecomp.sdc.ci.tests.pages;
+import com.aventstack.extentreports.Status;
import org.openecomp.sdc.ci.tests.datatypes.DataTestIdEnum;
import org.openecomp.sdc.ci.tests.execute.setup.SetupCDTest;
import org.openecomp.sdc.ci.tests.utilities.GeneralUIUtils;
@@ -28,8 +29,6 @@ import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.Select;
-import com.aventstack.extentreports.Status;
-
public class PropertyPopup {
@@ -86,7 +85,7 @@ public class PropertyPopup {
public void clickAdd() {
GeneralUIUtils.clickOnElementByTestId(DataTestIdEnum.PropertiesPopupEnum.ADD.getValue());
- GeneralUIUtils.ultimateWait();
+// GeneralUIUtils.ultimateWait();
}
public void clickSave() {
@@ -96,12 +95,12 @@ public class PropertyPopup {
public void clickCancel() {
GeneralUIUtils.clickOnElementByTestId(DataTestIdEnum.PropertiesPopupEnum.CANCEL.getValue());
- GeneralUIUtils.ultimateWait();
+// GeneralUIUtils.ultimateWait();
}
public void clickDone() {
GeneralUIUtils.clickOnElementByTestId(DataTestIdEnum.PropertiesPopupEnum.DONE.getValue());
- GeneralUIUtils.ultimateWait();
+// GeneralUIUtils.ultimateWait();
}
public void selectPropertyRadioButton(String propertyName) {