diff --git a/cypress/e2e/multiple_clients.cy.js b/cypress/e2e/multiple_clients.cy.js index 477dc0ac1..0d57a1788 100644 --- a/cypress/e2e/multiple_clients.cy.js +++ b/cypress/e2e/multiple_clients.cy.js @@ -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()); diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 9412e74c6..b07799e94 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -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());