Skip to content

Commit 01b0064

Browse files
committed
Simplify tests by using the default collection
1 parent 050576a commit 01b0064

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)