File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/code/Magento/Tax/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 16
16
<element name =" filterByCountry" type =" input" selector =" #tax_rate_grid_filter_tax_country_id" />
17
17
<element name =" filterByPostCode" type =" input" selector =" #tax_rate_grid_filter_tax_postcode" />
18
18
<element name =" nthRow" type =" block" selector =" tr[data-role='row']:nth-of-type({{var}})" parameterized =" true" timeout =" 30" />
19
- <element name =" country" type =" select" selector =" #tax_rate_grid_filter_tax_country_id" />
20
- <element name =" zipCode" type =" text" selector =" #tax_rate_grid_filter_tax_postcode" />
21
19
</section >
22
20
</sections >
Original file line number Diff line number Diff line change 50
50
<!-- Create a tax rate for zipCodeRange and verify we see expected values on the tax rate grid page -->
51
51
<click selector =" {{AdminDataGridHeaderSection.clearFilters}}" stepKey =" clickClearFilters2" />
52
52
<fillField selector =" {{AdminTaxRateGridSection.filterByTaxIdentifier}}" userInput =" {{SimpleTaxRate.code}}" stepKey =" fillTaxIdentifierField2" />
53
- <selectOption selector =" {{AdminTaxRateGridSection.country }}" userInput =" United States" stepKey =" selectCountry2" />
54
- <fillField selector =" {{AdminTaxRateGridSection.zipCode }}" userInput =" 90001-96162" stepKey =" seeTaxPostCode1" />
53
+ <selectOption selector =" {{AdminTaxRateGridSection.filterByCountry }}" userInput =" United States" stepKey =" selectCountry2" />
54
+ <fillField selector =" {{AdminTaxRateGridSection.filterByPostCode }}" userInput =" 90001-96162" stepKey =" seeTaxPostCode1" />
55
55
<click selector =" {{AdminTaxRateGridSection.search}}" stepKey =" clickSearch2" />
56
56
<click selector =" {{AdminTaxRateGridSection.nthRow('1')}}" stepKey =" clickFirstRow3" />
57
57
<!-- Verify we see expected values on the tax rate form page -->
You can’t perform that action at this time.
0 commit comments