Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Scenario: Trying to register with non verified password
  2. Given I am on the "Login" page
  3. And I follow "Sign Up"
  4. When I fill in the following:
  5. | Email | foo@bar.com |
  6. | Username | jdoe |
  7. | Password | bar |
  8. | Verification | foo |
  9. And I press "Register"
  10. Then I should be on the Registration page
  11. And I should see "The entered passwords don't match"
  12.  
  13. validation:
  14. enabled: true
  15. enable_annotations: true
  16. api: 2.4 # remove this line to fix the issue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement