From 1ef6610f8a8ce192a18d0fb9e9c8d9ab2ed50ce4 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Thu, 26 Sep 2024 07:29:15 +0200 Subject: [PATCH] [Behat][Shop] Enable receiving fixed order discount scenario --- ...ng_discounts_with_product_minimum_price_specified.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/features/shop/promotion/receiving_discount/receiving_discounts_with_product_minimum_price_specified.feature b/features/shop/promotion/receiving_discount/receiving_discounts_with_product_minimum_price_specified.feature index 5553e75175..bd7c328d5c 100644 --- a/features/shop/promotion/receiving_discount/receiving_discounts_with_product_minimum_price_specified.feature +++ b/features/shop/promotion/receiving_discount/receiving_discounts_with_product_minimum_price_specified.feature @@ -23,13 +23,12 @@ Feature: Receiving discounts with product minimum price specified Then its price should be decreased by "$5.00" And my cart total should be "$45.00" - @api @no-ui @mink:chromedriver + @api @ui @mink:chromedriver Scenario: Receiving fixed discount for my cart Given there is a promotion "Holiday promotion" And it gives "$10.00" discount to every order When I add product "T-Shirt" to the cart - Then its price should be decreased by "$5.00" - And my cart total should be "$45.00" + Then my cart total should be "$45.00" And my discount should be "-$5.00" @api @ui @mink:chromedriver