Skip to content

Commit

Permalink
Simplify tests by using the default collection
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Aug 12, 2024
1 parent 050576a commit 01b0064
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/gui/mocksServer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ describe('EngageSphere - Mocks Server', () => {

context('DB with customers', () => {
beforeEach(() => {
cy.mocksUseRouteVariant('with-customers')
cy.visit('/')
})

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

context('Slow API', () => {
beforeEach(() => {
cy.mocksUseRouteVariant('with-customers')
cy.mocksSetDelay(1000)
cy.visit('/')
})
Expand Down

0 comments on commit 01b0064

Please sign in to comment.