mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
Enable behat test for placing orders as impersonated shop users
This commit is contained in:
parent
e287711c00
commit
63d886137d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Feature: Placing an order as impersonated shop users
|
||||||
And I browse orders of a customer "tanith.low@london.uk"
|
And I browse orders of a customer "tanith.low@london.uk"
|
||||||
Then I should see a single order in the list
|
Then I should see a single order in the list
|
||||||
|
|
||||||
@no-api @todo-ui
|
@no-api @ui @mink:chromedriver
|
||||||
Scenario: Placing an order as an impersonated shop user when the shop user was already logged
|
Scenario: Placing an order as an impersonated shop user when the shop user was already logged
|
||||||
When I sign in with email "john.doe@london.uk" and password "johndoe"
|
When I sign in with email "john.doe@london.uk" and password "johndoe"
|
||||||
And I view details of the customer "tanith.low@london.uk"
|
And I view details of the customer "tanith.low@london.uk"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue