@@ -29,6 +29,7 @@ Feature: Buyer password reset
2929 And the current domain is foo.3scale.localhost
3030 And they go to the login page
3131
32+ @emails
3233 Scenario : Reset password of an existing user
3334 Given they follow "Forgot password?"
3435 And they fill in "Email" with "zed@3scale.localhost"
@@ -46,6 +47,7 @@ Feature: Buyer password reset
4647 And they press "Sign in"
4748 Then they should be logged in as "zed"
4849
50+ @emails
4951 Scenario : Invalid email
5052 Given no user exists with an email of "bob@3scale.localhost"
5153 And they follow "Forgot password?"
@@ -54,6 +56,7 @@ Feature: Buyer password reset
5456 Then they should see "A password reset link will be sent to bob@3scale.localhost if a user exists with this email"
5557 And "bob@3scale.localhost" should receive no emails
5658
59+ @emails
5760 Scenario : Wrong confirmation
5861 Given they follow "Forgot password?"
5962 And they fill in "Email" with "zed@3scale.localhost"
@@ -65,6 +68,7 @@ Feature: Buyer password reset
6568 Then they should see the password confirmation error
6669 And the password of user "zed" should not be "monkey"
6770
71+ @emails
6872 Scenario : Blank passwords
6973 When they follow "Forgot password?"
7074 And they fill in "Email" with "zed@3scale.localhost"
0 commit comments