Skip to content

Commit 872f952

Browse files
authored
MQE-1408: Deliver weekly MTF to MFTF conversion PR
1 parent ef69d57 commit 872f952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Test/Mftf/Test/Update01TaxRateEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- Update 0.1 tax rate on the tax rate form page -->
3838
<fillField selector="{{AdminTaxRateFormSection.taxIdentifier}}" userInput="{{taxRateCustomRateFrance.code}}" stepKey="fillTaxIdentifierField2"/>
3939
<selectOption selector="{{AdminTaxRateFormSection.country}}" userInput="{{taxRateCustomRateFrance.tax_country_id}}" stepKey="selectCountry1"/>
40-
<waitForElementVisible selector="{{AdminTaxRateFormSection.state}}" stepKey="waitForRegionsLoaded" />
40+
<waitForElementVisible selector="{{AdminTaxRateFormSection.state}}:not([disabled])" stepKey="waitForRegionsLoaded" />
4141
<selectOption selector="{{AdminTaxRateFormSection.state}}" userInput="{{taxRateCustomRateFrance.tax_region_id}}" stepKey="selectState"/>
4242
<fillField selector="{{AdminTaxRateFormSection.zipCode}}" userInput="{{taxRateCustomRateFrance.tax_postcode}}" stepKey="fillPostCode"/>
4343
<fillField selector="{{AdminTaxRateFormSection.rate}}" userInput="{{taxRateCustomRateFrance.rate}}" stepKey="fillRate1"/>

0 commit comments

Comments
 (0)