Skip to content

Commit a2d89ed

Browse files
committed
AC-396: TinyMCE menu options are resized in small size column
1 parent 21aa619 commit a2d89ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateTextEditorProductAttributeTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Enable WYSIWYG editor -->
2323
<actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/>
2424

25-
<!-- Enable TinyMCE 4 -->
25+
<!-- Enable TinyMCE -->
2626
<actionGroup ref="CliEnableTinyMCEActionGroup" stepKey="enableTinyMCE" />
2727

2828
<!-- Login as admin -->
@@ -100,7 +100,7 @@
100100
<!-- Created product attribute appear on product form -->
101101
<seeElement selector="{{AdminProductFormSection.attributeLabelByText(productTextEditorAttribute.attribute_code)}}" stepKey="seeAttributeLabelInProductForm"/>
102102

103-
<!-- TinyMCE 4 is displayed in WYSIWYG content area -->
103+
<!-- TinyMCE is displayed in WYSIWYG content area -->
104104
<seeElement selector="{{TinyMCESection.TinyMCE}}" stepKey="seeTinyMCE"/>
105105

106106
<!-- Verify toolbar menu -->

app/code/Magento/Cms/Test/Mftf/Test/AdminMediaGalleryPopupUploadImagesWithoutErrorTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!--Enable WYSIWYG options-->
2323
<comment userInput="Enable WYSIWYG options" stepKey="commentEnableWYSIWYG"/>
2424
<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"/>
2626
<!--Create block-->
2727
<comment userInput="Create block" stepKey="commentCreateBlock"/>
2828
<createData entity="Sales25offBlock" stepKey="createBlock"/>

0 commit comments

Comments
 (0)