Skip to content

Commit 6e5cb9e

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-36622: [UI] Merge grid styles
- fixed tests
1 parent e1ad0ce commit 6e5cb9e

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Grid extends GridInterface
4949
*
5050
* @var string
5151
*/
52-
protected $firstRowSelector = '//tbody/tr[./td[contains(@class, "col-name")]][1]';
52+
protected $firstRowSelector = '//tr[@data-role="row"][1]';
5353

5454
/**
5555
* Check if specific row exists in grid

0 commit comments

Comments
 (0)