Change tests and log to expect "Browse SDC" (was "ASDC")
Issue-ID: VID-516
Change-Id: I481880df1796721128b07e3dc3ae83085fc097e8
Signed-off-by: Ittay Stern <ittay.stern@att.com>
diff --git a/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts
index ecd9102..13c4464 100644
--- a/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts
+++ b/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts
@@ -251,7 +251,7 @@
}
function checkServiceNameInputIdMandatory() {
- cy.get('span').contains('Browse ASDC Service Models').click({force: true})
+ cy.get('span').contains('Browse SDC Service Models').click({force: true})
.getElementByDataTestsId('deploy-' + SERVICE_ID).click({force: true})
.wait(1000).getElementByDataTestsId(CONFIRM_BUTTON).click({force: true})
.get('.error').contains(INSTANCE_NAME_MANDATORY_MESSAGE)
diff --git a/vid-webpack-master/cypress/integration/iFrames/browse-sdc.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/browse-sdc.e2e.ts
index 1e80ee7..e787aa7 100644
--- a/vid-webpack-master/cypress/integration/iFrames/browse-sdc.e2e.ts
+++ b/vid-webpack-master/cypress/integration/iFrames/browse-sdc.e2e.ts
@@ -53,7 +53,7 @@
'MACRO_FOR_NEW_FLOW');
});
- cy.get('span').contains('Browse ASDC Service Models').click({force: true});
+ cy.get('span').contains('Browse SDC Service Models').click({force: true});
cy.wait("@list_services").then(() => {
cy.getElementByDataTestsId('deploy-' + MACRO_WITH_NETWORK_ID).click({force: true})
.getElementByDataTestsId(CANCEL_BUTTON).click({force: true});
@@ -87,7 +87,7 @@
'MACRO_WITH_CONFIGURATION');
});
- cy.get('span').contains('Browse ASDC Service Models').click({force: true});
+ cy.get('span').contains('Browse SDC Service Models').click({force: true});
cy.wait("@list_services").then(() => {
cy.getElementByDataTestsId('deploy-' + VERY_OLD_SERVICE_UUID).click({force: true})
.getElementByDataTestsId('create-modal-title').contains("Create Service Instance -- a la carte");