Skip to content

Commit 6d4ff9b

Browse files
committed
test: Fix for 14.1.1 (partial rollout)
1 parent 52c6558 commit 6d4ff9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/cypress/e2e/repro-498.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if (
44
Cypress.env('windowHistorySupport') !== 'true' &&
5-
Cypress.env('nextJsVersion') !== '14.1.0' // See issue #498
5+
['14.1.0', '14.1.1'].includes(Cypress.env('nextJsVersion')) === false // See issue #498
66
) {
77
it('Reproduction for issue #498', () => {
88
cy.config('retries', 0)

0 commit comments

Comments
 (0)