Skip to content

Instantly share code, notes, and snippets.

@uday-rayala
Created December 14, 2015 10:03
Show Gist options
  • Save uday-rayala/4d3f8911352e5e0bb8a6 to your computer and use it in GitHub Desktop.
Save uday-rayala/4d3f8911352e5e0bb8a6 to your computer and use it in GitHub Desktop.
def login_with(username, password)
click '#login'
sleep 5
fill_in 'username', username
fill_in 'password', password
sleep 10
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment