Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pablocattaneo/e6639f3f1713da047b2104964a21e36f to your computer and use it in GitHub Desktop.
Save pablocattaneo/e6639f3f1713da047b2104964a21e36f to your computer and use it in GitHub Desktop.
// https://www.udemy.com/course/cypress-end-to-end-testing-getting-started/learn/lecture/36409544?start=46#notes
cy.visit('http://localhost:3000/admin')
cy.location('pathname').should('eq', '/admin')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment