Skip to content

Commit e250f5f

Browse files
authored
ACQE-6423 | [MFTF PR TESTS] ApplyTaxesAndFptForSimpleProductWithCanadianPstOriginTest
1 parent d1e09bf commit e250f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767

6868
<!-- second tax rate-->
6969
<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%"/>
7171
<!-- Go to the tax rate page -->
7272
<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%"/>
7474
<fillField stepKey="fillSecondZipCode" selector="{{AdminTaxRulesSection.zipCode}}" userInput="*"/>
7575
<selectOption stepKey="selectStateAgain" selector="{{AdminTaxRulesSection.state}}" userInput="*"/>
7676
<selectOption stepKey="selectCountryAgain" selector="{{AdminTaxRulesSection.country}}" userInput="Canada"/>
@@ -127,7 +127,7 @@
127127
<argument name="taxRuleCode" value="Canada-GST-5%" />
128128
</actionGroup>
129129
<actionGroup ref="AdminDeleteTaxRule" stepKey="deleteSecondRule">
130-
<argument name="taxRuleCode" value="Canada-PST-5%" />
130+
<argument name="taxRuleCode" value="Canada-GST-PST-5%" />
131131
</actionGroup>
132132
<actionGroup ref="AdminDeleteMultipleTaxRatesActionGroup" stepKey="deleteAllNonDefaultTaxRates"/>
133133
<!-- Reset shipping origin -->

0 commit comments

Comments
 (0)