Skip to content

Commit c60bb17

Browse files
author
Hwashiang Yu
committed
MC-34648: Update TinyMCE
- Deprecated all tinymce related test content
1 parent dd47491 commit c60bb17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderSlideItemAppearanceCollageLeftTests.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="SlideItemCollageLeftCanInlineEditContent" extends="SlideItemPosterCanInlineEditContent" deprecated="This version of TinyMCE is no longer supported">
11+
<test name="SlideItemCollageLeftCanInlineEditContent" extends="SlideItemPosterCanInlineEditContent">
1212
<annotations>
1313
<features value="PageBuilder"/>
1414
<stories value="Slider"/>
@@ -20,9 +20,6 @@
2020
<group value="pagebuilder"/>
2121
<group value="pagebuilder-slide"/>
2222
<group value="pagebuilder-slideItemCollageLeft"/>
23-
<skip>
24-
<issueId value="DEPRECATED">This version of TinyMCE is no longer supported</issueId>
25-
</skip>
2623
</annotations>
2724
<actionGroup ref="chooseVisualSelectOption" stepKey="enterAppearanceProperty">
2825
<argument name="property" value="PageBuilderAppearance_CollageLeft"/>
@@ -67,7 +64,7 @@
6764
</actionGroup>
6865
<seeElement selector="{{SlideOnFrontend.messageContentTextArea('1', PageBuilderSlideItemContent_Slide1.value)}}" stepKey="seeMessageContentStorefront"/>
6966
</test>
70-
<test name="SlideItemCollageLeftTinyMCE3InlineEdit" extends="SlideItemPosterCanInlineEditContent">
67+
<test name="SlideItemCollageLeftTinyMCE3InlineEdit" extends="SlideItemPosterCanInlineEditContent" deprecated="This version of TinyMCE is no longer supported">
7168
<annotations>
7269
<features value="PageBuilder"/>
7370
<stories value="Slider"/>
@@ -79,6 +76,9 @@
7976
<group value="pagebuilder"/>
8077
<group value="pagebuilder-slide"/>
8178
<group value="pagebuilder-slideItemCollageLeft"/>
79+
<skip>
80+
<issueId value="DEPRECATED">This version of TinyMCE is no longer supported</issueId>
81+
</skip>
8282
</annotations>
8383
<before>
8484
<remove keyForRemoval="enableTinyMCE4"/>

0 commit comments

Comments
 (0)