diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-03-24 18:31:14 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-04-04 16:56:40 +0000 |
commit | 4aff8f5eafb6fbd6cc2c764fa1a5a676fa05c89c (patch) | |
tree | 4fbb91db254b1e4791830f5f91673e58376b293e /integration-tests/src | |
parent | f6b81e6da9b95ec5ef2c8b2b7b50fb8de9f3dd28 (diff) |
Implement adding Interface to VFC
Change-Id: I7cd8b82c306294d897d37d486aa3eeff7ca4206d
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3893
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'integration-tests/src')
2 files changed, 0 insertions, 4 deletions
diff --git a/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ImportVfcUiTest.java b/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ImportVfcUiTest.java index 62d8be8a33..e1705a2255 100644 --- a/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ImportVfcUiTest.java +++ b/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ImportVfcUiTest.java @@ -68,11 +68,9 @@ import org.onap.sdc.frontend.ci.tests.utilities.FileHandling; import org.openecomp.sdc.be.model.ComponentInstance; import org.openqa.selenium.WebDriver; import org.testng.annotations.BeforeClass; -import org.testng.annotations.Ignore; import org.testng.annotations.Test; import org.yaml.snakeyaml.Yaml; -@Ignore // solved in https://gerrit.onap.org/r/c/sdc/+/127976 public class ImportVfcUiTest extends SetupCDTest { private String filePath; diff --git a/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ServiceTemplateDesignUiTests.java b/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ServiceTemplateDesignUiTests.java index d6e04d6e13..96193f69a2 100644 --- a/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ServiceTemplateDesignUiTests.java +++ b/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ServiceTemplateDesignUiTests.java @@ -91,7 +91,6 @@ import org.openqa.selenium.WebDriver; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.BeforeMethod; -import org.testng.annotations.Ignore; import org.testng.annotations.Test; import org.yaml.snakeyaml.Yaml; @@ -241,7 +240,6 @@ public class ServiceTemplateDesignUiTests extends SetupCDTest { } @Test(dependsOnMethods = "addRelationshipTemplate") - @Ignore // solved in https://gerrit.onap.org/r/c/sdc/+/127976 public void updateInterfaceOperation() throws Exception { homePage.isLoaded(); componentPage = (ComponentPage) homePage.clickOnComponent(vfResourceCreateData.getName()); |