Skip to content

Instantly share code, notes, and snippets.

@SebDuf
Created July 19, 2019 14:28
Show Gist options
  • Save SebDuf/5a8b15d82705581acf54632eb24c249a to your computer and use it in GitHub Desktop.
Save SebDuf/5a8b15d82705581acf54632eb24c249a to your computer and use it in GitHub Desktop.
cy.visit('http://www.google.com');
cy.title().should('eq', 'Google');
cy.get('input[type=text]').type('nightwatch');
cy.get('button[name=btnG]').click();
cy.contains('The Night Watch');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment