diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-01-15 09:33:19 +0200 |
---|---|---|
committer | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-01-15 11:12:34 +0200 |
commit | 18ef46562cbbd7d44c3a053275b0bcb0ae403758 (patch) | |
tree | b0e3abaf779203ad4a722fe2a5558b8d6b212a0b /vid-webpack-master/cypress/integration | |
parent | 3fd462d22e8712d4586f4ce1ff8f63ae355d4c04 (diff) |
remove "Previous instantiotion" button from service popup.
Issue-ID: VID-739
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I562da185a59b593112dc50b403c20e671c7f7a48
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-webpack-master/cypress/integration')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/service.popup.e2e.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/service.popup.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/service.popup.e2e.ts index de29313a3..06f5a23b5 100644 --- a/vid-webpack-master/cypress/integration/iFrames/service.popup.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/service.popup.e2e.ts @@ -95,13 +95,6 @@ describe('Service popup', function () { }); }); - it('when open service popup should show showPrevious button', () => { - cy.openPopupIframe('/app/ui/#/servicePopup?serviceModelId=2f80c596-27e5-4ca9-b5bb-e03a7fd4c0fd&isCreate=true'); - cy.getElementByDataTestsId('ShowPreviousInstancesButton').contains('Previous Instantiation').click(); - - }) - - }); }); |