We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5163fea commit 494e259Copy full SHA for 494e259
app/code/Magento/CurrencySymbol/Test/Mftf/Section/CurrencySetupSection.xml
@@ -13,5 +13,8 @@
13
<element name="baseCurrency" type="select" selector="#currency_options_base"/>
14
<element name="baseCurrencyUseDefault" type="checkbox" selector="#currency_options_base_inherit"/>
15
<element name="currencyOptions" type="select" selector="#currency_options-head"/>
16
+ <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"/>
19
</section>
20
</sections>
0 commit comments