Skip to content

Commit 3238dbd

Browse files
committed
MAGETWO-64297: No websites shown in grid
1 parent 75a7b9b commit 3238dbd

File tree

2 files changed

+17
-0
lines changed
  • dev/tests/functional

2 files changed

+17
-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
@@ -105,6 +105,7 @@ class Totals extends Block
105105
*/
106106
public function getGrandTotal()
107107
{
108+
$this->waitForUpdatedTotals();
108109
$grandTotal = $this->_rootElement->find($this->grandTotal, Locator::SELECTOR_CSS)->getText();
109110
return $this->escapeCurrency($grandTotal);
110111
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>

0 commit comments

Comments
 (0)