From 830888c64279e9072db098afb5035ff2d895841f Mon Sep 17 00:00:00 2001
From: Yaroslav Onischenko <yonischenko@magento.com>
Date: Mon, 29 Aug 2016 14:28:05 +0300
Subject: [PATCH] MAGETWO-55908: Prepare PR

---
 .../tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php b/dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php
index bd7d10a7cf0..3c2a9ed9c9b 100644
--- a/dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php
+++ b/dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php
@@ -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) {
-- 
GitLab