|
453 | 453 | <!--Input image into stage-->
|
454 | 454 | <comment userInput="Input image into stage" stepKey="commentInputImageIntoStage"/>
|
455 | 455 | <click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
|
456 |
| - <click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon" /> |
| 456 | + <waitForElementVisible selector="{{TinyMCESection.InsertImageIcon}}" stepKey="waitForInsertImageIcon"/> |
| 457 | + <click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon"/> |
457 | 458 | <waitForPageLoad stepKey="waitForPageLoad" />
|
458 | 459 | <actionGroup ref="clickBrowseBtnOnUploadPopup" stepKey="clickBrowserBtn"/>
|
459 | 460 | <actionGroup ref="VerifyMediaGalleryStorageActions" stepKey="VerifyMediaGalleryStorageBtn"/>
|
|
616 | 617 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
617 | 618 | </actionGroup>
|
618 | 619 | <click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
|
| 620 | + <waitForElementVisible selector="{{TinyMCESection.InsertImageIcon}}" stepKey="waitForInsertImageIcon"/> |
619 | 621 | <click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon" />
|
620 | 622 | <waitForPageLoad stepKey="waitForPageLoad" />
|
621 | 623 | <actionGroup ref="clickBrowseBtnOnUploadPopup" stepKey="clickBrowserBtn"/>
|
|
2156 | 2158 | <!--Input image into stage-->
|
2157 | 2159 | <comment userInput="Input image into stage" stepKey="commentInputImageIntoStage"/>
|
2158 | 2160 | <click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnTextEditorArea"/>
|
2159 |
| - <click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon" /> |
| 2161 | + <waitForElementVisible selector="{{TinyMCESection.InsertImageIcon}}" stepKey="waitForInsertImageIcon"/> |
| 2162 | + <click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon"/> |
2160 | 2163 | <waitForPageLoad stepKey="waitForPageLoad" />
|
2161 | 2164 | <actionGroup ref="clickBrowseBtnOnUploadPopup" stepKey="clickBrowserBtn"/>
|
2162 | 2165 | <actionGroup ref="VerifyMediaGalleryStorageActions" stepKey="VerifyMediaGalleryStorageBtn"/>
|
|
0 commit comments