Skip to content

Commit 5b9b0eb

Browse files
committed
MC-4890: Convert DeleteTaxRuleEntityTest to MFTF
- Make empty text selector more specific
1 parent 2fb45bb commit 5b9b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Test/Mftf/Section/AdminTaxRuleGridSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<element name="taxRate" type="input" selector="#taxRuleGrid_filter_tax_rates_codes"/>
1616
<element name="nthRow" type="block" selector="tr[data-role='row']:nth-of-type({{var}})" parameterized="true" timeout="30"/>
1717
<element name="successMessage" type="text" selector="#messages"/>
18-
<element name="emptyText" type="text" selector="//*[@id='taxRuleGrid_table']/tbody/tr"/>
18+
<element name="emptyText" type="text" selector="td.empty-text"/>
1919
</section>
2020
</sections>

0 commit comments

Comments
 (0)