Guest User

Untitled

a guest
Jun 13th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Feature: Security
  2.  
  3. Scenario: forgot password valid email
  4. Given I am on the login page
  5. And I click the link "Forgot Your Password?"
  6. And I fill in the text_field "email" with "qa+watirrocks@gmail.com"
  7. And I click the "Request Credentials" button
  8. Then I verify the page contains the text "A password reset link has been sent to"
Add Comment
Please, Sign In to add comment