Skip to content

Instantly share code, notes, and snippets.

@pettomartino
Created March 9, 2018 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pettomartino/9bd24642726188521103c9fea1782549 to your computer and use it in GitHub Desktop.
Save pettomartino/9bd24642726188521103c9fea1782549 to your computer and use it in GitHub Desktop.
browser
.setValue('.input-text', email)
.setValue('input.input-text[type=password]', password)
.click('.btn-success')
.pause(200)
.assert.urlEquals(url)
.end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment