Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Aug 29, 2023
1 parent 181b27c commit e684546
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Config options', () => {

it('supports loading assets via relative urls', () => {
cy.scaffoldProject('webpack-dev-server-relative')
cy.openProject('webpack-dev-server-relative')
cy.openProject('webpack-dev-server-relative', ['--component'])
cy.startAppServer('component')

cy.visitApp()
Expand Down
20 changes: 0 additions & 20 deletions system-tests/__snapshots__/vite_dev_server_fresh_spec.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1649,11 +1649,6 @@ exports['@cypress/vite-dev-server / react / executes all of the tests for vite2.
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Video output: /XXX/XXX/XXX/cypress/videos/port.cy.jsx.mp4
====================================================================================================
(Run Finished)
Expand Down Expand Up @@ -1707,11 +1702,6 @@ exports['@cypress/vite-dev-server / react / executes all of the tests for vite2.
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Video output: /XXX/XXX/XXX/cypress/videos/port.cy.jsx.mp4
====================================================================================================
(Run Finished)
Expand Down Expand Up @@ -1765,11 +1755,6 @@ exports['@cypress/vite-dev-server / react / executes all of the tests for vite3.
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Video output: /XXX/XXX/XXX/cypress/videos/port.cy.jsx.mp4
====================================================================================================
(Run Finished)
Expand Down Expand Up @@ -1823,11 +1808,6 @@ exports['@cypress/vite-dev-server / react / executes all of the tests for vite4.
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Video output: /XXX/XXX/XXX/cypress/videos/port.cy.jsx.mp4
====================================================================================================
(Run Finished)
Expand Down
20 changes: 0 additions & 20 deletions system-tests/__snapshots__/webpack_dev_server_fresh_spec.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ exports['@cypress/webpack-dev-server / react / executes all of the tests for web
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Video output: /XXX/XXX/XXX/cypress/videos/port.cy.jsx.mp4
====================================================================================================
(Run Finished)
Expand Down Expand Up @@ -101,11 +96,6 @@ exports['@cypress/webpack-dev-server / react / executes all of the tests for web
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Video output: /XXX/XXX/XXX/cypress/videos/port.cy.jsx.mp4
====================================================================================================
(Run Finished)
Expand Down Expand Up @@ -166,11 +156,6 @@ webpack x.x.x compiled successfully in xxx ms
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Video output: /XXX/XXX/XXX/cypress/videos/port.cy.jsx.mp4
====================================================================================================
(Run Finished)
Expand Down Expand Up @@ -227,11 +212,6 @@ webpack x.x.x compiled successfully in xxx ms
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Video output: /XXX/XXX/XXX/cypress/videos/port.cy.jsx.mp4
====================================================================================================
(Run Finished)
Expand Down

0 comments on commit e684546

Please sign in to comment.