|
167 | 167 | <seeElement selector="{{PageBuilderColumnSection.displayLabel('1','4/7')}}" stepKey="checkWidthFirstColumn"/>
|
168 | 168 | <seeElement selector="{{PageBuilderColumnSection.displayLabel('2','3/7')}}" stepKey="checkWidthSecondColumn"/>
|
169 | 169 | </test>
|
170 |
| - <test name="SetDefaultGridSize1"> |
171 |
| - <annotations> |
172 |
| - <features value="Pagebuilder"/> |
173 |
| - <stories value="Column"/> |
174 |
| - <title value="Set the grid size to 1"/> |
175 |
| - <description value="Set grid size to 1 validate empty column is removed and single 100% column persists"/> |
176 |
| - <severity value="CRITICAL"/> |
177 |
| - <useCaseId value="MC-950"/> |
178 |
| - <testCaseId value="MC-2284"/> |
179 |
| - <group value="pagebuilder"/> |
180 |
| - <group value="pagebuilder-column"/> |
181 |
| - <group value="pagebuilder-columnGridSize"/> |
182 |
| - </annotations> |
183 |
| - <before> |
184 |
| - <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> |
185 |
| - <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/> |
186 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
187 |
| - </before> |
188 |
| - <after> |
189 |
| - <actionGroup ref="logout" stepKey="logOut"/> |
190 |
| - </after> |
191 |
| - <actionGroup ref="dragContentTypeToStage" stepKey="dragColumnIntoStage"> |
192 |
| - <argument name="contentType" value="PageBuilderColumnContentType"/> |
193 |
| - </actionGroup> |
194 |
| - <actionGroup ref="updateGridSize" stepKey="updateGridSizeTo1"> |
195 |
| - <argument name="gridSize" value="1"/> |
196 |
| - </actionGroup> |
197 |
| - <seeNumberOfElements selector="{{PageBuilderColumnSection.allColumns}}" userInput="1" stepKey="seeNumberOfColumns1"/> |
198 |
| - <seeElement selector="{{PageBuilderColumnSection.displayLabel('1','1/1')}}" stepKey="validateSingleColumnOfFullWidth"/> |
199 |
| - </test> |
200 | 170 | <test name="ValidateColumnsMaintainRatioWithoutHistory">
|
201 | 171 | <annotations>
|
202 | 172 | <features value="Pagebuilder"/>
|
|
0 commit comments