We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5ea3b commit 201a597Copy full SHA for 201a597
packages/e2e/next/cypress/e2e/useQueryState.cy.js
@@ -95,8 +95,6 @@ function runTest(pathname) {
95
cy.location('search').should('eq', '?index=1')
96
cy.get('#index_value').should('have.text', '0')
97
cy.get('#index_decrement').click()
98
- cy.location('search').should('eq', '?index=0')
99
- cy.get('#index_value').should('have.text', '-1')
100
cy.get('#index_clear').click()
101
cy.location('search').should('be.empty')
102
cy.get('#index_value').should('be.empty')
0 commit comments