Skip to content

Commit a54e469

Browse files
author
manasa
committed
MAGETWO-43944: Fix Weee and Tax functional tests
1 parent 44a877e commit a54e469

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/functional/tests/app/Magento/Weee/Test/Constraint/AssertFptApplied.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ protected function addToCart(CatalogProductSimple $product, array $actualPrices)
172172
protected function getCartPrice(CatalogProductSimple $product, array $actualPrices)
173173
{
174174
$this->checkoutCart->open();
175-
$this->checkoutCart->getShippingBlock()->openEstimateShippingAndTax();
176-
$this->checkoutCart->getShippingBlock()->waitForUpdatedShippingMethods();
177175
$productItem = $this->checkoutCart->getCartBlock()->getCartItem($product);
178176
$productWeeeItem = $this->checkoutCart->getWeeeCartBlock()->getCartItem($product);
179177
$actualPrices['cart_item_price'] = $productItem->getPrice();

0 commit comments

Comments
 (0)