mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
First scenario for orders page in my account section.
This commit is contained in:
parent
2564cfddd3
commit
199759e6ef
1 changed files with 12 additions and 0 deletions
12
features/frontend/account_orders.feature
Normal file
12
features/frontend/account_orders.feature
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Feature: User account orders page
|
||||
In order to follow my orders
|
||||
As a logged user
|
||||
I want to be able to track my pending orders and get an invoice for my delivered orders
|
||||
|
||||
Background:
|
||||
Given I am logged in user
|
||||
And I am on my account homepage
|
||||
|
||||
Scenario: Viewing my personal information page
|
||||
Given I follow "My orders / my invoices"
|
||||
Then I should be on my account orders page
|
||||
Loading…
Add table
Reference in a new issue