File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
<amOnPage url =" {{AdminSalesTaxClassPage.url}}" stepKey =" navigateToSalesTaxPage" />
50
50
<waitForPageLoad stepKey =" waitForPageLoad" />
51
51
<conditionalClick selector =" {{AdminConfigureTaxSection.taxCalculationSettings}}" dependentSelector =" {{AdminConfigureTaxSection.taxCalculationAlgorithm}}" visible =" false" stepKey =" openTaxCalcSettingsSection" />
52
- <scrollTo selector =" {{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" stepKey =" goToCheckbox" />
52
+ <scrollTo selector =" {{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" x = " 0 " y = " -80 " stepKey =" goToCheckbox" />
53
53
<selectOption selector =" {{AdminConfigureTaxSection.taxCalculationApplyTaxOn}}" userInput =" {{userInput}}" stepKey =" setApplyTaxOff" />
54
54
<checkOption selector =" {{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" stepKey =" disableApplyTaxOnSetting" />
55
55
<click selector =" {{AdminConfigureTaxSection.save}}" stepKey =" saveConfig" />
56
56
<waitForPageLoad stepKey =" waitForConfigSaved" />
57
57
<see userInput =" You saved the configuration." stepKey =" seeSuccessMessage" />
58
58
</actionGroup >
59
- </actionGroups >
59
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments