|
196 | 196 | <argument name="gridSize" value="6"/>
|
197 | 197 | </actionGroup>
|
198 | 198 | <seeNumberOfElements selector="{{PageBuilderColumnSection.allColumns}}" userInput="2" stepKey="seeNumberOfColumns2"/>
|
199 |
| - <seeElement selector="{{PageBuilderColumnSection.displayLabel('1','3/6')}}" stepKey="validateLeftColumnWidth"/> |
200 |
| - <seeElement selector="{{PageBuilderColumnSection.displayLabel('2','3/6')}}" stepKey="validateRightColumnWidth"/> |
| 199 | + <waitForElementVisible selector="{{PageBuilderColumnSection.displayLabel('1','3/6')}}" stepKey="validateLeftColumnWidth"/> |
| 200 | + <waitForElementVisible selector="{{PageBuilderColumnSection.displayLabel('2','3/6')}}" stepKey="validateRightColumnWidth"/> |
201 | 201 | <!-- Drag divider into first column to clear history -->
|
202 | 202 | <comment userInput="Drag divider into first column to clear history" stepKey="commentAddDividerToColumn" />
|
203 | 203 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragIntoStage">
|
|
208 | 208 | <comment userInput="Resize first column to 1/6" stepKey="commentResizeColumn" />
|
209 | 209 | <executeJS function="return document.querySelector('{{PageBuilderColumnSection.columnResizeGridLine('1')}}').clientWidth" stepKey="guideWidth"/>
|
210 | 210 | <dragAndDrop selector1="{{PageBuilderColumnSection.columnX('1')}} {{PageBuilderColumnSection.columnResizeHandle}}" selector2="{{PageBuilderColumnSection.columnResizeGridLine('1')}}" x="$guideWidth" stepKey="resizeColumn1"/>
|
211 |
| - <seeElement selector="{{PageBuilderColumnSection.displayLabel('1','1/6')}}" stepKey="validateLeftColumnWidth2"/> |
212 |
| - <seeElement selector="{{PageBuilderColumnSection.displayLabel('2','5/6')}}" stepKey="validateRightColumnWidth2"/> |
| 211 | + <waitForElementVisible selector="{{PageBuilderColumnSection.displayLabel('1','1/6')}}" stepKey="validateLeftColumnWidth2"/> |
| 212 | + <waitForElementVisible selector="{{PageBuilderColumnSection.displayLabel('2','5/6')}}" stepKey="validateRightColumnWidth2"/> |
213 | 213 | <!-- Change grid size back to 12 and validate column maintained ratio -->
|
214 | 214 | <comment userInput="Change grid size back to 12 and validate column maintained ratio" stepKey="commentSetGridSizeTo12" />
|
215 | 215 | <actionGroup ref="updateGridSize" stepKey="updateGridSizeTo12">
|
216 | 216 | <argument name="gridSize" value="12"/>
|
217 | 217 | </actionGroup>
|
218 |
| - <seeElement selector="{{PageBuilderColumnSection.displayLabel('1','2/12')}}" stepKey="validateLeftColumnWidth3"/> |
219 |
| - <seeElement selector="{{PageBuilderColumnSection.displayLabel('2','10/12')}}" stepKey="validateRightColumnWidth3"/> |
| 218 | + <waitForElementVisible selector="{{PageBuilderColumnSection.displayLabel('1','2/12')}}" stepKey="validateLeftColumnWidth3"/> |
| 219 | + <waitForElementVisible selector="{{PageBuilderColumnSection.displayLabel('2','10/12')}}" stepKey="validateRightColumnWidth3"/> |
220 | 220 | </test>
|
221 | 221 | <test name="ValidateGridSizeFormDisablesStage">
|
222 | 222 | <annotations>
|
|
0 commit comments