|
514 | 514 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
515 | 515 | <!-- Validate Stage -->
|
516 | 516 | <comment userInput="Validate Stage" stepKey="commentValidateStage"/>
|
517 |
| - <waitForElementVisible selector="{{TextOnStage.text('1', TinyMCEVariableBaseURL.stageValue)}}" stepKey="waitForVariableStage"/> |
518 |
| - <waitForElementVisible selector="{{TextOnStage.text('1', TinyMCEWidgetCMSPageLink.stageValue)}}" stepKey="waitForWidgetStage"/> |
| 517 | + <waitForElementVisible selector="{{TextOnStage.mcePlaceholder('1', TinyMCEVariableBaseURL.variableNameEncoded)}}" stepKey="waitForVariableStage"/> |
| 518 | + <waitForElementVisible selector="{{TextOnStage.mcePlaceholder('1', TinyMCEWidgetCMSPageLink.stageValueEncoded)}}" stepKey="waitForWidgetStage"/> |
519 | 519 | <waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderTextProperty.value)}}" stepKey="waitForTextStage"/>
|
520 | 520 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/>
|
521 | 521 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
|
524 | 524 | <!-- Validate Storefront -->
|
525 | 525 | <comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/>
|
526 | 526 | <waitForElementVisible selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
|
527 |
| - <waitForElementVisible selector="div.block-cms-link a[href='{{_ENV.MAGENTO_BASE_URL}}text{{PageBuilderPageTitle.pageName}}']" stepKey="waitForWidgetStorefront"/> |
| 527 | + <waitForElementVisible selector="div.block-cms-link a[href='{{_ENV.MAGENTO_BASE_URL}}/text{{PageBuilderPageTitle.pageName}}']" stepKey="waitForWidgetStorefront"/> |
528 | 528 | <waitForElementVisible selector="{{TextOnStorefront.text('1', PageBuilderTextProperty.value)}}" stepKey="waitForTextStorefront"/>
|
529 | 529 | </test>
|
530 | 530 | <test name="TextDelete">
|
|
941 | 941 | <argument name="padding" value="PageBuilderPaddingPropertyUnique"/>
|
942 | 942 | <argument name="index" value="2"/>
|
943 | 943 | </actionGroup>
|
944 |
| - <waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderTextProperty.value)}}" stepKey="waitForTextStage"/> |
| 944 | + <waitForElementVisible selector="{{TextOnStage.text('2', PageBuilderTextProperty.value)}}" stepKey="waitForTextStage"/> |
945 | 945 | <actionGroup ref="openPageBuilderEditPanelByIndex" stepKey="openEditMenuOnStage2">
|
946 | 946 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
947 | 947 | <argument name="contentTypeIndex" value="2"/>
|
|
993 | 993 | <argument name="padding" value="PageBuilderPaddingPropertyUnique"/>
|
994 | 994 | <argument name="index" value="2"/>
|
995 | 995 | </actionGroup>
|
996 |
| - <waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderTextProperty.value)}}" stepKey="waitForTextStage2"/> |
| 996 | + <waitForElementVisible selector="{{TextOnStage.text('2', PageBuilderTextProperty.value)}}" stepKey="waitForTextStage2"/> |
997 | 997 | <actionGroup ref="openPageBuilderEditPanelByIndex" stepKey="openEditMenuOnStage3">
|
998 | 998 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
999 | 999 | <argument name="contentTypeIndex" value="2"/>
|
|
1045 | 1045 | <argument name="padding" value="PageBuilderPaddingPropertyUnique"/>
|
1046 | 1046 | <argument name="index" value="2"/>
|
1047 | 1047 | </actionGroup>
|
1048 |
| - <waitForElementVisible selector="{{TextOnStorefront.text('1', PageBuilderTextProperty.value)}}" stepKey="waitForTextStorefront"/> |
| 1048 | + <waitForElementVisible selector="{{TextOnStorefront.text('2', PageBuilderTextProperty.value)}}" stepKey="waitForTextStorefront"/> |
1049 | 1049 | </test>
|
1050 | 1050 | <test name="TextValidateGeneralDefaultSettings">
|
1051 | 1051 | <annotations>
|
|
1085 | 1085 | <actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings"/>
|
1086 | 1086 | <!-- Validate Stage -->
|
1087 | 1087 | <comment userInput="Validate Stage" stepKey="commentValidateStage1"/>
|
1088 |
| - <waitForElementVisible selector="{{TextOnStage.textAreaText('1', PageBuilderTextContentTypeDefault.value)}}" stepKey="waitForTextStage"/> |
| 1088 | + <waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderTextContentTypeDefault.value)}}" stepKey="waitForTextStage"/> |
1089 | 1089 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/>
|
1090 | 1090 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
1091 | 1091 | <!-- Validate Stage After Save -->
|
1092 | 1092 | <comment userInput="Validate Stage After Save" stepKey="commentValidateStage2"/>
|
1093 |
| - <waitForElementVisible selector="{{TextOnStage.textAreaText('1', PageBuilderTextContentTypeDefault.value)}}" stepKey="waitForTextStage2"/> |
| 1093 | + <waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderTextContentTypeDefault.value)}}" stepKey="waitForTextStage2"/> |
1094 | 1094 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage2">
|
1095 | 1095 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
1096 | 1096 | </actionGroup>
|
|
0 commit comments