Skip to content

Commit dfc943c

Browse files
authored
Enhance stability of tests using SetTaxApplyOnSetting action group
1 parent ee4c11c commit dfc943c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigSalesTaxClassActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<scrollTo selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" x="0" y="-80" stepKey="goToCheckbox"/>
3737
<uncheckOption selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" stepKey="enableApplyTaxOnSetting"/>
3838
<selectOption selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOn}}" userInput="{{userInput}}" stepKey="setApplyTaxOn"/>
39-
<scrollTo selector="{{SalesConfigSection.TaxClassesTab}}" stepKey="scrollToTop"/>
39+
<scrollTo selector="{{SalesConfigSection.TaxClassesTab}}" x="0" y="-80" stepKey="scrollToTop"/>
4040
<click selector="{{AdminConfigureTaxSection.taxCalculationSettings}}" stepKey="collapseCalcSettingsTab"/>
4141
<click selector="{{AdminConfigureTaxSection.save}}" stepKey="saveConfig"/>
4242
<waitForPageLoad stepKey="waitForConfigSaved"/>
@@ -56,4 +56,4 @@
5656
<waitForPageLoad stepKey="waitForConfigSaved"/>
5757
<see userInput="You saved the configuration." stepKey="seeSuccessMessage"/>
5858
</actionGroup>
59-
</actionGroups>
59+
</actionGroups>

0 commit comments

Comments
 (0)