Add behat scenario

This commit is contained in:
Tomanhez 2021-05-05 13:16:04 +02:00
parent 66fe6b2a1b
commit 3b8530d108

View 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