Add checkout addressing context to api area for behat scenario

This commit is contained in:
Michal Kaczmarek 2025-10-21 11:56:52 +02:00
parent db47c1144a
commit b0e5f0d302
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ Feature: Clearing cart
And I clear my cart
Then my cart should be cleared
@ui @javascript
@api @ui @javascript
Scenario: Clearing cart after adding an address in checkout
Given I added product "T-Shirt banana" to the cart
And I have specified the billing address as "Ankh Morpork", "Frost Alley", "90210", "United States" for "Jon Snow"

View file

@ -18,6 +18,7 @@ default:
- sylius.behat.context.setup.cart
- sylius.behat.context.setup.channel
- sylius.behat.context.setup.checkout.address
- sylius.behat.context.setup.currency
- sylius.behat.context.setup.product
- sylius.behat.context.setup.promotion