Skip to content

Commit e24413c

Browse files
shanthishanthi
authored andcommitted
ACQE-5193: Removed unwanted files
1 parent ddb1c4e commit e24413c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/code/Magento/CurrencySymbol/Test/Mftf/ActionGroup/AdminSetDefaultCurrencyActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<arguments>
1414
<argument name="currency" type="string"/>
1515
</arguments>
16-
<uncheckOption selector="{{CurrencySetupSection.defaultDisplayCurrency}}" before="clickSaveConfigBtn" stepKey="uncheckUseDefaultOption"/>
16+
<uncheckOption selector="{{CurrencySetupSection.defaultdisplayCurrency}}" before="clickSaveConfigBtn" stepKey="uncheckUseDefaultOption"/>
1717
<selectOption selector="{{CurrencySetupSection.defaultCurrency}}" userInput="{{currency}}" after="uncheckUseDefaultOption" stepKey="setDefaultCurrencyField"/>
1818
</actionGroup>
19-
</actionGroups>
19+
</actionGroups>

app/code/Magento/CurrencySymbol/Test/Mftf/Section/CurrencySetupSection.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
<element name="baseCurrencyUseDefault" type="checkbox" selector="#currency_options_base_inherit"/>
1515
<element name="currencyOptions" type="select" selector="#currency_options-head"/>
1616
<element name="defaultCurrency" type="select" selector="#currency_options_default"/>
17-
<element name="defaultDisplayCurrency" type="select" selector="#currency_options_default_inherit"/>
18-
<element name="allowCurrenciesCheckbox" type="select" selector="#currency_options_allow_inherit"/>
1917
<element name="CheckCurrencyOptionsIfTabExpand" type="button" selector="#currency_options-head:not(.open)"/>
2018
</section>
2119
</sections>

0 commit comments

Comments
 (0)