Skip to content

Commit 201a597

Browse files
committed
chore: Remove negative index test
1 parent 3a5ea3b commit 201a597

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/e2e/next/cypress/e2e/useQueryState.cy.js

-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ function runTest(pathname) {
9595
cy.location('search').should('eq', '?index=1')
9696
cy.get('#index_value').should('have.text', '0')
9797
cy.get('#index_decrement').click()
98-
cy.location('search').should('eq', '?index=0')
99-
cy.get('#index_value').should('have.text', '-1')
10098
cy.get('#index_clear').click()
10199
cy.location('search').should('be.empty')
102100
cy.get('#index_value').should('be.empty')

0 commit comments

Comments
 (0)