Skip to content

Commit 5763053

Browse files
committed
AC-3201:Fixing Mftf - StoreFrontZeroTaxSettingCheckOnCartPage
1 parent 54378d7 commit 5763053

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Tax/Test/Mftf/ActionGroup/ZeroTaxSubtotalActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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"/>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
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"/>

0 commit comments

Comments
 (0)