Skip to content

Commit 09b22f1

Browse files
committed
PB-383: [Functional] Magento\FunctionalTestingFramework.functional\PageBuilderWithWYSIWYG.TextInlineWysiwygUploadImageCest is flaky in builds
- Fixing TextInlineWysiwygUploadImageCest and related potential failure points
1 parent b9851a8 commit 09b22f1

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
</actionGroup>
397397
<!--Input text into stage-->
398398
<comment userInput="Input text into stage" stepKey="commentInputTextIntoStage"/>
399-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
399+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
400400
<fillField selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="fillTextToTinyMCE4"/>
401401
<click selector="{{PageBuilderPanel.searchPanel}}" stepKey="lostFocusFromWYSIWYG1"/>
402402
<!--Verify inputed text on slideout-->
@@ -410,7 +410,7 @@
410410
<actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings1"/>
411411
<!--Input variable into stage-->
412412
<comment userInput="Input variable into stage" stepKey="commentInputVariableIntoStage"/>
413-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
413+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
414414
<actionGroup ref="addVariableToTinyMCEInline" stepKey="addVariableToTinyMCE">
415415
<argument name="variable" value="TinyMCEVariableBaseURL"/>
416416
</actionGroup>
@@ -427,7 +427,7 @@
427427
<actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings2"/>
428428
<!--Input widget into stage-->
429429
<comment userInput="Input widget into stage" stepKey="commentInputWidgetIntoStage"/>
430-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea2"/>
430+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea2"/>
431431
<actionGroup ref="addPageLinkWidgetToTinyMCEInline" stepKey="addPageLinkWidgetToTinyMCE">
432432
<argument name="widget" value="TinyMCEWidgetCMSPageLink"/>
433433
<argument name="page" value="$$createCMSPageB.identifier$$"/>
@@ -443,7 +443,7 @@
443443
<actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings"/>
444444
<!--Input image into stage-->
445445
<comment userInput="Input image into stage" stepKey="commentInputImageIntoStage"/>
446-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
446+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
447447
<waitForElementVisible selector="{{TinyMCESection.InsertImageIcon}}" stepKey="waitForInsertImageIcon"/>
448448
<click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon"/>
449449
<waitForPageLoad stepKey="waitForPageLoad" />
@@ -542,7 +542,7 @@
542542
</actionGroup>
543543
<!--Input text into stage-->
544544
<comment userInput="Input text into stage" stepKey="commentInputTextIntoStage"/>
545-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
545+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
546546
<fillField selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="fillTextToTinyMCE4"/>
547547
<click selector="{{PageBuilderPanel.searchPanel}}" stepKey="lostFocusFromWYSIWYG1"/>
548548
<!--Verify inputed text on slideout-->
@@ -605,7 +605,7 @@
605605
<actionGroup ref="dragContentTypeToStage" stepKey="dragTextOntoStage">
606606
<argument name="contentType" value="PageBuilderTextContentType"/>
607607
</actionGroup>
608-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
608+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
609609
<waitForElementVisible selector="{{TinyMCESection.InsertImageIcon}}" stepKey="waitForInsertImageIcon"/>
610610
<click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon" />
611611
<waitForPageLoad stepKey="waitForPageLoad" />
@@ -672,7 +672,7 @@
672672
<actionGroup ref="dragContentTypeToStage" stepKey="dragTextOntoStage">
673673
<argument name="contentType" value="PageBuilderTextContentType"/>
674674
</actionGroup>
675-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
675+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
676676
<actionGroup ref="addVariableToTinyMCEInline" stepKey="addVariableToTinyMCE">
677677
<argument name="variable" value="TinyMCEVariableCountry"/>
678678
</actionGroup>
@@ -744,7 +744,7 @@
744744
<actionGroup ref="dragContentTypeToStage" stepKey="dragTextOntoStage">
745745
<argument name="contentType" value="PageBuilderTextContentType"/>
746746
</actionGroup>
747-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
747+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
748748
<actionGroup ref="addPageLinkWidgetToTinyMCEInline" stepKey="addPageLinkWidgetToTinyMCE">
749749
<argument name="widget" value="TinyMCEWidgetCMSPageLink"/>
750750
<argument name="page" value="$$createCMSPageB.identifier$$"/>
@@ -814,7 +814,7 @@
814814
<actionGroup ref="dragContentTypeToStage" stepKey="dragButtonsOntoStage">
815815
<argument name="contentType" value="PageBuilderTextContentType"/>
816816
</actionGroup>
817-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
817+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
818818
<actionGroup ref="VerifyTinyMCEActionGroup" stepKey="verifyTinyMCE4"/>
819819
<actionGroup ref="VerifyMagentoEntityActionGroup" stepKey="verifyMagentoEntities"/>
820820
<seeElement selector="{{WYSIWYGOnPageBuilderInline.undo}}" stepKey="seeUndo"/>
@@ -871,7 +871,7 @@
871871
<see userInput="72px" stepKey="seeLineHeight72px" />
872872
<!--Verify FontStyle on preview-->
873873
<comment userInput="Verify FontStyle on preview" stepKey="commentVerifyFontsizeOnPreview"/>
874-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
874+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
875875
<fillField selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderTextProperty.value}}" stepKey="fillTextToTinyMCE4"/>
876876
<click selector="{{WYSIWYGOnPageBuilderInline.formatSelector}}" stepKey="expandFormatList"/>
877877
<see userInput="Important" stepKey="seeImportantStyle"/>
@@ -2115,7 +2115,7 @@
21152115
</actionGroup>
21162116
<!--Input text into stage-->
21172117
<comment userInput="Input text into stage" stepKey="commentInputTextIntoStage"/>
2118-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
2118+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
21192119
<fillField selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="fillTextToTinyMCE4"/>
21202120
<click selector="{{PageBuilderPanel.searchPanel}}" stepKey="lostFocusFromWYSIWYG1"/>
21212121
<!--Verify inputed text on slideout-->
@@ -2129,7 +2129,7 @@
21292129
<actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings1"/>
21302130
<!--Input variable into stage-->
21312131
<comment userInput="Input variable into stage" stepKey="commentInputVariableIntoStage"/>
2132-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
2132+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
21332133
<actionGroup ref="addVariableToTinyMCEInline" stepKey="addVariableToTinyMCE">
21342134
<argument name="variable" value="TinyMCEVariableBaseURL"/>
21352135
</actionGroup>
@@ -2146,7 +2146,7 @@
21462146
<actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings2"/>
21472147
<!--Input widget into stage-->
21482148
<comment userInput="Input widget into stage" stepKey="commentInputWidgetIntoStage"/>
2149-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea2"/>
2149+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea2"/>
21502150
<actionGroup ref="addPageLinkWidgetToTinyMCEInline" stepKey="addPageLinkWidgetToTinyMCE">
21512151
<argument name="widget" value="TinyMCEWidgetCMSPageLink"/>
21522152
<argument name="page" value="$$createCMSPageB.identifier$$"/>
@@ -2162,7 +2162,7 @@
21622162
<actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings"/>
21632163
<!--Input image into stage-->
21642164
<comment userInput="Input image into stage" stepKey="commentInputImageIntoStage"/>
2165-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
2165+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
21662166
<waitForElementVisible selector="{{TinyMCESection.InsertImageIcon}}" stepKey="waitForInsertImageIcon"/>
21672167
<click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon"/>
21682168
<waitForPageLoad stepKey="waitForPageLoad" />
@@ -2368,7 +2368,7 @@
23682368
</actionGroup>
23692369
<!-- Add variable to text on stage -->
23702370
<comment userInput="Add variable to text on stage" stepKey="commentAddVariableToTextOnStage"/>
2371-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
2371+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
23722372
<actionGroup ref="addVariableToTinyMCEInline" stepKey="addVariableToTinyMCEInline">
23732373
<argument name="variable" value="TinyMCEVariableStoreName"/>
23742374
</actionGroup>
@@ -2436,7 +2436,7 @@
24362436
</actionGroup>
24372437
<!--Input variable into stage-->
24382438
<comment userInput="Input variable into stage" stepKey="commentInputVariableIntoStage"/>
2439-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
2439+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
24402440
<waitForPageLoad stepKey="waitForTextEditor1"/>
24412441
<actionGroup ref="addVariableToTinyMCEInline" stepKey="addVariableToTinyMCE">
24422442
<argument name="variable" value="TinyMCEVariableBaseURL"/>
@@ -2517,7 +2517,7 @@
25172517
<comment userInput="Removed closeEditPanelSettings" stepKey="closeEditPanelSettings"/>
25182518
<!-- Add Image to Text -->
25192519
<comment userInput="Add Image to Text" stepKey="commentAddImageToContentType"/>
2520-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
2520+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
25212521
<!-- Validate Image Editor On Backend -->
25222522
<seeElement selector="{{TextOnStage.inlineWYSIWYGEditorWithTag('1', 'img')}}" stepKey="validateImageInEditor"/>
25232523
<!-- Validate Image Editor On Backend After Save -->
@@ -2813,7 +2813,7 @@
28132813
<actionGroup ref="dragContentTypeToStage" stepKey="dragTextIntoStage">
28142814
<argument name="contentType" value="PageBuilderTextContentType"/>
28152815
</actionGroup>
2816-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
2816+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
28172817
<comment userInput="Write text into WYSIWYG" stepKey="commentWriteTextIntoWysiwyg"/>
28182818
<pressKey selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderVariableWidgetText.value}}" stepKey="fillWysiwygField"/>
28192819
<waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderVariableWidgetText.value)}}" stepKey="waitForTextOnStage"/>
@@ -2882,7 +2882,7 @@
28822882
<actionGroup ref="dragContentTypeToStage" stepKey="dragTextIntoStage">
28832883
<argument name="contentType" value="PageBuilderTextContentType"/>
28842884
</actionGroup>
2885-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
2885+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
28862886
<comment userInput="Write text into WYSIWYG" stepKey="commentWriteTextIntoWysiwyg"/>
28872887
<pressKey selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderVariableWidgetText.value}}" stepKey="fillWysiwygField"/>
28882888
<waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderVariableWidgetText.value)}}" stepKey="waitForTextOnStage"/>
@@ -2950,7 +2950,7 @@
29502950
<actionGroup ref="dragContentTypeToStage" stepKey="dragTextIntoStage">
29512951
<argument name="contentType" value="PageBuilderTextContentType"/>
29522952
</actionGroup>
2953-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
2953+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
29542954
<comment userInput="Write text into WYSIWYG" stepKey="commentWriteTextIntoWysiwyg"/>
29552955
<pressKey selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderVariableWidgetText.value}}" stepKey="fillWysiwygField"/>
29562956
<waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderVariableWidgetText.value)}}" stepKey="waitForTextOnStage"/>
@@ -2999,7 +2999,7 @@
29992999
<actionGroup ref="dragContentTypeToStage" stepKey="dragTextIntoStage">
30003000
<argument name="contentType" value="PageBuilderTextContentType"/>
30013001
</actionGroup>
3002-
<click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
3002+
<clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
30033003
<comment userInput="Write text into WYSIWYG" stepKey="commentWriteTextIntoWysiwyg"/>
30043004
<pressKey selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderTextProperty.value}}" stepKey="fillWysiwygField"/>
30053005
<waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderTextProperty.value)}}" stepKey="waitForTextOnStage"/>

0 commit comments

Comments
 (0)