Cover applying correct taxes for shipping with tax rate included in price scenarios

This commit is contained in:
Jakub Tobiasz 2023-04-15 09:15:08 +02:00
parent c75bc1e9e2
commit a743297922
No known key found for this signature in database
GPG key ID: 6434250CB3525233

View file

@ -17,7 +17,7 @@ Feature: Applying correct taxes for shipping with tax rate included in price
And the store has "DHL" shipping method with "$10.00" fee within the "US" zone
And shipping method "DHL" belongs to "Shipping Services" tax category
@ui
@ui @api
Scenario: Applying correct taxes for shipping with tax rate included in price
When I add product "PHP T-Shirt" to the cart
Then my cart items total should be "$10.00"
@ -26,7 +26,7 @@ Feature: Applying correct taxes for shipping with tax rate included in price
And my cart included in price taxes should be "$0.91"
And my cart total should be "$20.50"
@ui
@ui @api
Scenario: Applying correct taxes for shipping with tax rate included in price
When I add product "PHP Mug" to the cart
Then my cart items total should be "$10.00"