Skip to content

Commit 3948eb7

Browse files
committed
MAGETWO-39479: Pull request processing
1 parent 447388b commit 3948eb7

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function addNewOrder()
9898
*/
9999
public function getPurchasePointStoreGroups()
100100
{
101-
$this->waitLoader();
101+
$this->openFilterBlock();
102102
$storeGroupElements = $this->_rootElement->find($this->purchasePointFilter)
103103
->getElements('.//optgroup[./option]', Locator::SELECTOR_XPATH);
104104
$result = [];

0 commit comments

Comments
 (0)