|
1095 | 1095 | <after>
|
1096 | 1096 | <actionGroup ref="logout" stepKey="logout"/>
|
1097 | 1097 | </after>
|
1098 |
| - <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage"> |
| 1098 | + <actionGroup ref="dragContentTypeToContainer" stepKey="dragRowOntoRow"> |
1099 | 1099 | <argument name="contentType" value="PageBuilderRowContentType"/>
|
| 1100 | + <argument name="containerTargetType" value="PageBuilderRowContentType"/> |
| 1101 | + <argument name="containerTargetIndex" value="1" /> |
1100 | 1102 | </actionGroup>
|
1101 |
| - <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(PageBuilderRowContentType.name)}}" selector2="{{PageBuilderStage.contentTypeContainer(PageBuilderRowContentType.role, '1')}}" stepKey="dropRowIntoRow"/> |
1102 |
| - <waitForPageLoad stepKey="waitForAnimation" time="30"/> |
1103 | 1103 | <!-- Validate Stage -->
|
1104 | 1104 | <comment userInput="User dont sees Row displayed in row on Stage" stepKey="confirmNoRowInRow"/>
|
1105 | 1105 | <actionGroup ref="validateContentTypeNotInsideContainerStage" stepKey="checkContentTypeNotInContainerStage">
|
|
1108 | 1108 | <argument name="contentTypeIndex" value="1"/>
|
1109 | 1109 | <argument name="containerTargetIndex" value="1"/>
|
1110 | 1110 | </actionGroup>
|
| 1111 | + <seeNumberOfElements selector="{{RowOnStage.allRows}}" userInput="2" stepKey="seeTwoElementRows"/> |
1111 | 1112 | </test>
|
1112 | 1113 | <test name="RowCannotAddToColumns">
|
1113 | 1114 | <annotations>
|
|
1142 | 1143 | <argument name="containerTargetType" value="PageBuilderColumnContentType"/>
|
1143 | 1144 | <argument name="containerTargetIndex" value="2" />
|
1144 | 1145 | </actionGroup>
|
1145 |
| - <waitForPageLoad stepKey="waitForAnimation" time="30"/> |
1146 | 1146 | <!-- Validate Stage -->
|
1147 | 1147 | <comment userInput="User dont sees Row displayed in column on Stage" stepKey="confirmNoRowInColumn"/>
|
1148 | 1148 | <actionGroup ref="validateContentTypeNotInsideContainerStage" stepKey="checkContentTypeNotInContainerStage">
|
|
1151 | 1151 | <argument name="contentTypeIndex" value="1"/>
|
1152 | 1152 | <argument name="containerTargetIndex" value="2"/>
|
1153 | 1153 | </actionGroup>
|
| 1154 | + <seeNumberOfElements selector="{{RowOnStage.allRows}}" userInput="2" stepKey="seeTwoElementRows"/> |
1154 | 1155 | </test>
|
1155 | 1156 | </tests>
|
0 commit comments