|
95 | 95 | <argument name="property" value="PageBuilderSlideItemShowButton_Always"/>
|
96 | 96 | </actionGroup>
|
97 | 97 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
98 |
| - <!-- Validate Stage on Viewport Desktop --> |
99 |
| - <actionGroup ref="validateVideoBackgroundWithAllAttributes" stepKey="validateCMSBlockStage"> |
| 98 | + <!-- Validate Stage on Viewport mobile --> |
| 99 | + <actionGroup ref="validateVideoBackgroundWithAllAttributes" stepKey="validateCMSBlockStageMobile"> |
100 | 100 | <argument name="section" value="SlideOnBackend"/>
|
101 | 101 | <argument name="backgroundColor" value="{{PageBuilderBackgroundColor_Pink.rgb}}"/>
|
102 | 102 | <argument name="videoUrl" value="PageBuilderVideoBackgroundUrl_YouTube_Embedded"/>
|
|
106 | 106 | <argument name="playOnlyWhenVisible" value="PageBuilderVideoBackgroundPlayOnlyWhenVisible_Enabled"/>
|
107 | 107 | <argument name="fallbackImage" value="PageBuilderVideoBackgroundFallbackImage_JPG"/>
|
108 | 108 | </actionGroup>
|
109 |
| - <actionGroup ref="doubleClickToInlineEditWYSIWYGFromStage" stepKey="inlineEdit"> |
| 109 | + <actionGroup ref="doubleClickToInlineEditWYSIWYGFromStage" stepKey="inlineEditMobile"> |
110 | 110 | <argument name="contentType" value="PageBuilderSlideContentType"/>
|
111 | 111 | <argument name="content" value="{{PageBuilderSlideItemContent_Slide1.value}}"/>
|
112 | 112 | </actionGroup>
|
113 |
| - <actionGroup ref="inlineEditSlideOrBannerButton" stepKey="inlineEditSlideButton"> |
| 113 | + <actionGroup ref="inlineEditSlideOrBannerButton" stepKey="inlineEditSlideButtonMobile"> |
114 | 114 | <argument name="text" value="{{PageBuilderSlideItemButtonText_Slide1.value}}"/>
|
115 | 115 | </actionGroup>
|
116 |
| - <waitForElementVisible selector="{{SlideOnBackend.messageContent('1', PageBuilderSlideItemContent_Slide1.value)}}" stepKey="waitForMessageContentCMSBlockStage"/> |
117 |
| - <waitForElementVisible selector="{{SlideOnBackend.buttonText('1', PageBuilderSlideItemButtonText_Slide1.value)}}" stepKey="waitForButtonTextCMSBlockStage"/> |
118 |
| - <!-- Validate Stage on Viewport mobile --> |
119 |
| - <actionGroup ref="AdminSwitchPageBuilderViewportActionGroup" stepKey="switchToMobileViewportForValidateStage"> |
120 |
| - <argument name="viewportButton" value="mobile"/> |
121 |
| - <argument name="viewportStage" value="mobile"/> |
122 |
| - </actionGroup> |
123 |
| - <actionGroup ref="validateVideoBackgroundWithAllAttributes" stepKey="validateCMSBlockStageMobile"> |
| 116 | + <waitForElementVisible selector="{{SlideOnBackend.messageContent('1', PageBuilderSlideItemContent_Slide1.value)}}" stepKey="waitForMessageContentCMSBlockStageMobile"/> |
| 117 | + <waitForElementVisible selector="{{SlideOnBackend.buttonText('1', PageBuilderSlideItemButtonText_Slide1.value)}}" stepKey="waitForButtonTextCMSBlockStageMobile"/> |
| 118 | + <!-- Validate Stage on Viewport Desktop --> |
| 119 | + <actionGroup ref="validateVideoBackgroundWithAllAttributes" stepKey="validateCMSBlockStage"> |
124 | 120 | <argument name="section" value="SlideOnBackend"/>
|
125 | 121 | <argument name="backgroundColor" value="{{PageBuilderBackgroundColor_Pink.rgb}}"/>
|
126 | 122 | <argument name="videoUrl" value="PageBuilderVideoBackgroundUrl_YouTube_Embedded"/>
|
|
130 | 126 | <argument name="playOnlyWhenVisible" value="PageBuilderVideoBackgroundPlayOnlyWhenVisible_Enabled"/>
|
131 | 127 | <argument name="fallbackImage" value="PageBuilderVideoBackgroundFallbackImage_JPG"/>
|
132 | 128 | </actionGroup>
|
133 |
| - <actionGroup ref="doubleClickToInlineEditWYSIWYGFromStage" stepKey="inlineEditMobile"> |
| 129 | + <actionGroup ref="doubleClickToInlineEditWYSIWYGFromStage" stepKey="inlineEdit"> |
134 | 130 | <argument name="contentType" value="PageBuilderSlideContentType"/>
|
135 | 131 | <argument name="content" value="{{PageBuilderSlideItemContent_Slide1.value}}"/>
|
136 | 132 | </actionGroup>
|
137 |
| - <waitForElementVisible selector="{{SlideOnBackend.messageContent('1', PageBuilderSlideItemContent_Slide1.value)}}" stepKey="waitForMessageContentCMSBlockStageMobile"/> |
138 |
| - <waitForElementVisible selector="{{SlideOnBackend.buttonText('1', PageBuilderSlideItemButtonText_Slide1.value)}}" stepKey="waitForButtonTextCMSBlockStageMobile"/> |
139 |
| - <actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreenBeforeSaveMobile"/> |
140 |
| - <actionGroup ref="SaveCMSBlockActionGroup" stepKey="saveCMSBlockMobile"/> |
141 |
| - <actionGroup ref="NavigateToCreatedCMSPageActionGroup" stepKey="navigateToCreatedCMSPageMobile"> |
| 133 | + <waitForElementVisible selector="{{SlideOnBackend.messageContent('1', PageBuilderSlideItemContent_Slide1.value)}}" stepKey="waitForMessageContentCMSBlockStage"/> |
| 134 | + <waitForElementVisible selector="{{SlideOnBackend.buttonText('1', PageBuilderSlideItemButtonText_Slide1.value)}}" stepKey="waitForButtonTextCMSBlockStage"/> |
| 135 | + <actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreenBeforeSave"/> |
| 136 | + <actionGroup ref="SaveCMSBlockActionGroup" stepKey="saveCMSBlock"/> |
| 137 | + <actionGroup ref="NavigateToCreatedCMSPageActionGroup" stepKey="navigateToCreatedCMSPage"> |
142 | 138 | <argument name="CMSPage" value="$$createCMSPage$$"/>
|
143 | 139 | </actionGroup>
|
144 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStageMobile"/> |
| 140 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
145 | 141 | <!-- Edit Row On CMS Page -->
|
146 | 142 | <actionGroup ref="AdminSwitchPageBuilderViewportActionGroup" stepKey="switchToMobileViewportForEditRor">
|
147 | 143 | <argument name="viewportButton" value="mobile"/>
|
|
0 commit comments