Flaky test: Screenshot Timeout system test in Firefox #29116
Labels
browser: firefox
process: flaky test
Related to test(s) that have flake in our internal tests
stale
no activity on this issue for a long period
Link to Cypress Cloud or CircleCI failure
https://app.circleci.com/pipelines/github/cypress-io/cypress/60332/workflows/5722539d-d040-4f5b-9585-fbcba73ef471/jobs/2512142
Link to failing test in GitHub
https://github.com/cypress-io/cypress/blob/develop/system-tests/test/issue_5016_spec.js
Analysis
This system test was added to detect regressions due to a fix implemented for #5016. This test exhibits flake in Firefox, even when run against commits prior to the 5016 fix. The test that should be succeeding but fails in this system test clicks an anchor with target="_blank" and takes a screenshot of that anchor: https://github.com/cypress-io/cypress/blob/develop/system-tests/projects/config-screenshot-on-failure-enabled/cypress/e2e/issue-5016.cy.js
An unexpected erorr is thrown in the v2 extension:
Cypress Version
13.6.7
Other
For now, we are disabling Firefox on this system test. This is likely indicative of
.screenshot()
intermittently failing with a timeout error in Firefox when the main Cypress tab is not focused.The text was updated successfully, but these errors were encountered: