|
115 | 115 | <!-- Check bottom of toolbar is above top of input box -->
|
116 | 116 | <comment userInput="Check bottom of toolbar is above top of input box" stepKey="commentCheckToolbarAboveInputBoxAfterExitFullScreen"/>
|
117 | 117 | <comment userInput="assertToolbarAboveInputBoxAfterExitFullScreen" stepKey="assertToolbarAboveInputBoxAfterExitFullScreen"/>
|
118 |
| - <!-- Resize column to 3/12 ratio --> |
119 |
| - <comment userInput="Change Column To 3:12 Ratio" stepKey="ChangeColumnToDifferentRatio"/> |
120 |
| - <executeJS function="return document.querySelector('{{ColumnOnBackend.columnResizeGridLine('3')}}').clientWidth" stepKey="guideWidth"/> |
121 |
| - <dragAndDrop selector1="{{ColumnOnBackend.columnX('1')}} {{ColumnOnBackend.columnResizeHandle}}" selector2="{{ColumnOnBackend.columnResizeGridLine('3')}}" x="$guideWidth" stepKey="dragColumnOneToThree"/> |
| 118 | + <!-- Remove heading and two of the columns to create 3/12 column --> |
| 119 | + <actionGroup ref="removeContentTypeFromStageByIndex" stepKey="removeHeadingContentType"> |
| 120 | + <argument name="contentType" value="PageBuilderHeadingContentType"/> |
| 121 | + <argument name="contentTypeNumber" value="1"/> |
| 122 | + </actionGroup> |
| 123 | + <actionGroup ref="removeContentTypeFromStageByIndex" stepKey="removeFirstColumnContentType"> |
| 124 | + <argument name="contentType" value="PageBuilderColumnContentType"/> |
| 125 | + <argument name="contentTypeNumber" value="1"/> |
| 126 | + </actionGroup> |
| 127 | + <actionGroup ref="removeContentTypeFromStageByIndex" stepKey="removeSecondColumnContentType"> |
| 128 | + <argument name="contentType" value="PageBuilderColumnContentType"/> |
| 129 | + <argument name="contentTypeNumber" value="1"/> |
| 130 | + </actionGroup> |
122 | 131 | <seeElement selector="{{ColumnOnBackend.displayLabel('1','3/12')}}" stepKey="validateColumnWidth"/>
|
123 |
| - <!-- Focus on Heading Content Type --> |
124 |
| - <actionGroup ref="clickInsideLiveEditHeading" stepKey="focusOnHeadingContentType"> |
125 |
| - <argument name="index" value="1"/> |
| 132 | + <!-- Add Another Heading Content Type --> |
| 133 | + <comment userInput="Add Heading Content Type" stepKey="commentAddInnerHeadingContentType"/> |
| 134 | + <actionGroup ref="dragContentTypeToStage" stepKey="dragHeadingContentTypeIntoColumn"> |
| 135 | + <argument name="contentType" value="PageBuilderHeadingContentType"/> |
| 136 | + <argument name="containerTargetType" value="PageBuilderColumnContentType"/> |
126 | 137 | </actionGroup>
|
127 | 138 | <executeJS function="{{HeadingOnStage.headingToolbarViewportPositionTop('0')}}" stepKey="toolbarTopPositionInMediumColumn"/>
|
128 | 139 | <executeJS function="{{HeadingOnStage.headingContentTypeViewportPositionBottom('0')}}" stepKey="inputBoxBottomPositionInMediumColumn"/>
|
|
0 commit comments