diff options
author | Amichai Hemli <amichai.hemli@intl.att.com> | 2020-05-15 01:35:21 +0300 |
---|---|---|
committer | Amichai Hemli <amichai.hemli@intl.att.com> | 2020-05-15 01:35:21 +0300 |
commit | 4ac68cef7eac5c56d61626000f43d4e8f686c33d (patch) | |
tree | c9d1e62cbef51a540a90c86cfae57684e926e18b /vid-webpack-master | |
parent | 6181112a4e5c876499edeba307662ef49995d5f4 (diff) |
When opening a service instance from the instantiation status page, the More Actions button should be visible pending user's permissions
Issue-ID: VID-829
Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: Ia28f2fd9d497e8f7b2f2b4644ec105e5283b2637
Diffstat (limited to 'vid-webpack-master')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts index 04c1c55ef..2e6e800de 100644 --- a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts @@ -93,7 +93,7 @@ describe('View Edit Page: Upgrade VFModule', function () { it(`should display the more actions button if user is permitted`, function () { let SERVICE_INSTANCE_ID="3f93c7cb-2fd0-4557-9514-e189b7b04f9d"; let SERVICE_TYPE="TYLER%20SILVIA"; - cy.visit(`/serviceModels.htm#/instantiate?subscriberId=${SUBSCRIBER_ID}&subscriberName=SILVIA%20ROBBINS&serviceType=${SERVICE_TYPE}&serviceInstanceId=${SERVICE_INSTANCE_ID}&aaiModelVersionId=${serviceUuid}&isPermitted=true`); + cy.visit(`/serviceModels.htm#/instantiate?subscriberId=${SUBSCRIBER_ID}&subscriberName=SILVIA%20ROBBINS&serviceType=${SERVICE_TYPE}&serviceInstanceId=${SERVICE_INSTANCE_ID}&aaiModelVersionId=${serviceUuid}`); cy.get("[data-tests-id='service-instanceId-th-id']").should('contain', SERVICE_INSTANCE_ID); cy.getElementByDataTestsId("show-new-screen").should('be.visible').should('have.text', 'More actions').click(); |