File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
<scrollTo selector =" {{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" x =" 0" y =" -80" stepKey =" goToCheckbox" />
37
37
<uncheckOption selector =" {{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" stepKey =" enableApplyTaxOnSetting" />
38
38
<selectOption selector =" {{AdminConfigureTaxSection.taxCalculationApplyTaxOn}}" userInput =" {{userInput}}" stepKey =" setApplyTaxOn" />
39
- <scrollTo selector =" {{SalesConfigSection.TaxClassesTab}}" x = " 0 " y = " -80 " stepKey =" scrollToTop" />
39
+ <scrollTo selector =" {{SalesConfigSection.TaxClassesTab}}" stepKey =" scrollToTop" />
40
40
<click selector =" {{AdminConfigureTaxSection.taxCalculationSettings}}" stepKey =" collapseCalcSettingsTab" />
41
41
<click selector =" {{AdminConfigureTaxSection.save}}" stepKey =" saveConfig" />
42
42
<waitForPageLoad stepKey =" waitForConfigSaved" />
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