@@ -2,25 +2,25 @@ Feature: Signing Up for an SSO Account
2
2
In order to get users involved
3
3
As a new user
4
4
Scenario : signing up as a redirect from a consumer
5
- Given I do not have a valid session on the server
5
+ Given I am not logged in on the sso provider
6
6
And a valid consumer and user exists
7
7
When I request authentication returning to the consumer app
8
8
Then I should see the login form
9
9
When I click signup
10
10
Then I should see the signup form
11
11
When I signup with valid info
12
- Then I should receive a registration url
12
+ Then I should receive a registration url via email
13
13
When I hit the registration url and provide a password
14
14
Then I should be redirected to the consumer app
15
15
16
16
Scenario : signing up
17
- Given I do not have a valid session on the server
17
+ Given I am not logged in on the sso provider
18
18
And a valid consumer and user exists
19
19
Given I request authentication
20
20
Then I should see the login form
21
21
When I click signup
22
22
Then I should see the signup form
23
23
When I signup with valid info
24
- Then I should receive a registration url
24
+ Then I should receive a registration url via email
25
25
When I hit the registration url and provide a password
26
26
Then I should be redirected to the application root
0 commit comments