From 1e5e7a327364999b058908e8160b4af35c45a32c Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Tue, 10 Sep 2024 14:01:31 +0200 Subject: [PATCH] [Behat] Enable customer address book scenarios --- .../deleting_address_created_after_checkout.feature | 2 +- .../viewing_addresses_created_after_checkout.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/shop/account/customer_account/address_book/deleting_address_created_after_checkout.feature b/features/shop/account/customer_account/address_book/deleting_address_created_after_checkout.feature index 9df4a9784f..b99177e054 100644 --- a/features/shop/account/customer_account/address_book/deleting_address_created_after_checkout.feature +++ b/features/shop/account/customer_account/address_book/deleting_address_created_after_checkout.feature @@ -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 diff --git a/features/shop/account/customer_account/address_book/viewing_addresses_created_after_checkout.feature b/features/shop/account/customer_account/address_book/viewing_addresses_created_after_checkout.feature index 3a38445439..a9e49b603c 100644 --- a/features/shop/account/customer_account/address_book/viewing_addresses_created_after_checkout.feature +++ b/features/shop/account/customer_account/address_book/viewing_addresses_created_after_checkout.feature @@ -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