Skip to content

Commit

Permalink
test: No need to test search here (done in other tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 10, 2024
1 parent 098f6e4 commit aed4723
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/e2e/cypress/e2e/hash-preservation.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
function runTest() {
cy.contains('#hydration-marker', 'hydrated').should('be.hidden')
cy.get('#string_set_a').click()
cy.location('search').should('eq', '?string=a')
cy.location('hash').should('eq', '#hash')
cy.get('#string_set_b').click()
cy.location('search').should('eq', '?string=b')
cy.location('hash').should('eq', '#hash')
cy.get('#string_clear').click()
cy.location('hash').should('eq', '#hash')
Expand Down

0 comments on commit aed4723

Please sign in to comment.