Skip to content

Commit

Permalink
Enhance stability of tests using SetTaxApplyOnSetting action group
Browse files Browse the repository at this point in the history
  • Loading branch information
okolesnyk authored Feb 22, 2019
1 parent ee4c11c commit dfc943c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<scrollTo selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" x="0" y="-80" stepKey="goToCheckbox"/>
<uncheckOption selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" stepKey="enableApplyTaxOnSetting"/>
<selectOption selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOn}}" userInput="{{userInput}}" stepKey="setApplyTaxOn"/>
<scrollTo selector="{{SalesConfigSection.TaxClassesTab}}" stepKey="scrollToTop"/>
<scrollTo selector="{{SalesConfigSection.TaxClassesTab}}" x="0" y="-80" stepKey="scrollToTop"/>
<click selector="{{AdminConfigureTaxSection.taxCalculationSettings}}" stepKey="collapseCalcSettingsTab"/>
<click selector="{{AdminConfigureTaxSection.save}}" stepKey="saveConfig"/>
<waitForPageLoad stepKey="waitForConfigSaved"/>
Expand All @@ -56,4 +56,4 @@
<waitForPageLoad stepKey="waitForConfigSaved"/>
<see userInput="You saved the configuration." stepKey="seeSuccessMessage"/>
</actionGroup>
</actionGroups>
</actionGroups>

0 comments on commit dfc943c

Please sign in to comment.