|
1305 | 1305 | <test name="HeadingLiveEditToolbarNotCutOffInFullScreenMode">
|
1306 | 1306 | <annotations>
|
1307 | 1307 | <features value="PageBuilder"/>
|
1308 |
| - <stories value="Panel"/> |
| 1308 | + <stories value="Heading"/> |
1309 | 1309 | <title value="Heading live edit toolbar should not overflow viewport bounds (get 'cut off') in full screen mode"/>
|
1310 | 1310 | <description value="As a content creator I want live edit toolbar for heading content type to be always positioned within viewport bounds so that they are accessible to me within the UI"/>
|
1311 | 1311 | <severity value="MAJOR"/>
|
|
1330 | 1330 | <actionGroup ref="dragContentTypeToStage" stepKey="dragColumnIntoStage">
|
1331 | 1331 | <argument name="contentType" value="PageBuilderColumnContentType"/>
|
1332 | 1332 | </actionGroup>
|
1333 |
| - <!-- Add Heading Content Type --> |
1334 |
| - <comment userInput="Add Heading Content Type" stepKey="commentAddInnerContentType"/> |
1335 |
| - <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderInnerContentTypePanelGroup"> |
1336 |
| - <argument name="group" value="PageBuilderHeadingContentType"/> |
1337 |
| - </actionGroup> |
1338 | 1333 | <!-- Duplicate left column 3 times to create 1/12 column on the left configuration -->
|
1339 | 1334 | <comment userInput="Duplicate left column 3 times to create 1/12 column on the left configuration" stepKey="commentInitialResize"/>
|
1340 | 1335 | <actionGroup ref="duplicateContentType" stepKey="duplicateFirstColumn1Of3">
|
|
1349 | 1344 | <argument name="contentType" value="PageBuilderColumnContentType"/>
|
1350 | 1345 | <argument name="targetIndex" value="1"/>
|
1351 | 1346 | </actionGroup>
|
1352 |
| - <waitForElementVisible selector="{{ColumnOnBackend.displayLabel('1','1/12')}}" stepKey="validateFirstColumnWidth"/> |
| 1347 | + <seeElement selector="{{ColumnOnBackend.displayLabel('1','1/12')}}" stepKey="validateFirstColumnWidth"/> |
| 1348 | + <!-- Add Heading Content Type --> |
| 1349 | + <comment userInput="Add Heading Content Type" stepKey="commentAddInnerContentType"/> |
| 1350 | + <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderInnerContentTypePanelGroup"> |
| 1351 | + <argument name="group" value="PageBuilderHeadingContentType"/> |
| 1352 | + </actionGroup> |
1353 | 1353 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragInnerContentTypeIntoColumn">
|
1354 | 1354 | <argument name="contentType" value="PageBuilderHeadingContentType"/>
|
1355 | 1355 | <argument name="containerTargetType" value="PageBuilderColumnContentType"/>
|
|
1425 | 1425 | <test name="HeadingOptionsMenuNotOverflowRight">
|
1426 | 1426 | <annotations>
|
1427 | 1427 | <features value="PageBuilder"/>
|
1428 |
| - <stories value="Panel"/> |
| 1428 | + <stories value="Heading"/> |
1429 | 1429 | <title value="Heading options menu should not overflow viewport bounds (get 'cut off') on the right"/>
|
1430 | 1430 | <description value="As a content creator I want heading options menus to be always positioned within viewport bounds so that they are accessible to me within the UI"/>
|
1431 | 1431 | <severity value="MAJOR"/>
|
|
1454 | 1454 | <comment userInput="Duplicate right column 2 times to create 1/12 column on the right configuration" stepKey="commentInitialResize"/>
|
1455 | 1455 | <actionGroup ref="duplicateContentType" stepKey="duplicateLastColumn1Of2">
|
1456 | 1456 | <argument name="contentType" value="PageBuilderColumnContentType"/>
|
1457 |
| - <argument name="targetIndex" value="1"/> |
| 1457 | + <argument name="targetIndex" value="2"/> |
1458 | 1458 | </actionGroup>
|
1459 | 1459 | <actionGroup ref="duplicateContentType" stepKey="duplicateLastColumn2Of2">
|
1460 | 1460 | <argument name="contentType" value="PageBuilderColumnContentType"/>
|
1461 |
| - <argument name="targetIndex" value="2"/> |
| 1461 | + <argument name="targetIndex" value="3"/> |
1462 | 1462 | </actionGroup>
|
1463 |
| - <waitForElementVisible selector="{{ColumnOnBackend.displayLabel('3','1/12')}}" stepKey="validateLastColumnWidth"/> |
| 1463 | + <seeElement selector="{{ColumnOnBackend.displayLabel('4','1/12')}}" stepKey="validateLastColumnWidth"/> |
1464 | 1464 | <!-- Add Heading Content Type -->
|
1465 | 1465 | <comment userInput="Add Heading Content Type" stepKey="commentAddHeadingContentType"/>
|
1466 | 1466 | <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandHeadingPageBuilderPanelGroup">
|
|
1469 | 1469 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragHeadingContentTypeIntoColumn">
|
1470 | 1470 | <argument name="contentType" value="PageBuilderHeadingContentType"/>
|
1471 | 1471 | <argument name="containerTargetType" value="PageBuilderColumnContentType"/>
|
1472 |
| - <argument name="containerTargetIndex" value="2"/> |
| 1472 | + <argument name="containerTargetIndex" value="4"/> |
1473 | 1473 | <argument name="contentTypeIndex" value="1"/>
|
1474 | 1474 | </actionGroup>
|
1475 | 1475 | <actionGroup ref="clickOutsideLiveEditHeading" stepKey="unFocusHeadingEditor">
|
|
1483 | 1483 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragInnerContentTypeIntoColumn">
|
1484 | 1484 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
1485 | 1485 | <argument name="containerTargetType" value="PageBuilderColumnContentType"/>
|
1486 |
| - <argument name="containerTargetIndex" value="2"/> |
| 1486 | + <argument name="containerTargetIndex" value="4"/> |
1487 | 1487 | <argument name="contentTypeIndex" value="1"/>
|
1488 | 1488 | </actionGroup>
|
1489 | 1489 | <actionGroup ref="unFocusOptionMenu" stepKey="unFocusTextEditor">
|
|
0 commit comments