From 1659159c1b152f34909b8f9149fc0e1badfaff90 Mon Sep 17 00:00:00 2001 From: Wojdylak Date: Thu, 26 Sep 2024 15:10:08 +0200 Subject: [PATCH] Enable behat test for picking up cart created in ui and the api --- .../continuing_cart_processing_from_ui_in_api.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/shop/cart/shopping_cart/continuing_cart_processing_from_ui_in_api.feature b/features/shop/cart/shopping_cart/continuing_cart_processing_from_ui_in_api.feature index 28f6ba455d..94c0677c34 100644 --- a/features/shop/cart/shopping_cart/continuing_cart_processing_from_ui_in_api.feature +++ b/features/shop/cart/shopping_cart/continuing_cart_processing_from_ui_in_api.feature @@ -9,7 +9,7 @@ Feature: Continuing to process the cart picked up in the web store, in the API And the store has a product "Apple's Polishing Cloth" And I am a logged in customer on the web store and in the API - @todo-hybrid @javascript + @hybrid @javascript Scenario: Picking up the shopping cart on the web store and resuming it using API When I add "Apple's Polishing Cloth" to the cart on the web store And I check items in my cart using API