Skip to content

Commit eb626c7

Browse files
committedDec 15, 2024
test: Fix flaky test on M4 Max
1 parent c83e01e commit eb626c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/e2e/next/cypress/e2e/persist-across-navigation.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
it('Persists search params across navigation using a generated Link href', () => {
44
cy.visit('/app/persist-across-navigation/a')
55
cy.contains('#hydration-marker', 'hydrated').should('be.hidden')
6-
cy.get('input[type=text]').type('foo')
6+
cy.get('input[type=text]').type('foo', { delay: 0 })
77
cy.get('input[type=checkbox]').check()
88
cy.get('a').click()
99
cy.location('pathname').should(

0 commit comments

Comments
 (0)