From c1670dd155083758bbd1ea7e65e2acd13fb6defe Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Mon, 13 May 2024 14:58:35 +0200 Subject: [PATCH] [Behat] Apply the decimal part of the price in scenarios --- features/filtering_orders_by_variants.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/filtering_orders_by_variants.feature b/features/filtering_orders_by_variants.feature index 0cff953c..93baf19f 100644 --- a/features/filtering_orders_by_variants.feature +++ b/features/filtering_orders_by_variants.feature @@ -9,10 +9,10 @@ Feature: Filtering orders by variants And the store ships everywhere for Free And the store allows paying Offline And the store has a product "Galaxy Shirt" with code "cosmic-tee" - And this product has "Nebula Top" variant priced at "$25" - And this product also has "Neutron Sleeveless" variant priced at "$20" + And this product has "Nebula Top" variant priced at "$25.00" + And this product also has "Neutron Sleeveless" variant priced at "$20.00" And the store has a product "Space Dress" with code "cosmic-dress" - And this product has "Sundress" variant priced at "$40" + And this product has "Sundress" variant priced at "$40.00" And there is a customer "tanith@low.com" that placed an order "#0000001" And the customer bought a single "Nebula Top" variant of product "Galaxy Shirt" And the customer also bought a "Neutron Sleeveless" variant of product "Galaxy Shirt"