Skip to content

Commit

Permalink
MAGETWO-91769: Credit Memo - Wrong tax calculation! #10982
Browse files Browse the repository at this point in the history
- Fixed functional test
  • Loading branch information
epamt committed Nov 16, 2018
1 parent 39dfb2b commit 408c135
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<amOnPage url="{{AdminTaxConfigurationPage.url}}" stepKey="goToTaxConfigPage"/>
<conditionalClick stepKey="clickOrdersInvoicesCreditSales" selector="{{AdminConfigureTaxSection.taxClasses}}" dependentSelector="{{AdminConfigureTaxSection.taxClassesCondition}}" visible="false"/>
<selectOption selector="{{AdminConfigureTaxSection.productTaxClass}}" userInput="Taxable Goods" stepKey="selectClass"/>
<click selector="{{AdminConfigureTaxSection.useSystemValue}}" stepKey="UncheckUseSystemValue"/>
<click selector="{{AdminConfigureTaxSection.save}}" stepKey="saveConfig"/>
<!-- Go to the tax rule page and delete the row we created-->
<amOnPage url="{{AdminTaxRuleGridPage.url}}" stepKey="goToTaxRulesPage"/>
Expand Down

0 comments on commit 408c135

Please sign in to comment.