Skip to content

Commit 8036a0f

Browse files
committed
AC-233: Refactor core MFTF TinyMCE ActionGroup
Changed stepKey
1 parent 4d01e4e commit 8036a0f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockRenderElementContentTypesTest/BlockRenderTextThroughBlockContentTypeTinyMCE4WysiwygDisabledCompletelyTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="BlockRenderTextThroughBlockContentTypeTinyMCE4WysiwygDisabledCompletelyTest">
10+
<test name="BlockRenderTextThroughBlockContentTypeTinyMCEWysiwygDisabledCompletelyTest">
1111
<annotations>
1212
<features value="PageBuilder"/>
1313
<stories value="Block Content"/>
14-
<title value="Render Text Through Block Content Type With TinyMCE4 and Wysiwyg Disabled Completely"/>
15-
<description value="Verify that users are able to successfully render and use the Text content type through the Block content type with TinyMCE4 and Disabled Completely."/>
14+
<title value="Render Text Through Block Content Type With TinyMCE and Wysiwyg Disabled Completely"/>
15+
<description value="Verify that users are able to successfully render and use the Text content type through the Block content type with TinyMCE and Disabled Completely."/>
1616
<severity value="AVERAGE"/>
1717
<testCaseId value="MC-15176"/>
1818
<useCaseId value="MC-13769"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockRenderElementContentTypesTest/BlockRenderTextThroughBlockContentTypeTinyMCE4WysiwygEnabledByDefaultTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="BlockRenderTextThroughBlockContentTypeTinyMCE4WysiwygEnabledByDefaultTest">
10+
<test name="BlockRenderTextThroughBlockContentTypeTinyMCEWysiwygEnabledByDefaultTest">
1111
<annotations>
1212
<features value="PageBuilder"/>
1313
<stories value="Block Content"/>
14-
<title value="Render Text Through Block Content Type With TinyMCE4 and Wysiwyg Enabled By Default"/>
15-
<description value="Verify that users are able to successfully render and use the Text content type through the Block content type with TinyMCE4 and Wysiwyg Enabled By Default."/>
14+
<title value="Render Text Through Block Content Type With TinyMCE and Wysiwyg Enabled By Default"/>
15+
<description value="Verify that users are able to successfully render and use the Text content type through the Block content type with TinyMCE and Wysiwyg Enabled By Default."/>
1616
<severity value="BLOCKER"/>
1717
<testCaseId value="MC-15159"/>
1818
<useCaseId value="MC-13769"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTextTest/TextVerifyTinyMCE4TableToolbarOnPageBuilderStageTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<annotations>
1212
<features value="PageBuilder"/>
1313
<stories value="Text"/>
14-
<title value="TinyMCE4 Table Toolbar Doesn't Overlay TextArea and Is Always Visible"/>
14+
<title value="TinyMCE Table Toolbar Doesn't Overlay TextArea and Is Always Visible"/>
1515
<description value="Verify that WYSIWYG table toolbar doesn't overlap textarea, overlays other toolbars,
1616
overlays other content types, and always has its buttons visible."/>
1717
<severity value="MAJOR"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/ViewportSwitcherMobile/ViewportSwitcherMobileTextThroughBlockContentTypeTinyMCE4WysiwygEnabledByDefaultTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="ViewportSwitcherMobileTextThroughBlockContentTypeTinyMCE4WysiwygEnabledByDefaultTest">
10+
<test name="ViewportSwitcherMobileTextThroughBlockContentTypeTinyMCEWysiwygEnabledByDefaultTest">
1111
<annotations>
1212
<features value="PageBuilder"/>
1313
<stories value="Viewport Switcher"/>
14-
<title value="Mobile Viewport: Render Text Through Block Content Type With TinyMCE4 and Wysiwyg Enabled By Default"/>
15-
<description value="Verify that users are able to successfully render and use the Text content type through the Block content type in the mobile viewport with TinyMCE4 and Wysiwyg Enabled By Default."/>
14+
<title value="Mobile Viewport: Render Text Through Block Content Type With TinyMCE and Wysiwyg Enabled By Default"/>
15+
<description value="Verify that users are able to successfully render and use the Text content type through the Block content type in the mobile viewport with TinyMCE and Wysiwyg Enabled By Default."/>
1616
<severity value="CRITICAL"/>
1717
<group value="pagebuilder"/>
1818
<group value="pagebuilder-block"/>

0 commit comments

Comments
 (0)