From a1ae4f9bc385188d0e64848634be70eca930a329 Mon Sep 17 00:00:00 2001 From: Joe Boccanfuso Date: Fri, 27 Oct 2023 09:23:54 -0400 Subject: [PATCH] Fix cypress tests - clear the session storage between tests for the study list. --- .../app/cypress/integration/study-list/OHIFStudyList.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/app/cypress/integration/study-list/OHIFStudyList.spec.js b/platform/app/cypress/integration/study-list/OHIFStudyList.spec.js index fb134315869..462500e64fa 100644 --- a/platform/app/cypress/integration/study-list/OHIFStudyList.spec.js +++ b/platform/app/cypress/integration/study-list/OHIFStudyList.spec.js @@ -3,6 +3,7 @@ describe('OHIF Study List', function () { context('Desktop resolution', function () { beforeEach(function () { + window.sessionStorage.clear(); cy.openStudyList(); cy.viewport(1750, 720);