Skip to content

Commit

Permalink
rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Jan 2, 2025
1 parent 4cb5710 commit 81cf363
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions system-tests/__snapshots__/vite_dev_server_fresh_spec.ts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports['@cypress/vite-dev-server react executes all of the tests for vite4.5.5-react 1'] = `
exports['@cypress/vite-dev-server react executes all of the specs for vite4.5.5-react 1'] = `
====================================================================================================
Expand Down Expand Up @@ -401,7 +401,7 @@ https://on.cypress.io/uncaught-exception-from-application
`

exports['@cypress/vite-dev-server / react / executes all of the tests for vite4.5.5-react when port is statically configured'] = `
exports['@cypress/vite-dev-server / react / executes the port.cy.jsx spec for vite4.5.5-react when port is statically configured'] = `
====================================================================================================
Expand Down Expand Up @@ -454,7 +454,7 @@ exports['@cypress/vite-dev-server / react / executes all of the tests for vite4.
`

exports['@cypress/vite-dev-server react executes all of the tests for vite5.4.10-react 1'] = `
exports['@cypress/vite-dev-server react executes all of the specs for vite5.4.10-react 1'] = `
====================================================================================================
Expand Down Expand Up @@ -857,7 +857,7 @@ https://on.cypress.io/uncaught-exception-from-application
`

exports['@cypress/vite-dev-server / react / executes all of the tests for vite5.4.10-react when port is statically configured'] = `
exports['@cypress/vite-dev-server / react / executes the port.cy.jsx spec for vite5.4.10-react when port is statically configured'] = `
====================================================================================================
Expand Down Expand Up @@ -910,7 +910,7 @@ exports['@cypress/vite-dev-server / react / executes all of the tests for vite5.
`

exports['@cypress/vite-dev-server react executes all of the tests for vite6.0.0-react 1'] = `
exports['@cypress/vite-dev-server react executes all of the specs for vite6.0.0-react 1'] = `
====================================================================================================
Expand Down Expand Up @@ -1313,7 +1313,7 @@ https://on.cypress.io/uncaught-exception-from-application
`

exports['@cypress/vite-dev-server / react / executes all of the tests for vite6.0.0-react when port is statically configured'] = `
exports['@cypress/vite-dev-server / react / executes the port.cy.jsx spec for vite6.0.0-react when port is statically configured'] = `
====================================================================================================
Expand Down
4 changes: 2 additions & 2 deletions system-tests/test/vite_dev_server_fresh_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('@cypress/vite-dev-server', function () {

describe('react', () => {
for (const project of VITE_REACT) {
it(`executes all of the tests for ${project}`, function () {
it(`executes all of the specs for ${project}`, function () {
return systemTests.exec(this, {
project,
configFile: 'cypress-vite.config.ts',
Expand All @@ -22,7 +22,7 @@ describe('@cypress/vite-dev-server', function () {
})
})

systemTests.it(`executes all of the tests for ${project} when port is statically configured`, {
systemTests.it(`executes the port.cy.jsx spec for ${project} when port is statically configured`, {
project,
configFile: 'cypress-vite-port.config.ts',
spec: 'src/port.cy.jsx',
Expand Down

0 comments on commit 81cf363

Please sign in to comment.