Skip to content
Snippets Groups Projects
Commit 8d7c3f4b authored by Albert Bruns's avatar Albert Bruns
Browse files

e2e sessionClear before every test

parent dbbef32c
Branches
Tags
1 merge request!114OZG-7707 angular svg icon
......@@ -65,3 +65,7 @@ Cypress.on('fail', (err) => {
Cypress.Keyboard.defaults({
keystrokeDelay: 30,
});
before(() => {
Cypress.session.clearAllSavedSessions();
});
......@@ -66,3 +66,7 @@ Cypress.on('fail', (err) => {
Cypress.Keyboard.defaults({
keystrokeDelay: 30,
});
before(() => {
Cypress.session.clearAllSavedSessions();
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment