Skip to content
Snippets Groups Projects
Commit 830888c6 authored by Yaroslav Onischenko's avatar Yaroslav Onischenko
Browse files

MAGETWO-55908: Prepare PR

parent 0e6f7181
Branches
No related merge requests found
......@@ -96,7 +96,7 @@ class Grid extends DataGrid
$this->openFilterBlock();
$storeGroupElements = $this->_rootElement->find($this->filters['purchase_point']['selector'])
->getElements('//option/preceding-sibling::optgroup[1]', Locator::SELECTOR_XPATH);
->getElements('.//option/preceding-sibling::optgroup[1]', Locator::SELECTOR_XPATH);
$result = [];
foreach ($storeGroupElements as $storeGroupElement) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment