End of train commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Feature: Sign up as user using facebook
|
||||
|
||||
@javascript
|
||||
Scenario: Happy flow
|
||||
Given There is no user information stored in the local storage
|
||||
When I visit the user obtain token path
|
||||
Then I should be signed in as a user
|
||||
And I should be redirected to the user home
|
||||
And the newly created user info should be stored in the local storage
|
||||
|
||||
@broken
|
||||
Scenario: Already signed in user visits obtain token path
|
||||
Given I am signed in as a user
|
||||
And There is no user information stored in the local storage
|
||||
Then I should be redirected to the user home
|
||||
And the newly created user info should be stored in the local storage
|
||||
Reference in New Issue
Block a user