Working user order flow spec

This commit is contained in:
2013-12-02 07:38:02 +01:00
parent 7b9b784ef9
commit afb30556bd
15 changed files with 161 additions and 7 deletions
@@ -1,6 +1,6 @@
Feature: Sign up as user using facebook
@javascript @broken
@javascript
Scenario: Happy flow
Given There is no user information stored in the local storage
When I visit the user obtain token path
@@ -9,7 +9,7 @@ Feature: Sign up as user using facebook
And I should be redirected to the user home
And the newly created user info should be stored in the local storage
@javascript @broken
@javascript
Scenario: Already signed in user visits obtain token path
Given I am signed in as a user
When I visit '/user'