Skip to content

Commit 830888c

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-55908: Prepare PR
1 parent 0e6f718 commit 830888c

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
@@ -96,7 +96,7 @@ public function getPurchasePointStoreGroups()
9696
$this->openFilterBlock();
9797

9898
$storeGroupElements = $this->_rootElement->find($this->filters['purchase_point']['selector'])
99-
->getElements('//option/preceding-sibling::optgroup[1]', Locator::SELECTOR_XPATH);
99+
->getElements('.//option/preceding-sibling::optgroup[1]', Locator::SELECTOR_XPATH);
100100
$result = [];
101101

102102
foreach ($storeGroupElements as $storeGroupElement) {

0 commit comments

Comments
 (0)