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 8fde38b commit 909865aCopy full SHA for 909865a
app/code/Magento/Tax/Test/Mftf/Test/UpdateLargeTaxRateEntityTest.xml
@@ -49,6 +49,7 @@
49
<actionGroup ref="AdminFillTaxIdentifierFilterOnTaxRateGridActionGroup" stepKey="fillTaxIdentifierField3">
50
<argument name="taxRateCode" value="{{defaultTaxRateWithLargeRate.code}}"/>
51
</actionGroup>
52
+ <click selector="{{AdminTaxRateGridSection.search}}" stepKey="clickSearch2"/>
53
<click selector="{{AdminTaxRateGridSection.nthRow('1')}}" stepKey="clickFirstRow2"/>
54
<!-- Verify we see updated large tax rate on the tax rate form page -->
55
<seeInField selector="{{AdminTaxRateFormSection.taxIdentifier}}" userInput="{{defaultTaxRateWithLargeRate.code}}" stepKey="seeRTaxIdentifier"/>
0 commit comments