Guest User

Untitled

a guest
Oct 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. When /^I log in as the administrator$/ do
  2. @app.home.expand_user_section
  3. @app.home.sign_in.click
  4. @app.login.username.set "admin"
  5. @app.login.password.set "p4ssword"
  6. @app.login.login_button.click
  7. end
Add Comment
Please, Sign In to add comment