mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Add behat scenario
This commit is contained in:
parent
66fe6b2a1b
commit
3b8530d108
1 changed files with 15 additions and 0 deletions
15
features/customer/seeing_myself_while_login.feature
Normal file
15
features/customer/seeing_myself_while_login.feature
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@customer_login
|
||||
Feature: Seeing myself while login
|
||||
In order to be aware who I am
|
||||
As a Customer
|
||||
I want to see my basic data while login
|
||||
|
||||
Background:
|
||||
Given the store operates on a single channel in "United States"
|
||||
And the store has customer "John Doe" with email "car@better.com"
|
||||
And I have already registered "car@better.com" account
|
||||
|
||||
@api
|
||||
Scenario: Seeing my basic data while login
|
||||
When I am a logged in customer with email "car@better.com"
|
||||
Then I should see who I am
|
||||
Loading…
Add table
Reference in a new issue