From 01b00647369723f72cec36ba9f298df8a1237ac6 Mon Sep 17 00:00:00 2001 From: Walmyr Date: Sat, 3 Aug 2024 01:18:03 +0200 Subject: [PATCH] Simplify tests by using the default collection --- cypress/e2e/gui/mocksServer.cy.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/e2e/gui/mocksServer.cy.js b/cypress/e2e/gui/mocksServer.cy.js index eb5df72..05346d3 100644 --- a/cypress/e2e/gui/mocksServer.cy.js +++ b/cypress/e2e/gui/mocksServer.cy.js @@ -6,7 +6,6 @@ describe('EngageSphere - Mocks Server', () => { context('DB with customers', () => { beforeEach(() => { - cy.mocksUseRouteVariant('with-customers') cy.visit('/') }) @@ -49,7 +48,6 @@ describe('EngageSphere - Mocks Server', () => { context('Slow API', () => { beforeEach(() => { - cy.mocksUseRouteVariant('with-customers') cy.mocksSetDelay(1000) cy.visit('/') })