Skip to content

Commit 13e2bce

Browse files
author
Serhii Balko
committed
MC-41471: Images Upload Configuration - Enable Frontend Resize is not working for WYSIWYG uploader
1 parent 8154684 commit 13e2bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@
2020
<before>
2121
<createData entity="_defaultCmsPage" stepKey="createCMSPage" />
2222
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
23+
<actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/>
24+
<actionGroup ref="CliEnableTinyMCE4ActionGroup" stepKey="switchToTinyMCE4" />
2325
</before>
2426
<after>
2527
<deleteData createDataKey="createCMSPage" stepKey="deleteCMSPage" />
28+
<actionGroup ref="DisabledWYSIWYGActionGroup" stepKey="disableWYSIWYG"/>
2629
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
2730
</after>
2831

0 commit comments

Comments
 (0)