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

Merge remote-tracking branch 'origin/main' into OZG-7773-Nachrichten-auf-ungelesen-setzen-e2e

parents 3ec9956c 28af0422
No related branches found
No related tags found
1 merge request!123OZG-7773-Nachrichten-auf-ungelesen-setzen-e2e
...@@ -69,6 +69,12 @@ Cypress.Keyboard.defaults({ ...@@ -69,6 +69,12 @@ Cypress.Keyboard.defaults({
keystrokeDelay: 30, keystrokeDelay: 30,
}); });
before(() => {
cy.log('Clearing saved session before test suite...');
Cypress.session.clearAllSavedSessions();
cy.log('...clearing done.');
});
after(() => { after(() => {
cy.log('Cleanup after test suite...'); cy.log('Cleanup after test suite...');
dropCollections(); dropCollections();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment