Skip to content

Commit 7e358aa

Browse files
author
Robert He
committed
Merge branch 'FearlessKiwis-MAGETWO-43944-Fix-weee-and-tax-functional-tests' of https://github.corp.magento.com/magento-fearless-kiwis/magento2ce into develop-PR
2 parents 13223b3 + a54e469 commit 7e358aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public function processAssert(
6666
$actualPrices = $this->getProductPagePrices($actualPrices);
6767
$catalogProductView->getViewBlock()->clickAddToCart();
6868
$catalogProductView->getMessagesBlock()->waitSuccessMessage();
69+
$checkoutCart->open();
6970
$actualPrices = $this->getCartPrices($product, $actualPrices);
7071
$actualPrices = $this->getTotals($actualPrices);
7172
//Prices verification

0 commit comments

Comments
 (0)