mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Cover applying correct taxes for shipping with tax rate included in price scenarios
This commit is contained in:
parent
c75bc1e9e2
commit
a743297922
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue