diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-10-29 12:58:49 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-10-29 13:25:05 +0000 |
commit | 32dbf8017aeab06041992064feaf70953ef86e19 (patch) | |
tree | 7b2afd8e0dc9b78d43a7128f02c42449887ac6f8 /vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts | |
parent | 6b3717d92d93e756f30c84e89dd5873226907e62 (diff) |
Introduce cy.clearSessionStorage
Issue-ID: VID-647
Change-Id: I51471f736577599c1ace8e330a4db089deccc8ca
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 | 4 |
1 files changed, 1 insertions, 3 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 5c6d28e3a..57c673262 100644 --- a/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts @@ -14,8 +14,7 @@ describe('A la carte', function () { const CONFIRM_BUTTON: string = 'confirmButton'; beforeEach(() => { - cy.window().then((win) => { - win.sessionStorage.clear(); + cy.clearSessionStorage(); cy.setReduxState(); cy.preventErrorsOnLoading(); cy.initAAIMock(); @@ -24,7 +23,6 @@ describe('A la carte', function () { cy.initAlaCarteService(); cy.initZones(); cy.login(); - }); }); afterEach(() => { |