Merge branch '1.11' into 1.12

* 1.11:
  [Fix] Change behat using dual session as javascript scenario
This commit is contained in:
Grzegorz Sadowski 2022-12-06 08:58:07 +01:00
commit 5f027c37e3
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -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