|
231 | 231 | </actionGroup>
|
232 | 232 | <dontSeeJsError stepKey="dontSeeJsError"/>
|
233 | 233 | </test>
|
234 |
| - <test name="PanelExpandAndCollapseAndAddToStage"> |
235 |
| - <annotations> |
236 |
| - <features value="PageBuilder"/> |
237 |
| - <stories value="Panel"/> |
238 |
| - <title value="Collapse and Expand search panel and still able to search and add to stage"/> |
239 |
| - <description value="After expand and collapse search panel I can search and drop content blocks onto the stage"/> |
240 |
| - <severity value="CRITICAL"/> |
241 |
| - <useCaseId value="MAGETWO-92004"/> |
242 |
| - <testCaseId value="MC-2752"/> |
243 |
| - <group value="pagebuilder"/> |
244 |
| - <group value="pagebuilder-panel"/> |
245 |
| - </annotations> |
246 |
| - <before> |
247 |
| - <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> |
248 |
| - <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/> |
249 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
250 |
| - </before> |
251 |
| - <after> |
252 |
| - <actionGroup ref="logout" stepKey="logout"/> |
253 |
| - </after> |
254 |
| - <actionGroup ref="dragContentTypeToStage" stepKey="dragColumnToStage"> |
255 |
| - <argument name="contentType" value="PageBuilderColumnContentType"/> |
256 |
| - </actionGroup> |
257 |
| - <comment userInput="Collapse and Expand panel then drag Tabs to Column" stepKey="commentDragTabs"/> |
258 |
| - <waitForElementVisible selector="{{PageBuilderStage.stageWrapper}}" stepKey="waitForStage"/> |
259 |
| - <waitForElementVisible selector="{{PageBuilderPanel.collapsePanel}}" stepKey="waitForCollapseButton"/> |
260 |
| - <click selector="{{PageBuilderPanel.collapsePanel}}" stepKey="clickCollapseButton"/> |
261 |
| - <waitForElementVisible selector="{{PageBuilderPanel.expandPanel}}" stepKey="waitForExpandButton"/> |
262 |
| - <waitForElementVisible selector="{{PageBuilderPanel.panelCollapsed}}" stepKey="waitForPanelCollapsed"/> |
263 |
| - <waitForElementNotVisible selector="{{PageBuilderPanel.collapsePanel}}" stepKey="waitForCollapsePanelButtonNotVisible"/> |
264 |
| - <waitForElementNotVisible selector="{{PageBuilderPanel.searchPanel}}" stepKey="waitForSearchFieldNotVisible"/> |
265 |
| - <click selector="{{PageBuilderPanel.expandPanel}}" stepKey="clickExpandButton"/> |
266 |
| - <waitForElementNotVisible selector="{{PageBuilderPanel.panelCollapsed}}" stepKey="waitForPanelCollapsedNotVisible"/> |
267 |
| - <waitForElementNotVisible selector="{{PageBuilderPanel.expandPanel}}" stepKey="waitForExpandButtonNotVisible"/> |
268 |
| - <waitForElementVisible selector="{{PageBuilderPanel.collapsePanel}}" stepKey="waitForCollapseButtonVisible"/> |
269 |
| - <waitForElementVisible selector="{{PageBuilderPanel.searchPanel}}" stepKey="waitForSearchField"/> |
270 |
| - <fillField selector="{{PageBuilderPanel.searchPanel}}" userInput="ta" stepKey="fillSearchFieldTa"/> |
271 |
| - <actionGroup ref="dragContentTypeToContainer" stepKey="dragTabsIntoFirstColumn"> |
272 |
| - <argument name="contentType" value="PageBuilderTabsContentType"/> |
273 |
| - <argument name="containerTargetType" value="PageBuilderColumnContentType"/> |
274 |
| - <argument name="containerTargetIndex" value="1"/> |
275 |
| - </actionGroup> |
276 |
| - <dontSeeJsError stepKey="dontSeeJsError"/> |
277 |
| - </test> |
278 | 234 | <test name="ValidatePanelContentTypesGroupedCorrectly">
|
279 | 235 | <annotations>
|
280 | 236 | <features value="PageBuilder"/>
|
|
0 commit comments