mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Behat] Enable customer address book scenarios
This commit is contained in:
parent
54e5afd0a6
commit
1e5e7a3273
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ Feature: Removing an address from my book
|
|||
And I have an address "Lucifer Morningstar", "Seaside Fwy", "90802", "Los Angeles", "United States", "Arkansas" in my address book
|
||||
And my default address is of "Lucifer Morningstar"
|
||||
|
||||
@todo-api @ui
|
||||
@api @ui
|
||||
Scenario: Deleting address created after placing an order
|
||||
Given I have product "PHP T-Shirt" in the cart
|
||||
And I am at the checkout addressing step
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Feature: Viewing addresses created after checkout
|
|||
And I have an address "Lucifer Morningstar", "Seaside Fwy", "90802", "Los Angeles", "United States", "Arkansas" in my address book
|
||||
And my default address is of "Lucifer Morningstar"
|
||||
|
||||
@todo-api @ui
|
||||
@api @ui
|
||||
Scenario: Viewing address created after placing an order
|
||||
Given I have product "PHP T-Shirt" in the cart
|
||||
And I am at the checkout addressing step
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue