|
37 | 37 | <waitForPageLoad stepKey="wait5"/>
|
38 | 38 | <fillField selector="{{CmsNewPagePageBasicFieldsSection.pageTitle}}" userInput="{{_defaultCmsPage.title}}" stepKey="fillFieldTitle2"/>
|
39 | 39 | <click selector="{{CmsNewPagePageContentSection.header}}" stepKey="clickContentTab2" />
|
40 |
| - <waitForElementVisible selector="{{TinyMCESection.TinyMCE3}}" stepKey="waitForTinyMCE3"/> |
41 |
| - <seeElement selector="{{TinyMCESection.TinyMCE3}}" stepKey="seeTinyMCE3" /> |
| 40 | + <comment userInput="removing deprecated element" stepKey="waitForTinyMCE3"/> |
| 41 | + <comment userInput="removing deprecated element" stepKey="seeTinyMCE3" /> |
42 | 42 | <wait time="3" stepKey="waiting"/>
|
43 | 43 | <comment userInput="Click Insert image button" stepKey="clickImageButton"/>
|
44 |
| - <click selector="{{TinyMCESection.InsertImageBtnTinyMCE3}}" stepKey="clickInsertImage" /> |
| 44 | + <comment userInput="removing deprecated element" stepKey="clickInsertImage" /> |
45 | 45 | <waitForPageLoad stepKey="waitForiFrameToLoad" />
|
46 | 46 | <!-- Switch to the Edit/Insert Image iFrame -->
|
47 | 47 | <comment userInput="Switching to iFrame" stepKey="insertImageiFrame"/>
|
|
62 | 62 | <executeJS function="document.querySelector('.clearlooks2 iframe').setAttribute('name', 'insert-image');" stepKey="makeIFrameInteractable2"/>
|
63 | 63 | <switchToIFrame selector="insert-image" stepKey="switchToIFrame2"/>
|
64 | 64 | <waitForElementVisible selector="{{MediaGallerySection.insertBtn}}" stepKey="waitForInsertBtnOnIFrame" />
|
65 |
| - <fillField selector="{{MediaGallerySection.ImageDescriptionTinyMCE3}}" userInput="{{ImageUpload.content}}" stepKey="fillImageDescription" /> |
| 65 | + <comment userInput="removing deprecated element" stepKey="fillImageDescription" /> |
66 | 66 | <click selector="{{MediaGallerySection.insertBtn}}" stepKey="clickInsertBtn" />
|
67 | 67 | <waitForPageLoad stepKey="wait3"/>
|
68 | 68 | <click selector="{{CmsNewPagePageActionsSection.expandSplitButton}}" stepKey="expandButtonMenu"/>
|
|
0 commit comments