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 2fb45bb commit 5b9b0ebCopy full SHA for 5b9b0eb
app/code/Magento/Tax/Test/Mftf/Section/AdminTaxRuleGridSection.xml
@@ -15,6 +15,6 @@
15
<element name="taxRate" type="input" selector="#taxRuleGrid_filter_tax_rates_codes"/>
16
<element name="nthRow" type="block" selector="tr[data-role='row']:nth-of-type({{var}})" parameterized="true" timeout="30"/>
17
<element name="successMessage" type="text" selector="#messages"/>
18
- <element name="emptyText" type="text" selector="//*[@id='taxRuleGrid_table']/tbody/tr"/>
+ <element name="emptyText" type="text" selector="td.empty-text"/>
19
</section>
20
</sections>
0 commit comments