[Behat] Enable customer address book scenarios

This commit is contained in:
Rafikooo 2024-09-10 14:01:31 +02:00 committed by Grzegorz Sadowski
parent 54e5afd0a6
commit 1e5e7a3273
2 changed files with 2 additions and 2 deletions

View file

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

View file

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