UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f51826a3 authored by Jimmy Bourque's avatar Jimmy Bourque
Browse files

Added more commands to clear out local storage

parent eb8afbb0
No related branches found
No related tags found
1 merge request!245Cypress updates
Pipeline #2777862 failed
This commit is part of merge request !245. Comments created here will be created in the context of that merge request.
......@@ -42,6 +42,10 @@ describe('Gitlab Login as Root and Approve User', () => {
//Clear session data
cy.clearCookies();
cy.clearLocalStorage();
cy.window().then((win) => {
win.sessionStorage.clear();
})
})
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment