We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9b942 commit 2f2cfc8Copy full SHA for 2f2cfc8
dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Totals.php
@@ -117,6 +117,7 @@ public function getGrandTotal()
117
*/
118
public function getGrandTotalIncludingTax()
119
{
120
+ $this->waitForGrandTotal();
121
$priceElement = $this->_rootElement->find($this->grandTotalInclTax, Locator::SELECTOR_CSS);
122
return $priceElement->isVisible() ? $this->escapeCurrency($priceElement->getText()) : null;
123
}
0 commit comments