|
54 | 54 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsThirdColumn"/>
|
55 | 55 | <!-- Verify Min Height Not Used and Vertical Alignment On Stage - Before Save -->
|
56 | 56 | <comment userInput="Verify min height not used and vertical alignment on stage before save" stepKey="commentVerifyMinHeightAndVerticalAlignmentOnStageBeforeSave"/>
|
| 57 | + <waitForElement selector="{{RowOnStage.empty('1')}}" stepKey="waitForEmptyRow"/> |
57 | 58 | <dontSeeElement selector="{{RowOnStage.minHeight('1', PageBuilderMinHeightProperty_300.value)}}" stepKey="dontSeeFirstRowMinHeightStyle"/>
|
58 | 59 | <seeElement selector="{{RowOnStage.rowChildrenStyle('1', PageBuilderVerticalAlignmentPropertyTop.style)}}" stepKey="seeFirstRowVerticalAlignmentTop"/>
|
59 | 60 | <!-- Verify Min Height Not Used and Vertical Alignment On Stage - After Save -->
|
60 | 61 | <comment userInput="Verify min height not used and vertical alignment on stage after save" stepKey="commentVerifyMinHeightAndVerticalAlignmentOnStageAfterSave"/>
|
61 | 62 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/>
|
62 | 63 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
| 64 | + <waitForElement selector="{{RowOnStage.empty('1')}}" stepKey="waitForEmptyRowAfterSave"/> |
63 | 65 | <dontSeeElement selector="{{RowOnStage.minHeight('1', PageBuilderMinHeightProperty_300.value)}}" stepKey="seeFirstRowMinHeightAfterSave"/>
|
64 | 66 | <seeElement selector="{{RowOnStage.rowChildrenStyle('1', PageBuilderVerticalAlignmentPropertyTop.style)}}" stepKey="seeFirstRowVerticalAlignmentTopAfterSave"/>
|
65 | 67 | <!-- Verify Min Height Not Used and Vertical Alignment In Form - After Save -->
|
|
84 | 86 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
85 | 87 | <argument name="contentType" value="PageBuilderRowContentType"/>
|
86 | 88 | </actionGroup>
|
| 89 | + <waitForElement selector="{{RowOnStorefront.base('1')}}" stepKey="waitForEmptyRowOnStage"/> |
87 | 90 | <dontSeeElement selector="{{RowOnStorefront.rowStyle('1', PageBuilderMinHeightProperty_500.style)}}" stepKey="seeRow1MinHeightApplied"/>
|
88 | 91 | <seeElement selector="{{RowOnStorefront.rowStyle('1', PageBuilderVerticalAlignmentPropertyTop.style)}}" stepKey="seeRow1VerticalAlignmentTopApplied"/>
|
89 | 92 | </test>
|
|
0 commit comments