Skip to content

Commit 2f2cfc8

Browse files
author
Stas Puga
committed
MC-5831: Apply cross border taxes, product with category
1 parent 4d9b942 commit 2f2cfc8

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Totals.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public function getGrandTotal()
117117
*/
118118
public function getGrandTotalIncludingTax()
119119
{
120+
$this->waitForGrandTotal();
120121
$priceElement = $this->_rootElement->find($this->grandTotalInclTax, Locator::SELECTOR_CSS);
121122
return $priceElement->isVisible() ? $this->escapeCurrency($priceElement->getText()) : null;
122123
}

0 commit comments

Comments
 (0)