File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
app/code/Magento/Tax/Test/Mftf Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 1717 </arguments >
1818 <amOnPage url =" {{AdminTaxConfigurationPage.url}}" stepKey =" navigateToAdminStoreTaxConfiguration" />
1919 <scrollTo selector =" {{AdminZeroTaxFormSection.label}}" stepKey =" scrollToDropdownSelection" />
20- <uncheckOption selector =" {{AdminZeroTaxFormSection.systemValueCheckbox}}" stepKey =" uncheckBox" />
2120 <selectOption selector =" {{AdminZeroTaxFormSection.optionvalue}}" userInput =" {{optionValue}}" stepKey =" setSelectorValue" />
2221 <waitForElementVisible selector =" {{AdminZeroTaxFormSection.label}}" stepKey =" waitForElement" />
2322 <click selector =" {{AdminZeroTaxFormSection.saveConfig}}" stepKey =" clickSave" />
Original file line number Diff line number Diff line change 99<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
1111 <section name =" AdminZeroTaxFormSection" >
12- <element name =" systemValueCheckbox" type =" checkbox" selector =" //input[@name='groups[cart_display][fields][zero_tax][inherit]']" />
1312 <element name =" optionvalue" type =" select" selector =" select#tax_cart_display_zero_tax" />
1413 <element name =" saveConfig" type =" button" selector =" #save" timeout =" 30" />
1514 <element name =" label" type =" input" selector =" #row_tax_cart_display_zero_tax" />
You can’t perform that action at this time.
0 commit comments