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 0020429 commit e54f759Copy full SHA for e54f759
app/code/Magento/Cms/Test/Mftf/ActionGroup/CliEnableTinyMCEActionGroup.xml
@@ -13,7 +13,7 @@
13
<description>Enable Tiny MCE by CLI command config:set</description>
14
</annotations>
15
<arguments>
16
- <argument name="TinyMCEValue" type="string"/>
+ <argument name="TinyMCEValue" type="string" defaultValue="{{EnableTinyMCE.value}}"/>
17
</arguments>
18
19
<magentoCLI command="config:set {{EnableTinyMCE.path}} {{TinyMCEValue}}" stepKey="enableTinyMCE"/>
0 commit comments