File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
68
68
<!-- second tax rate-->
69
69
<click stepKey =" addSecondTaxRate" selector =" {{AdminGridMainControls.add}}" />
70
- <fillField stepKey =" fillSecondRuleName" selector =" {{AdminTaxRulesSection.ruleName}}" userInput =" Canada-PST-5%" />
70
+ <fillField stepKey =" fillSecondRuleName" selector =" {{AdminTaxRulesSection.ruleName}}" userInput =" Canada-GST- PST-5%" />
71
71
<!-- Go to the tax rate page -->
72
72
<click stepKey =" addSecondTaxRate2" selector =" {{AdminTaxRulesSection.addNewTaxRate}}" />
73
- <fillField stepKey =" fillSecondTaxIdentifier" selector =" {{AdminTaxRulesSection.taxIdentifier}}" userInput =" Canada-PST-5%" />
73
+ <fillField stepKey =" fillSecondTaxIdentifier" selector =" {{AdminTaxRulesSection.taxIdentifier}}" userInput =" Canada-GST- PST-5%" />
74
74
<fillField stepKey =" fillSecondZipCode" selector =" {{AdminTaxRulesSection.zipCode}}" userInput =" *" />
75
75
<selectOption stepKey =" selectStateAgain" selector =" {{AdminTaxRulesSection.state}}" userInput =" *" />
76
76
<selectOption stepKey =" selectCountryAgain" selector =" {{AdminTaxRulesSection.country}}" userInput =" Canada" />
127
127
<argument name =" taxRuleCode" value =" Canada-GST-5%" />
128
128
</actionGroup >
129
129
<actionGroup ref =" AdminDeleteTaxRule" stepKey =" deleteSecondRule" >
130
- <argument name =" taxRuleCode" value =" Canada-PST-5%" />
130
+ <argument name =" taxRuleCode" value =" Canada-GST- PST-5%" />
131
131
</actionGroup >
132
132
<actionGroup ref =" AdminDeleteMultipleTaxRatesActionGroup" stepKey =" deleteAllNonDefaultTaxRates" />
133
133
<!-- Reset shipping origin -->
You can’t perform that action at this time.
0 commit comments