Add specs for user changing table
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Feature: Sign up as user using facebook
|
||||
Note that facebook is automatically signing in
|
||||
|
||||
@javascript
|
||||
Scenario: Happy flow
|
||||
@@ -27,3 +28,5 @@ Feature: Sign up as user using facebook
|
||||
And I wait 4 seconds
|
||||
Then the newly created user info should be stored in the local storage
|
||||
|
||||
Scenario: Facebook problem OmniAuth.config.mock_auth[:facebook] = :invalid_credentials
|
||||
Scenario: Valid facebook login, but declines information requested by scope
|
||||
|
||||
Reference in New Issue
Block a user