|
34 | 34 | <argument name="property" value="PageBuilderMinHeightProperty_Empty"/>
|
35 | 35 | </actionGroup>
|
36 | 36 |
|
| 37 | + <actionGroup ref="unFocusOptionMenu" stepKey="unFocusSlideOptionMenu" before="duplicateContentType1"> |
| 38 | + <argument name="contentType" value="PageBuilderSlideContentType"/> |
| 39 | + </actionGroup> |
| 40 | + |
37 | 41 | <!-- Duplicate Slide Item -->
|
38 | 42 | <actionGroup ref="duplicateContentType" stepKey="duplicateContentType1">
|
39 | 43 | <argument name="contentType" value="PageBuilderSliderContentType"/>
|
|
44 | 48 | <argument name="targetIndex" value="1"/>
|
45 | 49 | </actionGroup>
|
46 | 50 |
|
47 |
| - <actionGroup ref="unFocusOptionMenu" stepKey="unFocusSlideOptionMenu" before="openEditPanel1"> |
| 51 | + <actionGroup ref="unFocusOptionMenu" stepKey="unFocusSlideOptionMenu1" before="openEditPanel1"> |
48 | 52 | <argument name="contentType" value="PageBuilderSlideContentType"/>
|
49 | 53 | </actionGroup>
|
50 | 54 |
|
|
101 | 105 | <argument name="expectedProperty" value="{{PageBuilderMinHeightProperty_300.value}}"/>
|
102 | 106 | <argument name="cssProperty" value="minHeight"/>
|
103 | 107 | </actionGroup>
|
104 |
| - <executeJS function="return document.querySelectorAll('{{SlideOnBackend.wrapperCSS}}')[1].getBoundingClientRect().height" stepKey="thirdMinHeightCMSBlockStageDesktop"/> |
| 108 | + <executeJS function="return document.querySelectorAll('{{SlideOnBackend.wrapperCSS}}')[2].getBoundingClientRect().height" stepKey="thirdMinHeightCMSBlockStageDesktop"/> |
105 | 109 |
|
106 | 110 | <!-- Validate CMS Block Stage Mobile Viewport -->
|
107 | 111 | <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeFirstMinHeightCMSBlockStageMobile">
|
|
111 | 115 | </actionGroup>
|
112 | 116 | <executeJS function="return document.querySelectorAll('{{SlideOnBackend.wrapperCSS}}')[0].getBoundingClientRect().height" stepKey="firstMinHeightCMSBlockStageMobile"/>
|
113 | 117 |
|
114 |
| - <executeJS function="return document.querySelectorAll('{{SlideOnBackend.wrapperCSS}}')[0].getBoundingClientRect().height" stepKey="secondMinHeightCMSBlockStageMobile"/> |
| 118 | + <executeJS function="return document.querySelectorAll('{{SlideOnBackend.wrapperCSS}}')[1].getBoundingClientRect().height" stepKey="secondMinHeightCMSBlockStageMobile"/> |
115 | 119 | <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeSecondMinHeightCMSBlockStageMobile">
|
116 | 120 | <argument name="selector" value="{{SlideOnBackend.wrapper('2')}}"/>
|
117 | 121 | <argument name="expectedProperty" value="$expectedSecondHeightCMSBlockStageMobile"/>
|
|
0 commit comments