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 573186e commit 411577cCopy full SHA for 411577c
dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Grid.php
@@ -49,7 +49,7 @@ class Grid extends GridInterface
49
*
50
* @var string
51
*/
52
- protected $firstRowSelector = '//tr[@data-role="row"][1]';
+ protected $firstRowSelector = '//tbody/tr[./td[contains(@class, "col-name")]][1]';
53
54
/**
55
* Check if specific row exists in grid
0 commit comments