|
1323 | 1323 | <group value="pagebuilder"/>
|
1324 | 1324 | <group value="pagebuilder-block"/>
|
1325 | 1325 | <group value="pagebuilder-row"/>
|
| 1326 | + <group value="pagebuilder-rowAppearances"/> |
1326 | 1327 | <group value="pagebuilder-banner"/>
|
1327 | 1328 | <group value="pagebuilder-bannerPoster"/>
|
1328 | 1329 | </annotations>
|
|
1342 | 1343 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage">
|
1343 | 1344 | <argument name="contentType" value="PageBuilderRowContentType"/>
|
1344 | 1345 | </actionGroup>
|
1345 |
| - <actionGroup ref="chooseVisualSelectOption" stepKey="enterAppearanceRow1"> |
| 1346 | + <actionGroup ref="chooseVisualSelectOption" stepKey="enterRowAppearance"> |
1346 | 1347 | <argument name="property" value="PageBuilderRowAppearance_Contained"/>
|
1347 | 1348 | </actionGroup>
|
1348 | 1349 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsInBlock"/>
|
|
1364 | 1365 | <actionGroup ref="fillSlideOutPanelFieldGeneral" stepKey="enterBannerMinHeight">
|
1365 | 1366 | <argument name="property" value="PageBuilderBannerMinimumHeightProperty"/>
|
1366 | 1367 | </actionGroup>
|
1367 |
| - <actionGroup ref="attachFileSlideOutProperty" stepKey="attachImage"> |
1368 |
| - <argument name="property" value="PageBuilderBackgroundImage_JPG"/> |
1369 |
| - </actionGroup> |
1370 |
| - <actionGroup ref="chooseVisualSelectOption" stepKey="selectBackgroundSize"> |
1371 |
| - <argument name="property" value="PageBuilderBackgroundSize_Contain"/> |
| 1368 | + <actionGroup ref="fillSlideOutPanelField" stepKey="enterBackgroundColor"> |
| 1369 | + <argument name="property" value="PageBuilderBackgroundColor_Plaintext_Green"/> |
1372 | 1370 | </actionGroup>
|
1373 | 1371 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsInBlock2"/>
|
1374 | 1372 | <click selector="{{CmsNewBlockBlockActionsSection.savePage}}" stepKey="saveBlock"/>
|
|
1397 | 1395 | <comment userInput="Validate width before save" stepKey="commentValidateBeforeSave"/>
|
1398 | 1396 | <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthBeforeSave">
|
1399 | 1397 | <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/>
|
1400 |
| - <argument name="contentIndex" value="1"/> |
1401 | 1398 | <argument name="container" value="{{RowOnStorefront.appearanceContainedCSS}}"/>
|
1402 | 1399 | <argument name="containerIndex" value="2"/>
|
1403 | 1400 | <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/>
|
|
1408 | 1405 | <comment userInput="Validate width after save" stepKey="commentValidateAfterSave"/>
|
1409 | 1406 | <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthAfterSave">
|
1410 | 1407 | <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/>
|
1411 |
| - <argument name="contentIndex" value="1"/> |
1412 | 1408 | <argument name="container" value="{{RowOnStorefront.appearanceContainedCSS}}"/>
|
1413 | 1409 | <argument name="containerIndex" value="2"/>
|
1414 | 1410 | <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/>
|
|
1420 | 1416 | <comment userInput="Validate width storefront" stepKey="commentValidateStorefront"/>
|
1421 | 1417 | <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthStorefront">
|
1422 | 1418 | <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/>
|
1423 |
| - <argument name="contentIndex" value="1"/> |
1424 | 1419 | <argument name="container" value="{{RowOnStorefront.appearanceContainedCSS}}"/>
|
1425 | 1420 | <argument name="containerIndex" value="2"/>
|
1426 | 1421 | <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/>
|
1427 | 1422 | </actionGroup>
|
1428 | 1423 | </test>
|
| 1424 | + <test name="BlockRowFullWidthAppearanceHasEqualWidthToContents" extends="BlockRowContainedAppearanceHasEqualWidthToContents"> |
| 1425 | + <annotations> |
| 1426 | + <features value="PageBuilder"/> |
| 1427 | + <stories value="Block"/> |
| 1428 | + <title value="Row full width appearance has equal width to contents in Block"/> |
| 1429 | + <description value="A user can see a row full width appearance has equal width to contents in a Block"/> |
| 1430 | + <severity value="MAJOR"/> |
| 1431 | + <useCaseId value="MC-5432"/> |
| 1432 | + <testCaseId value="MC-6012"/> |
| 1433 | + <group value="pagebuilder"/> |
| 1434 | + <group value="pagebuilder-block"/> |
| 1435 | + <group value="pagebuilder-row"/> |
| 1436 | + <group value="pagebuilder-rowAppearances"/> |
| 1437 | + <group value="pagebuilder-banner"/> |
| 1438 | + <group value="pagebuilder-bannerPoster"/> |
| 1439 | + </annotations> |
| 1440 | + <actionGroup ref="chooseVisualSelectOption" stepKey="enterRowAppearance"> |
| 1441 | + <argument name="property" value="PageBuilderRowAppearance_FullWidth"/> |
| 1442 | + </actionGroup> |
| 1443 | + <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthBeforeSave"> |
| 1444 | + <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/> |
| 1445 | + <argument name="container" value="{{RowOnStorefront.appearanceFullWidthCSS}}"/> |
| 1446 | + <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/> |
| 1447 | + </actionGroup> |
| 1448 | + <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthAfterSave"> |
| 1449 | + <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/> |
| 1450 | + <argument name="container" value="{{RowOnStorefront.appearanceFullWidthCSS}}"/> |
| 1451 | + <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/> |
| 1452 | + </actionGroup> |
| 1453 | + <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthStorefront"> |
| 1454 | + <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/> |
| 1455 | + <argument name="container" value="{{RowOnStorefront.appearanceFullWidthCSS}}"/> |
| 1456 | + <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/> |
| 1457 | + </actionGroup> |
| 1458 | + </test> |
| 1459 | + <test name="BlockRowFullBleedAppearanceHasEqualWidthToContents" extends="BlockRowContainedAppearanceHasEqualWidthToContents"> |
| 1460 | + <annotations> |
| 1461 | + <features value="PageBuilder"/> |
| 1462 | + <stories value="Block"/> |
| 1463 | + <title value="Row full bleed appearance has equal width to contents in Block"/> |
| 1464 | + <description value="A user can see a row full bleed appearance has equal width to contents in a Block"/> |
| 1465 | + <severity value="MAJOR"/> |
| 1466 | + <useCaseId value="MC-5432"/> |
| 1467 | + <testCaseId value="MC-6011"/> |
| 1468 | + <group value="pagebuilder"/> |
| 1469 | + <group value="pagebuilder-block"/> |
| 1470 | + <group value="pagebuilder-row"/> |
| 1471 | + <group value="pagebuilder-rowAppearances"/> |
| 1472 | + <group value="pagebuilder-banner"/> |
| 1473 | + <group value="pagebuilder-bannerPoster"/> |
| 1474 | + </annotations> |
| 1475 | + <actionGroup ref="chooseVisualSelectOption" stepKey="enterRowAppearance"> |
| 1476 | + <argument name="property" value="PageBuilderRowAppearance_FullBleed"/> |
| 1477 | + </actionGroup> |
| 1478 | + <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthBeforeSave"> |
| 1479 | + <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/> |
| 1480 | + <argument name="container" value="{{RowOnStorefront.appearanceFullBleedCSS}}"/> |
| 1481 | + <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/> |
| 1482 | + </actionGroup> |
| 1483 | + <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthAfterSave"> |
| 1484 | + <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/> |
| 1485 | + <argument name="container" value="{{RowOnStorefront.appearanceFullBleedCSS}}"/> |
| 1486 | + <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/> |
| 1487 | + </actionGroup> |
| 1488 | + <actionGroup ref="validateContentWidthEqualToContainerWidth" stepKey="validateContentWidthEqualToContainerWidthStorefront"> |
| 1489 | + <argument name="content" value="{{BannerOnFrontend.appearancePosterCSS}}"/> |
| 1490 | + <argument name="container" value="{{RowOnStorefront.appearanceFullBleedCSS}}"/> |
| 1491 | + <argument name="containerPadding" value="PageBuilderPaddingPropertyRowDefault"/> |
| 1492 | + </actionGroup> |
| 1493 | + </test> |
1429 | 1494 | <test name="BlockBannerPosterContentCanWordWrap">
|
1430 | 1495 | <annotations>
|
1431 | 1496 | <features value="PageBuilder"/>
|
|
0 commit comments