File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 74
74
<selectOption stepKey =" selectDisplayTaxSummarySales" selector =" {{AdminConfigureTaxSection.dropdownDisplayTaxSummarySales}}" userInput =" Yes" />
75
75
<!-- Enable fixed product taxes and change configurations -->
76
76
<!-- conditionalClick twice to fix some flaky behavior -->
77
- <conditionalClick stepKey = " clickFixedProductTaxes " selector = " {{AdminConfigureTaxSection.fixedProductTaxes}} " dependentSelector = " #tax_sales_display " visible = " false " />
78
- <conditionalClick stepKey = " fixedProductTaxesAgain " selector =" {{AdminConfigureTaxSection.fixedProductTaxes}}" dependentSelector = " #tax_sales_display " visible = " false " />
77
+ <scrollTo selector = " #tax_weee-head " x = " 0 " y = " -80 " stepKey = " scrollToFPT " />
78
+ <click selector =" {{AdminConfigureTaxSection.fixedProductTaxes}}" stepKey = " clickFixedProductTaxes " />
79
79
<uncheckOption stepKey =" clickEnableFpt" selector =" {{AdminConfigureTaxSection.systemValueEnableFpt}}" />
80
80
<selectOption stepKey =" selectEnableFpt" selector =" {{AdminConfigureTaxSection.dropdownFptYes}}" userInput =" Yes" />
81
81
<uncheckOption stepKey =" clickDisplayPricesInProductLists" selector =" {{AdminConfigureTaxSection.systemValueDisplayPricesProducts}}" />
You can’t perform that action at this time.
0 commit comments