File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/Tax/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
<selectOption stepKey =" selectDisplayZeroTaxCart" selector =" {{AdminConfigureTaxSection.dropdownDisplayZeroTaxCart}}" userInput =" Yes" />
31
31
32
32
<!-- change the options for orders, invoices, credit memos display to show tax -->
33
- <conditionalClick stepKey =" clickOrdersInvoicesCreditSales" selector =" {{AdminConfigureTaxSection.ordersInvoicesCreditSales}}" dependentSelector =" {{AdminConfigureTaxSection.systemValueIncludeTaxTotalSales }}" visible =" false" />
33
+ <conditionalClick stepKey =" clickOrdersInvoicesCreditSales" selector =" {{AdminConfigureTaxSection.ordersInvoicesCreditSales}}" dependentSelector =" {{AdminConfigureTaxSection.taxSalesDisplay }}" visible =" false" />
34
34
<uncheckOption stepKey =" clickTaxTotalSales" selector =" {{AdminConfigureTaxSection.systemValueIncludeTaxTotalSales}}" />
35
35
<selectOption stepKey =" selectTaxTotalSales" selector =" {{AdminConfigureTaxSection.dropdownIncludeTaxTotalSales}}" userInput =" Yes" />
36
36
<uncheckOption stepKey =" clickDisplayTaxSummarySales" selector =" {{AdminConfigureTaxSection.systemValueDisplayTaxSummarySales}}" />
66
66
<selectOption stepKey =" selectDisplayZeroTaxCart" selector =" {{AdminConfigureTaxSection.dropdownDisplayZeroTaxCart}}" userInput =" Yes" />
67
67
68
68
<!-- change the options for orders, invoices, credit memos display to not show tax -->
69
- <conditionalClick stepKey =" clickOrdersInvoicesCreditSales" selector =" {{AdminConfigureTaxSection.ordersInvoicesCreditSales}}" dependentSelector =" {{AdminConfigureTaxSection.systemValueIncludeTaxTotalSales }}" visible =" false" />
69
+ <conditionalClick stepKey =" clickOrdersInvoicesCreditSales" selector =" {{AdminConfigureTaxSection.ordersInvoicesCreditSales}}" dependentSelector =" {{AdminConfigureTaxSection.taxSalesDisplay }}" visible =" false" />
70
70
<checkOption stepKey =" clickTaxTotalSales" selector =" {{AdminConfigureTaxSection.systemValueIncludeTaxTotalSales}}" />
71
71
<selectOption stepKey =" selectTaxTotalSales" selector =" {{AdminConfigureTaxSection.dropdownIncludeTaxTotalSales}}" userInput =" Yes" />
72
72
<checkOption stepKey =" clickDisplayTaxSummarySales" selector =" {{AdminConfigureTaxSection.systemValueDisplayTaxSummarySales}}" />
Original file line number Diff line number Diff line change 35
35
<element name =" taxDisplayProductPricesDisabled" type =" select" selector =" #tax_display_type[disabled='disabled']" />
36
36
<element name =" taxDisplayProductPricesInherit" type =" checkbox" selector =" #tax_display_type_inherit" />
37
37
38
+ <element name =" taxSalesDisplay" type =" block" selector =" .config.admin__collapsible-block#tax_sales_display" timeout =" 30" />
38
39
<element name =" shoppingCartDisplay" type =" block" selector =" #tax_cart_display-head" timeout =" 30" />
39
40
<element name =" systemValueIncludeTaxTotalCart" type =" checkbox" selector =" #row_tax_cart_display_grandtotal input[type='checkbox']" />
40
41
<element name =" dropdownIncludeTaxTotalCart" type =" checkbox" selector =" #row_tax_cart_display_grandtotal select" />
You can’t perform that action at this time.
0 commit comments