commit | 32dbf8017aeab06041992064feaf70953ef86e19 | [log] [tgz] |
---|---|---|
author | Ittay Stern <ittay.stern@att.com> | Tue Oct 29 12:58:49 2019 +0200 |
committer | Ittay Stern <ittay.stern@att.com> | Tue Oct 29 13:25:05 2019 +0000 |
tree | 7b2afd8e0dc9b78d43a7128f02c42449887ac6f8 | |
parent | 6b3717d92d93e756f30c84e89dd5873226907e62 [diff] [blame] |
Introduce cy.clearSessionStorage Issue-ID: VID-647 Change-Id: I51471f736577599c1ace8e330a4db089deccc8ca Signed-off-by: Ittay Stern <ittay.stern@att.com>
diff --git a/vid-webpack-master/cypress/integration/iFrames/searchExistingInstance.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/searchExistingInstance.e2e.ts index 2617354..e4fe593 100644 --- a/vid-webpack-master/cypress/integration/iFrames/searchExistingInstance.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/searchExistingInstance.e2e.ts
@@ -7,15 +7,13 @@ var jsonBuilderAndMock: JsonBuilder<ServiceModel> = new JsonBuilder<ServiceModel>(); beforeEach(() => { - cy.window().then((win) => { - win.sessionStorage.clear(); + cy.clearSessionStorage(); cy.preventErrorsOnLoading(); cy.initAAIMock(); cy.initVidMock(); cy.initZones(); cy.permissionVidMock(); cy.login(); - }); }); afterEach(() => {