Cypress - Navigation and URL
What is wrong with this navigation test?
cy.visit('/home')
cy.get('button#submit').click()
cy.url().should('contain', '/dashboard')