Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down