Skip to content

Commit 9a5fb88

Browse files
committed
MC-3582: Build stabilization for MC-1405
- Fixed tests and removed uneeded code
1 parent a516bb7 commit 9a5fb88

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<createData entity="_defaultCmsPage" stepKey="createCMSPage" />
2828
</before>
2929
<after>
30-
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
3130
<actionGroup ref="logout" stepKey="logout"/>
3231
<deleteData createDataKey="createCMSPage" stepKey="deletePreReqCMSPage" />
3332
</after>

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@
515515
<waitForPageLoad stepKey="waitForPageLoad3"/>
516516
<seeElement selector="{{TextOnStorefront.textInImportantStyle(PageBuilderTextProperty.value)}}" stepKey="seeTextInImportantStyleOnStorefront" />
517517
</test>
518-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
519518
<test name="TextAddTextWithCustomTinyMCE">
520519
<annotations>
521520
<features value="PageBuilder"/>
@@ -555,29 +554,6 @@
555554
<seeElement selector="{{WYSIWYGOnPageBuilder.textColor}}" stepKey="seeTextColor"/>
556555
<seeElement selector="{{WYSIWYGOnPageBuilder.backgroundColor}}" stepKey="seeBackgroundColor"/>
557556

558-
<!--&lt;!&ndash;Verify FontSize&ndash;&gt;-->
559-
<!--<click selector="{{WYSIWYGOnPageBuilder.fontSize}}" stepKey="clickOnFontSize"/>-->
560-
<!--<see userInput="10px" stepKey="see10px" />-->
561-
<!--<see userInput="12px" stepKey="see12px" />-->
562-
<!--<see userInput="14px" stepKey="see14px" />-->
563-
<!--<see userInput="16px" stepKey="see16px" />-->
564-
<!--<see userInput="18px" stepKey="see18px" />-->
565-
<!--<see userInput="20px" stepKey="see20px" />-->
566-
<!--<see userInput="24px" stepKey="see24px" />-->
567-
<!--<see userInput="26px" stepKey="see26px" />-->
568-
<!--<see userInput="28px" stepKey="see28px" />-->
569-
<!--<see userInput="32px" stepKey="see32px" />-->
570-
<!--<see userInput="34px" stepKey="see34px" />-->
571-
<!--<see userInput="36px" stepKey="see36px" />-->
572-
<!--<see userInput="38px" stepKey="see38px" />-->
573-
<!--<see userInput="40px" stepKey="see40px" />-->
574-
<!--<see userInput="42px" stepKey="see42px" />-->
575-
<!--<see userInput="48px" stepKey="see48px" />-->
576-
<!--<see userInput="52px" stepKey="see52px" />-->
577-
<!--<see userInput="56px" stepKey="see56px" />-->
578-
<!--<see userInput="64px" stepKey="see64px" />-->
579-
<!--<see userInput="72px" stepKey="see72px" />-->
580-
581557
<!--Verify FontStyle on preview-->
582558
<executeJS function="tinyMCE.get('pagebuilder_text_form_content').setContent('{{PageBuilderTextContentTypeDefault.value}}');" stepKey="executeJSFillContent"/>
583559
<click selector="{{WYSIWYGOnPageBuilder.formatSelector}}" stepKey="expandFormatList"/>

0 commit comments

Comments
 (0)