Sylius/features/frontend/user_login_via_oauth.feature
2014-06-29 14:42:20 +02:00

19 lines
498 B
Gherkin

@oauth
Feature: Sign in to the store via OAuth
In order to view my orders list
As a visitor with an OAuth account
I need to be able to log in to the store
Background:
Given I am not logged in
And I am on the store homepage
Scenario Outline: Get to the OAuth login page
When I follow "Login"
Then I should see the connect with "<oauth>" button
Examples:
| oauth |
| Amazon |
| Facebook |
| Google |