mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 17:40:58 +00:00
Add checkout addressing context to api area for behat scenario
This commit is contained in:
parent
db47c1144a
commit
b0e5f0d302
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue