Skip to content

Commit

Permalink
Fix cypress tests - clear the session storage between tests for the s…
Browse files Browse the repository at this point in the history
…tudy list.
  • Loading branch information
Joe Boccanfuso committed Oct 27, 2023
1 parent c774003 commit a1ae4f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
describe('OHIF Study List', function () {
context('Desktop resolution', function () {
beforeEach(function () {
window.sessionStorage.clear();
cy.openStudyList();

cy.viewport(1750, 720);
Expand Down

0 comments on commit a1ae4f9

Please sign in to comment.