Skip to content

Commit cec53ae

Browse files
author
Stas Puga
committed
Merge remote-tracking branch 'origin/MC-5831' into 2.3-develop-mftf-pr15
2 parents 6635e2a + 2f2cfc8 commit cec53ae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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
}

dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class TaxWithCrossBorderTest extends Injectable
3737
{
3838
/* tags */
3939
const MVP = 'yes';
40-
const STABLE = 'no';
4140
/* end tags */
4241

4342
/**

0 commit comments

Comments
 (0)