File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
<!-- Update 0.1 tax rate on the tax rate form page -->
38
38
<fillField selector =" {{AdminTaxRateFormSection.taxIdentifier}}" userInput =" {{taxRateCustomRateFrance.code}}" stepKey =" fillTaxIdentifierField2" />
39
39
<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" />
41
41
<selectOption selector =" {{AdminTaxRateFormSection.state}}" userInput =" {{taxRateCustomRateFrance.tax_region_id}}" stepKey =" selectState" />
42
42
<fillField selector =" {{AdminTaxRateFormSection.zipCode}}" userInput =" {{taxRateCustomRateFrance.tax_postcode}}" stepKey =" fillPostCode" />
43
43
<fillField selector =" {{AdminTaxRateFormSection.rate}}" userInput =" {{taxRateCustomRateFrance.rate}}" stepKey =" fillRate1" />
You can’t perform that action at this time.
0 commit comments