Skip to content

Commit

Permalink
[Behat] Apply the decimal part of the price in scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed May 13, 2024
1 parent b444acc commit c1670dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/filtering_orders_by_variants.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" 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"
Expand Down

0 comments on commit c1670dd

Please sign in to comment.