|
8 | 8 |
|
9 | 9 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10 | 10 | xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
|
11 |
| - <test name="SaveEmptyTextContentType"> |
| 11 | + <test name="TextSaveEmptyTextContentType"> |
12 | 12 | <annotations>
|
13 | 13 | <features value="PageBuilder"/>
|
14 | 14 | <stories value="Text"/>
|
|
48 | 48 | <seeElementInDOM selector="{{TextOnStorefront.empty('1')}}" stepKey="seeEmptyTextContentType"/>
|
49 | 49 | <dontSeeElement selector="{{TextOnStorefront.empty('1')}}" stepKey="dontSeeEmptyTextContentTypeOnStorefront"/>
|
50 | 50 | </test>
|
51 |
| - <test name="InlineTextEditing"> |
| 51 | + <test name="TextInlineTextEditing"> |
52 | 52 | <annotations>
|
53 | 53 | <features value="PageBuilder"/>
|
54 | 54 | <stories value="Text"/>
|
|
101 | 101 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
102 | 102 | <see userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="seeTextOnStorefront"/>
|
103 | 103 | </test>
|
104 |
| - <test name="InlineImageEditing"> |
| 104 | + <test name="TextInlineImageEditing"> |
105 | 105 | <annotations>
|
106 | 106 | <features value="PageBuilder"/>
|
107 | 107 | <stories value="Text"/>
|
|
154 | 154 | <actionGroup ref="fillOutUploadImagePopup" stepKey="fillOutUploadImagePopup" />
|
155 | 155 | <waitForElementVisible selector="{{CmsWYSIWYGSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSourceOnStage1"/>
|
156 | 156 | <!--Verify inputed image on slideout-->
|
157 |
| - <comment userInput="Verify inputed variable on slideout" stepKey="commentVerifyVariableOnSlideout"/> |
| 157 | + <comment userInput="Verify inputed image on slideout" stepKey="commentVerifyImageOnSlideout"/> |
158 | 158 | <click selector="{{PageBuilderPanel.searchPanel}}" stepKey="lostFocusFromWYSIWYG1"/>
|
159 | 159 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage">
|
160 | 160 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
|
173 | 173 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
174 | 174 | <waitForElementVisible selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
|
175 | 175 | </test>
|
176 |
| - <test name="InlineVariableEditing"> |
| 176 | + <test name="TextInlineVariableEditing"> |
177 | 177 | <annotations>
|
178 | 178 | <features value="PageBuilder"/>
|
179 | 179 | <stories value="Text"/>
|
|
236 | 236 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
237 | 237 | <waitForElementVisible selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
|
238 | 238 | </test>
|
239 |
| - <test name="InlineWidgetEditing"> |
| 239 | + <test name="TextInlineWidgetEditing"> |
240 | 240 | <annotations>
|
241 | 241 | <features value="PageBuilder"/>
|
242 | 242 | <stories value="Text"/>
|
|
303 | 303 | <amOnPage url="$$createCMSPageA.identifier$$" stepKey="amOnPageTestPage"/>
|
304 | 304 | <seeElement selector="div.block-cms-link a[href='{{_ENV.MAGENTO_BASE_URL}}/$$createCMSPageB.identifier$$']" stepKey="waitForWidgetStorefront"/>
|
305 | 305 | </test>
|
306 |
| - <test name="VerifyTinyMCE4ToolbarOnPageBuilderStage"> |
| 306 | + <test name="TextVerifyTinyMCE4ToolbarOnPageBuilderStage"> |
307 | 307 | <annotations>
|
308 | 308 | <features value="PageBuilder"/>
|
309 | 309 | <stories value="Text"/>
|
|
375 | 375 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage2"/>
|
376 | 376 | <!--Verify FontStyle on stage-->
|
377 | 377 | <comment userInput="Verify FontStyle on stage" stepKey="commentVerifyFontStyleOnStage"/>
|
| 378 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/> |
378 | 379 | <seeElement selector="{{TextOnStage.textInImportantStyle('1',PageBuilderTextContentTypeDefault.value)}}" stepKey="seeTextInImportantStyleOnPreview2" />
|
379 | 380 | <!--Verify FontStyle on Storeview-->
|
380 | 381 | <comment userInput="Verify FontStyle on Storeview" stepKey="commentVerifyFontStyleOnStoreview"/>
|
|
0 commit comments