|
1510 | 1510 | <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupElements">
|
1511 | 1511 | <argument name="group" value="PageBuilderSliderContentType"/>
|
1512 | 1512 | </actionGroup>
|
1513 |
| - <actionGroup ref="dragContentTypeToStageAndExpectEditPanel" stepKey="dragContentTypeToStage"> |
| 1513 | + <actionGroup ref="dragContentTypeToContainerAndExpectEditPanel" stepKey="dragSliderToColumn"> |
1514 | 1514 | <argument name="contentType" value="PageBuilderSliderContentType"/>
|
| 1515 | + <argument name="containerTargetType" value="PageBuilderColumnContentType"/> |
| 1516 | + <argument name="containerTargetIndex" value="1"/> |
1515 | 1517 | </actionGroup>
|
1516 | 1518 | <actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings"/>
|
1517 | 1519 | <!-- Add Variable to Slide -->
|
1518 | 1520 | <comment userInput="Add Variable to Slide" stepKey="commentAddVariableToSlide"/>
|
1519 | 1521 | <click selector="{{PageBuilderStage.inlineWYSIWYGEditor(PageBuilderSlideContentType.role, '1')}}" stepKey="focusOnEditorArea"/>
|
1520 |
| - <waitForElementVisible selector="{{PageBuilderStage.inlineWYSIWYGEditorPanel(PageBuilderSlideContentType.role, '1')}}" stepKey="waitForEditorPanel"/> |
1521 | 1522 | <actionGroup ref="addVariableToTinyMCE" stepKey="addVariableToTinyMCE">
|
1522 | 1523 | <argument name="variable" value="TinyMCEVariableStoreName"/>
|
1523 | 1524 | </actionGroup>
|
|
1535 | 1536 | <comment userInput="Resize Columns" stepKey="commentResizeColumns"/>
|
1536 | 1537 | <executeJS function="return document.querySelector('{{ColumnOnBackend.columnResizeGridLine('1')}}').clientWidth" stepKey="guideWidth"/>
|
1537 | 1538 | <dragAndDrop selector1="{{ColumnOnBackend.columnX('1')}} {{ColumnOnBackend.columnResizeHandle}}" selector2="{{ColumnOnBackend.columnResizeGridLine('1')}}" x="$guideWidth" stepKey="resizeColumnToOne"/>
|
1538 |
| - <!-- Validate Height of Variable in Storefront --> |
1539 |
| - <comment userInput="Validate Height of Variable in Storefront" stepKey="commentValidateStorefront"/> |
1540 | 1539 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/>
|
1541 | 1540 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
|
1542 |
| - <comment userInput="View Text inside column on storefront" stepKey="viewTextOnStorefront"/> |
| 1541 | + <!-- Validate Height of Variable in Storefront --> |
| 1542 | + <comment userInput="Validate Height of Variable in Storefront" stepKey="commentValidateStorefront"/> |
1543 | 1543 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
1544 | 1544 | <argument name="contentType" value="PageBuilderSliderContentType"/>
|
1545 | 1545 | </actionGroup>
|
|
0 commit comments