Cypress - Navigation and URL
Find the mistake in this Cypress navigation test:
cy.visit('/profile')
cy.get('button#edit').click()
cy.url.should('include', '/edit')cy.visit('/profile')
cy.get('button#edit').click()
cy.url.should('include', '/edit')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions