Skip to content

Commit ea69249

Browse files
committed
Simplify tests by using the default collection
1 parent 379df10 commit ea69249

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cypress/e2e/gui/mocksServer.cy.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ describe('EngageSphere - Mocks Server', () => {
66

77
context('DB with customers', () => {
88
beforeEach(() => {
9-
cy.mocksUseRouteVariant('with-customers')
109
cy.visit('/')
1110
})
1211

@@ -49,7 +48,6 @@ describe('EngageSphere - Mocks Server', () => {
4948

5049
context('Slow API', () => {
5150
beforeEach(() => {
52-
cy.mocksUseRouteVariant('with-customers')
5351
cy.mocksSetDelay(1000)
5452
cy.visit('/')
5553
})

0 commit comments

Comments
 (0)