We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c6558 commit 6d4ff9bCopy full SHA for 6d4ff9b
packages/e2e/cypress/e2e/repro-498.cy.js
@@ -2,7 +2,7 @@
2
3
if (
4
Cypress.env('windowHistorySupport') !== 'true' &&
5
- Cypress.env('nextJsVersion') !== '14.1.0' // See issue #498
+ ['14.1.0', '14.1.1'].includes(Cypress.env('nextJsVersion')) === false // See issue #498
6
) {
7
it('Reproduction for issue #498', () => {
8
cy.config('retries', 0)
0 commit comments