|
2069 | 2069 | <argument name="property" value="PageBuilderRowAppearance_FullBleed"/>
|
2070 | 2070 | </actionGroup>
|
2071 | 2071 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsRow2"/>
|
2072 |
| - <waitForElementVisible selector="{{RowOnStage.appearanceFullWidthFullBleed(('2', PageBuilderRowAppearance_FullBleed.value)}}" stepKey="waitForFullBleedAppearanceVisible"/> |
| 2072 | + <seeElement selector="{{RowOnStage.appearanceFullWidthFullBleed(('2', PageBuilderRowAppearance_FullBleed.value)}}" stepKey="seeFullBleedAppearanceElement"/> |
2073 | 2073 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/>
|
2074 | 2074 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
2075 | 2075 | <!-- Set 2nd row appearance back to Contained -->
|
|
2082 | 2082 | <argument name="property" value="PageBuilderRowAppearance_Contained"/>
|
2083 | 2083 | </actionGroup>
|
2084 | 2084 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsRow2Revert"/>
|
2085 |
| - <waitForElementVisible selector="{{RowOnStage.appearanceContained(('2', PageBuilderRowAppearance_Contained.value)}}" stepKey="waitForContainedAppearanceVisible"/> |
| 2085 | + <seeElement selector="{{RowOnStage.appearanceContained(('2', PageBuilderRowAppearance_Contained.value)}}" stepKey="seeContainedAppearanceElement"/> |
2086 | 2086 | <!-- Drag heading into 2nd row to make sure still works -->
|
2087 | 2087 | <comment userInput="Drag heading into 2nd row to make sure still works" stepKey="comment2ndRowRevertFunctional"/>
|
2088 | 2088 | <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroupHeading">
|
2089 | 2089 | <argument name="group" value="PageBuilderHeadingContentType"/>
|
2090 | 2090 | </actionGroup>
|
2091 |
| - <actionGroup ref="dragContentTypeToContainer" stepKey="dragHeaderToRow2Revert"> |
| 2091 | + <actionGroup ref="dragContentTypeToContainer" stepKey="dragHeadingToRow2Revert"> |
2092 | 2092 | <argument name="contentType" value="PageBuilderHeadingContentType"/>
|
2093 | 2093 | <argument name="contentTypeIndex" value="1"/>
|
2094 | 2094 | <argument name="containerTargetType" value="PageBuilderRowContentType"/>
|
|
2098 | 2098 | <argument name="index" value="1"/>
|
2099 | 2099 | </actionGroup>
|
2100 | 2100 | <dontSee selector="{{RowOnStage.empty('2')}}" stepKey="dontSeeRowTwoPlaceholder"/>
|
2101 |
| - <actionGroup ref="removeEmptyContentTypeFromStage" stepKey="removeHeaderFromRow"> |
| 2101 | + <actionGroup ref="removeEmptyContentTypeFromStage" stepKey="removeHeadingFromRow"> |
2102 | 2102 | <argument name="contentType" value="PageBuilderHeadingContentType"/>
|
2103 | 2103 | </actionGroup>
|
2104 | 2104 | <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/>
|
|
0 commit comments