|
117 | 117 | <createData entity="_defaultCmsPage" stepKey="createCMSPage" />
|
118 | 118 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
119 | 119 | <actionGroup ref="SwitchToVersion4ActionGroup" stepKey="switchToTinyMCE4" />
|
| 120 | + <actionGroup ref="useStaticURLForMediaContentInWYSIWYGActionGroup" stepKey="useStaticURLForMediaContentInWYSIWYG"/> |
120 | 121 | </before>
|
121 | 122 | <after>
|
122 | 123 | <actionGroup ref="navigateToMediaGallery" stepKey="navigateToMediaGallery"/>
|
|
152 | 153 | </actionGroup>
|
153 | 154 | <actionGroup ref="saveImage" stepKey="insertImage"/>
|
154 | 155 | <actionGroup ref="fillOutUploadImagePopup" stepKey="fillOutUploadImagePopup" />
|
155 |
| - <waitForElementVisible selector="{{CmsWYSIWYGSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSourceOnStage1"/> |
| 156 | + <waitForElementVisible selector="{{TextOnStage.tinymce('1')}}{{CmsWYSIWYGSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSourceOnStage1"/> |
156 | 157 | <!--Verify inputed image on slideout-->
|
157 | 158 | <comment userInput="Verify inputed image on slideout" stepKey="commentVerifyImageOnSlideout"/>
|
158 | 159 | <click selector="{{PageBuilderPanel.searchPanel}}" stepKey="lostFocusFromWYSIWYG1"/>
|
|
167 | 168 | <!--Verify image on stage after saving cms page-->
|
168 | 169 | <comment userInput="Verify image on stage" stepKey="commentVerifyImageOnStage"/>
|
169 | 170 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
|
170 |
| - <waitForElementVisible selector="{{CmsWYSIWYGSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSourceOnStage2"/> |
| 171 | + <waitForElementVisible selector="{{TextOnStage.tinymce('1')}}{{CmsWYSIWYGSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSourceOnStage2"/> |
171 | 172 | <!--Verify image on storefront-->
|
172 | 173 | <comment userInput="Verify image on storefront" stepKey="commentVerifyImageOnStorefront"/>
|
173 | 174 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
174 |
| - <waitForElementVisible selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/> |
| 175 | + <waitForElementVisible selector="{{TextOnStorefront.image('1',ImageUpload3.fileName)}}" stepKey="assertMediaSource"/> |
175 | 176 | </test>
|
176 | 177 | <test name="TextInlineVariableEditing">
|
177 | 178 | <annotations>
|
|
0 commit comments