File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
<!-- Enable WYSIWYG editor -->
23
23
<actionGroup ref =" EnabledWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
24
24
25
- <!-- Enable TinyMCE 4 -->
25
+ <!-- Enable TinyMCE -->
26
26
<actionGroup ref =" CliEnableTinyMCEActionGroup" stepKey =" enableTinyMCE" />
27
27
28
28
<!-- Login as admin -->
100
100
<!-- Created product attribute appear on product form -->
101
101
<seeElement selector =" {{AdminProductFormSection.attributeLabelByText(productTextEditorAttribute.attribute_code)}}" stepKey =" seeAttributeLabelInProductForm" />
102
102
103
- <!-- TinyMCE 4 is displayed in WYSIWYG content area -->
103
+ <!-- TinyMCE is displayed in WYSIWYG content area -->
104
104
<seeElement selector =" {{TinyMCESection.TinyMCE}}" stepKey =" seeTinyMCE" />
105
105
106
106
<!-- Verify toolbar menu -->
Original file line number Diff line number Diff line change 22
22
<!-- Enable WYSIWYG options-->
23
23
<comment userInput =" Enable WYSIWYG options" stepKey =" commentEnableWYSIWYG" />
24
24
<actionGroup ref =" EnabledWYSIWYGActionGroup" stepKey =" enableWYSIWYGEditor" />
25
- <magentoCLI command =" config:set cms/wysiwyg/editor 'TinyMCE 4 '" stepKey =" setValueWYSIWYGEditor" />
25
+ <magentoCLI command =" config:set cms/wysiwyg/editor 'TinyMCE'" stepKey =" setValueWYSIWYGEditor" />
26
26
<!-- Create block-->
27
27
<comment userInput =" Create block" stepKey =" commentCreateBlock" />
28
28
<createData entity =" Sales25offBlock" stepKey =" createBlock" />
You can’t perform that action at this time.
0 commit comments