Skip to content

Commit 1e9ea2e

Browse files
committed
MAGETWO-95799: [Flaky test]Stabilize AdminAddImageToCMSPageTinyMCE3Test
- removed commented out lines
1 parent 0225c68 commit 1e9ea2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@
2222
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
2323
<magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
2424
<!-- Choose TinyMCE3 as the default WYSIWYG editor-->
25-
<!--<actionGroup ref="SwitchToTinyMCE3" stepKey="switchToTinyMCE3"/>-->
2625
<magentoCLI command="config:set cms/wysiwyg/editor Magento_Tinymce3/tinymce3Adapter" stepKey="enableTinyMCE3"/>
2726
</before>
2827
<after>
2928
<!-- Switch WYSIWYG editor to TinyMCE4-->
3029
<comment userInput="Reset editor as TinyMCE4" stepKey="chooseTinyMCE4AsEditor"/>
31-
<!--<actionGroup ref="SwitchToVersion4ActionGroup" stepKey="switchToTinyMCE4"/>-->
3230
<magentoCLI command="config:set cms/wysiwyg/editor mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter" stepKey="enableTinyMCE4"/>
3331
<actionGroup ref="logout" stepKey="logout"/>
3432
</after>

0 commit comments

Comments
 (0)