Skip to content

Commit 63b1d87

Browse files
authored
Merge branch 'next' into dependabot/github_actions/actions/setup-node-4.0.2
2 parents b86169d + 6d4ff9b commit 63b1d87

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)