mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '1.11' into 1.12
* 1.11: [Fix] Change behat using dual session as javascript scenario
This commit is contained in:
commit
5f027c37e3
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ Feature: Preventing from claiming cart of a wrong user
|
|||
And the store allows paying Offline
|
||||
And there is a user "robb@stark.com" identified by "KingInTheNorth"
|
||||
|
||||
@ui @no-api
|
||||
@ui @javascript @no-api
|
||||
Scenario: Preventing anonymous user from claiming cart of logged in user
|
||||
Given I am logged in as "robb@stark.com"
|
||||
And I have product "PHP T-Shirt" in the cart
|
||||
|
|
@ -23,7 +23,7 @@ Feature: Preventing from claiming cart of a wrong user
|
|||
And they add product "Symfony T-Shirt" to the cart
|
||||
Then their cart total should be "$150.00"
|
||||
|
||||
@ui @no-api
|
||||
@ui @javascript @no-api
|
||||
Scenario: Preventing anonymous user from claiming cart of logged in user
|
||||
Given I am logged in as "robb@stark.com"
|
||||
And I have product "PHP T-Shirt" in the cart
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue