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 17
17
</arguments >
18
18
<amOnPage url =" {{AdminTaxConfigurationPage.url}}" stepKey =" navigateToAdminStoreTaxConfiguration" />
19
19
<scrollTo selector =" {{AdminZeroTaxFormSection.label}}" stepKey =" scrollToDropdownSelection" />
20
- <uncheckOption selector =" {{AdminZeroTaxFormSection.systemValueCheckbox}}" stepKey =" uncheckBox" />
21
20
<selectOption selector =" {{AdminZeroTaxFormSection.optionvalue}}" userInput =" {{optionValue}}" stepKey =" setSelectorValue" />
22
21
<waitForElementVisible selector =" {{AdminZeroTaxFormSection.label}}" stepKey =" waitForElement" />
23
22
<click selector =" {{AdminZeroTaxFormSection.saveConfig}}" stepKey =" clickSave" />
Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminZeroTaxFormSection" >
12
- <element name =" systemValueCheckbox" type =" checkbox" selector =" //input[@name='groups[cart_display][fields][zero_tax][inherit]']" />
13
12
<element name =" optionvalue" type =" select" selector =" select#tax_cart_display_zero_tax" />
14
13
<element name =" saveConfig" type =" button" selector =" #save" timeout =" 30" />
15
14
<element name =" label" type =" input" selector =" #row_tax_cart_display_zero_tax" />
You can’t perform that action at this time.
0 commit comments