diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-07-11 15:54:36 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-07-11 16:53:33 +0300 |
commit | 7befef8d013fb9e5627a50f7fb1e1937eb27e483 (patch) | |
tree | 2e385799c4a26cf924767d31322fe809dd2ddcfe /vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts | |
parent | 5f458465bf2fb660a474e27f50bb876b3737a143 (diff) |
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>
Diffstat (limited to 'vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 ecd91022b..13c4464cd 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 @@ describe('A la carte', function () { } 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) |