Guest User

Untitled

a guest
Jul 22nd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Scenario: "User signs in successfully"
  2. Given I am signed up and confirmed as "email@person.com/password"
  3. When I go to the home page
  4. And I click on link "Sign in"
  5. And I sign in as "email@person.com/password"
  6. Then I should see "Logout"
  7. And I should be signed in
Add Comment
Please, Sign In to add comment