We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6f718 commit 830888cCopy full SHA for 830888c
dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php
@@ -96,7 +96,7 @@ public function getPurchasePointStoreGroups()
96
$this->openFilterBlock();
97
98
$storeGroupElements = $this->_rootElement->find($this->filters['purchase_point']['selector'])
99
- ->getElements('//option/preceding-sibling::optgroup[1]', Locator::SELECTOR_XPATH);
+ ->getElements('.//option/preceding-sibling::optgroup[1]', Locator::SELECTOR_XPATH);
100
$result = [];
101
102
foreach ($storeGroupElements as $storeGroupElement) {
0 commit comments