Skip to content

Commit 686e857

Browse files
committed
AC-3201: Fixing Testcase issue
1 parent baf5935 commit 686e857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Test/Mftf/Section/AdminZeroTaxFormSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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="button" selector="#tax_cart_display_zero_tax_inherit"/>
12+
<element name="systemValueCheckbox" type="checkbox" selector="#tax_cart_display_zero_tax_inherit"/>
1313
<element name="optionvalue" type="select" selector="select#tax_cart_display_zero_tax"/>
1414
<element name="saveConfig" type="button" selector="#save" timeout="30"/>
1515
<element name="label" type="input" selector="#row_tax_cart_display_zero_tax"/>

0 commit comments

Comments
 (0)