Flaky test: Rerendering.cy.jsx
in @cypress/vite-dev-server
sometimes fails with React
being null
#30881
Labels
process: flaky test
Related to test(s) that have flake in our internal tests
type: chore
Work is required w/ no deliverable to end user
Link to Cypress Cloud or CircleCI failure
https://app.circleci.com/pipelines/github/cypress-io/cypress/66544/workflows/887d2da9-a5aa-4b08-94b4-4e82a75461b5/jobs/2761701/tests#failed-test-0
Link to failing test in GitHub
N/A
Analysis
When running the
vite_dev_server_fresh_spec
inside cypress system tests, the@cypress/vite-dev-server react executes all of the specs for vite_VERSION
seems to fail on theRerendering.cy.jsx
test sometimes. Based on the error, it looks like React is not hydrated into the spec file or is hydrated asnull
, which throws the following error:Cypress Version
14.0.0
Other
No response
The text was updated successfully, but these errors were encountered: