Green specs 😄
This commit is contained in:
@@ -28,13 +28,14 @@ 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
|
||||
|
||||
@javascipt
|
||||
@javascript
|
||||
Scenario: Authenciation when there is a list already active
|
||||
Given there is a confirmed and open supplier
|
||||
And there is a user
|
||||
And there is a facebook user
|
||||
And the user has an active order
|
||||
When the user authenticates with facebook
|
||||
Then the user should be redirected to the active list page
|
||||
When I visit the user obtain token path
|
||||
And I wait 1 second
|
||||
Then the user should be redirected to the user order overview page
|
||||
|
||||
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