|
1107 | 1107 | <dontSeeElementInDOM selector="{{BlockOnStorefront.hidden('1')}}" stepKey="dontSeeHiddenElement"/>
|
1108 | 1108 | <seeElement selector="{{BlockOnStorefront.base('1')}}" stepKey="waitForContentTypeVisible" />
|
1109 | 1109 | </test>
|
1110 |
| - <test name="RowContentIsVerticallyAlignedInBlock"> |
| 1110 | + <test name="BlockRowContentIsVerticallyAligned"> |
1111 | 1111 | <annotations>
|
1112 | 1112 | <features value="PageBuilder"/>
|
1113 | 1113 | <stories value="Block"/>
|
|
1129 | 1129 | <actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
|
1130 | 1130 | <actionGroup ref="logout" stepKey="logout"/>
|
1131 | 1131 | </after>
|
| 1132 | + <!-- Edit Block and configure Row - Vertical Align Bottom --> |
| 1133 | + <comment userInput="Edit Block and configure row vertical align bottom" stepKey="commentConfigureRowVerticalAlignBottom"/> |
1132 | 1134 | <actionGroup ref="navigateToCreatedCMSBlockPage" stepKey="navigateToCreatedCMSBlockPage">
|
1133 | 1135 | <argument name="CMSBlockPage" value="$$createPreReqBlock$$" />
|
1134 | 1136 | </actionGroup>
|
1135 |
| - <!-- Configure First Row - Vertical Align Top --> |
1136 |
| - <comment userInput="Configure vertical align top" stepKey="commentConfigureVerticalAlignTop"/> |
1137 | 1137 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage">
|
1138 | 1138 | <argument name="contentType" value="PageBuilderRowContentType"/>
|
1139 | 1139 | </actionGroup>
|
1140 | 1140 | <actionGroup ref="fillSlideOutPanelField" stepKey="enterMinHeightProperty">
|
1141 | 1141 | <argument name="property" value="PageBuilderMinHeightProperty_500"/>
|
1142 | 1142 | </actionGroup>
|
1143 |
| - <actionGroup ref="chooseVisualSelectOption" stepKey="enterVerticalAlignmentTopProperty"> |
| 1143 | + <actionGroup ref="chooseVisualSelectOption" stepKey="enterVerticalAlignmentBottomProperty"> |
1144 | 1144 | <argument name="property" value="PageBuilderVerticalAlignmentPropertyBottom"/>
|
1145 | 1145 | </actionGroup>
|
1146 |
| - <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsFirstRow"/> |
1147 |
| - <click selector="{{CmsNewBlockBlockActionsSection.savePage}}" stepKey="saveBlock" /> |
| 1146 | + <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsInBlock"/> |
| 1147 | + <click selector="{{CmsNewBlockBlockActionsSection.savePage}}" stepKey="saveBlock"/> |
| 1148 | + <!-- Go to CMS Page and choose Block --> |
| 1149 | + <comment userInput="Go to CMS Page and choose Block" stepKey="commentGoToCMSPage"/> |
1148 | 1150 | <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
|
1149 | 1151 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
1150 | 1152 | <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle1">
|
|
0 commit comments