Guest User

Untitled

a guest
Jun 19th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. When /^I logged as user "([^\"]*)" and with password "([^\"]*)"$/ do |username, password|
  2. visit '/entrar'
  3. fill_in 'user_session_email', :with => username
  4. fill_in 'user_session_password', :with => password
  5. click_button "Entrar"
  6. end
Add Comment
Please, Sign In to add comment