Skip to content

Commit

Permalink
Drop comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 6, 2023
1 parent a8dd3e2 commit 7142efa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cypress/e2e/multiple_clients.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const login = instanceId => {

describe('using multiple clients in the app', () => {
beforeEach(() => {
//cy.intercept();
cy.visit('http://127.0.0.1:3000/multiple_clients.html');
get('client-logout-1').click();
cy.window().then(win => win.localStorage.clear());
Expand Down
1 change: 0 additions & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ Cypress.Commands.add('loginNoCallback', () => {
});

Cypress.Commands.add('resetTests', () => {
//cy.intercept();
cy.visit('http://127.0.0.1:3000');
cy.get('#reset-config').click();
cy.window().then(win => win.localStorage.clear());
Expand Down

0 comments on commit 7142efa

Please sign in to comment.