From 7142efaf2bd05f7538dad633b0942e7635bd0019 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 6 Dec 2023 21:44:12 +0100 Subject: [PATCH] Drop comments --- cypress/e2e/multiple_clients.cy.js | 1 - cypress/support/commands.js | 1 - 2 files changed, 2 deletions(-) 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());