File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
testsuites/Magento/Mtf/TestSuite/InjectableTests
tests/app/Magento/Checkout/Test/Block/Cart Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ class Totals extends Block
105
105
*/
106
106
public function getGrandTotal ()
107
107
{
108
+ $ this ->waitForUpdatedTotals ();
108
109
$ grandTotal = $ this ->_rootElement ->find ($ this ->grandTotal , Locator::SELECTOR_CSS )->getText ();
109
110
return $ this ->escapeCurrency ($ grandTotal );
110
111
}
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2013-2017 Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" ../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd" >
10
+ <rule scope =" testsuite" >
11
+ <allow >
12
+ <class value =" Magento\CustomerSegment\Test\TestCase\RefreshCustomerSegmentEntityTest" />
13
+ <class value =" Magento\CustomerSegment\Test\TestCase\UpdateCustomerSegmentEntityTest" />
14
+ </allow >
15
+ </rule >
16
+ </config >
You can’t perform that action at this time.
0 commit comments