remove "Previous instantiotion" button from service popup.
[vid.git] / vid-automation / src / main / java / vid / automation / test / test / BrowseASDCTest.java
index f6b883a..84dbf11 100644 (file)
@@ -6,7 +6,6 @@ import static org.testng.Assert.assertFalse;
 import static vid.automation.test.infra.Features.FLAG_1908_COLLECTION_RESOURCE_NEW_INSTANTIATION_UI;
 import static vid.automation.test.infra.Features.FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI;
 import static vid.automation.test.infra.Features.FLAG_2002_IDENTIFY_INVARIANT_MACRO_UUID_BY_BACKEND;
-import static vid.automation.test.infra.Features.FLAG_2004_TEMP_BUTTON_TO_INSTANTIATION_STATUS_FILTER;
 import static vid.automation.test.infra.Features.FLAG_5G_IN_NEW_INSTANTIATION_UI;
 import static vid.automation.test.infra.Features.FLAG_NETWORK_TO_ASYNC_INSTANTIATION;
 import static vid.automation.test.infra.Features.FLAG_SHOW_ORCHESTRATION_TYPE;
@@ -338,26 +337,6 @@ public class BrowseASDCTest extends CreateInstanceDialogBaseTest {
         return deployMacroDialog;
     }
 
-    @Test
-    @FeatureTogglingTest(FLAG_2004_TEMP_BUTTON_TO_INSTANTIATION_STATUS_FILTER)
-    public void testClickPreviousInstantiationsInCreationDialog() {
-        try {
-            String serviceId = "2f80c596-27e5-4ca9-b5bb-e03a7fd4c0fd";
-            DeployModernUIMacroDialog deployMacroDialog = getDeployModernUIMacroDialog(serviceId);
-            deployMacroDialog.clickPreviousInstantiationButton();
-
-            //exit form deploy dialog
-            goOutFromIframe();
-            //go into Instantiation Status page
-            goToIframe();
-
-            InstantiationStatusPage.verifyInstantiationStatusFilterValue(serviceId);
-        }
-        finally {
-            goOutFromIframe();
-        }
-    }
-
     private BrowseASDCPage registerSimulatorAndGoToBrowseSDC() {
         SimulatorApi.registerExpectation(SimulatorApi.RegistrationStrategy.CLEAR_THEN_SET,
                 "ecompportal_getSessionSlotCheckInterval.json",