Skip to content

Commit f6d50b7

Browse files
shanthishanthi
authored andcommitted
ACQE-5193: Modified files
1 parent e24413c commit f6d50b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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>
1919
</actionGroups>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
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"/>
1719
<element name="CheckCurrencyOptionsIfTabExpand" type="button" selector="#currency_options-head:not(.open)"/>
1820
</section>
1921
</sections>

0 commit comments

Comments
 (0)