|
1636 | 1636 | </actionGroup>
|
1637 | 1637 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
1638 | 1638 | <!-- Validate Stage -->
|
1639 |
| - <actionGroup ref="validateVideoEmptyWidth" stepKey="validateStage"> |
1640 |
| - <argument name="page" value="VideoOnStage"/> |
1641 |
| - <argument name="url" value="PageBuilderVideoUrl_YouTube"/> |
1642 |
| - </actionGroup> |
1643 | 1639 | <actionGroup ref="validateVideoPlaying" stepKey="validateVideoPlayingStage">
|
1644 | 1640 | <argument name="page" value="VideoOnStage"/>
|
1645 | 1641 | <argument name="url" value="PageBuilderVideoUrl_YouTube"/>
|
1646 | 1642 | </actionGroup>
|
1647 | 1643 | <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage"/>
|
1648 | 1644 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
1649 | 1645 | <!-- Validate Stage After Save -->
|
1650 |
| - <actionGroup ref="validateVideoEmptyWidth" stepKey="validateStage2"> |
1651 |
| - <argument name="page" value="VideoOnStage"/> |
1652 |
| - <argument name="url" value="PageBuilderVideoUrl_YouTube"/> |
1653 |
| - </actionGroup> |
1654 | 1646 | <actionGroup ref="validateVideoPlaying" stepKey="validateVideoPlayingStage2">
|
1655 | 1647 | <argument name="page" value="VideoOnStage"/>
|
1656 | 1648 | <argument name="url" value="PageBuilderVideoUrl_YouTube"/>
|
|
1668 | 1660 | <argument name="contentType" value="PageBuilderVideoContentType"/>
|
1669 | 1661 | </actionGroup>
|
1670 | 1662 | <!-- Validate Storefront -->
|
1671 |
| - <actionGroup ref="validateVideoEmptyWidth" stepKey="validateStorefront"> |
| 1663 | + <actionGroup ref="validateVideoPlaying" stepKey="validateVideoPlayingStorefront"> |
1672 | 1664 | <argument name="page" value="VideoOnStorefront"/>
|
1673 | 1665 | <argument name="url" value="PageBuilderVideoUrl_YouTube"/>
|
1674 | 1666 | </actionGroup>
|
1675 |
| - <actionGroup ref="validateVideoPlaying" stepKey="validateVideoPlayingStorefront"> |
| 1667 | + </test> |
| 1668 | + <test name="VideoValidateAutoplayDisabled"> |
| 1669 | + <annotations> |
| 1670 | + <features value="PageBuilder"/> |
| 1671 | + <stories value="Video"/> |
| 1672 | + <title value="Validate Video Autoplay Attribute"/> |
| 1673 | + <description value="Validate that setting the autoplay attribute in the General form for Video will update the Stage and Storefront correctly."/> |
| 1674 | + <severity value="BLOCKER"/> |
| 1675 | + <useCaseId value="PB-375"/> |
| 1676 | + <testCaseId value="PB-424"/> |
| 1677 | + <group value="pagebuilder"/> |
| 1678 | + <group value="pagebuilder-video"/> |
| 1679 | + </annotations> |
| 1680 | + <before> |
| 1681 | + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> |
| 1682 | + <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/> |
| 1683 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
| 1684 | + </before> |
| 1685 | + <after> |
| 1686 | + <actionGroup ref="logout" stepKey="logout"/> |
| 1687 | + </after> |
| 1688 | + <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle"> |
| 1689 | + <argument name="contentType" value="PageBuilderVideoContentType"/> |
| 1690 | + </actionGroup> |
| 1691 | + <actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection"> |
| 1692 | + <argument name="contentType" value="PageBuilderVideoContentType"/> |
| 1693 | + </actionGroup> |
| 1694 | + <actionGroup ref="dragContentTypeToStage" stepKey="dragVideoIntoStage"> |
| 1695 | + <argument name="contentType" value="PageBuilderVideoContentType"/> |
| 1696 | + </actionGroup> |
| 1697 | + <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditAfterDrop"> |
| 1698 | + <argument name="contentType" value="PageBuilderVideoContentType"/> |
| 1699 | + </actionGroup> |
| 1700 | + <actionGroup ref="fillSlideOutPanelFieldGeneral" stepKey="enterVideoUrlProperty"> |
| 1701 | + <argument name="property" value="PageBuilderVideoUrl_YouTube"/> |
| 1702 | + </actionGroup> |
| 1703 | + <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/> |
| 1704 | + <!-- Validate Stage --> |
| 1705 | + <actionGroup ref="validateVideoNotAutoplaying" stepKey="validateVideoNotPlayingStage"> |
| 1706 | + <argument name="page" value="VideoOnStage"/> |
| 1707 | + <argument name="url" value="PageBuilderVideoUrl_YouTube"/> |
| 1708 | + </actionGroup> |
| 1709 | + <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage"/> |
| 1710 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
| 1711 | + <!-- Validate Stage After Save --> |
| 1712 | + <actionGroup ref="validateVideoNotAutoplaying" stepKey="validateVideoNotPlayingStage2"> |
| 1713 | + <argument name="page" value="VideoOnStage"/> |
| 1714 | + <argument name="url" value="PageBuilderVideoUrl_YouTube"/> |
| 1715 | + </actionGroup> |
| 1716 | + <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage2"> |
| 1717 | + <argument name="contentType" value="PageBuilderVideoContentType"/> |
| 1718 | + </actionGroup> |
| 1719 | + <actionGroup ref="seeInFieldSlideOutProperty" stepKey="seeVideoUrlInAdmin"> |
| 1720 | + <argument name="property" value="PageBuilderVideoUrl_YouTube"/> |
| 1721 | + </actionGroup> |
| 1722 | + <actionGroup ref="seeOptionIsNotCheckedSlideOutProperty" stepKey="seeAutoplayDisabledAfterSave"> |
| 1723 | + <argument name="property" value="PageBuilderVideoAutoplay_Disabled"/> |
| 1724 | + </actionGroup> |
| 1725 | + <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront"> |
| 1726 | + <argument name="contentType" value="PageBuilderVideoContentType"/> |
| 1727 | + </actionGroup> |
| 1728 | + <!-- Validate Storefront --> |
| 1729 | + <actionGroup ref="validateVideoNotAutoplaying" stepKey="validateVideoPlayingStorefront"> |
1676 | 1730 | <argument name="page" value="VideoOnStorefront"/>
|
1677 | 1731 | <argument name="url" value="PageBuilderVideoUrl_YouTube"/>
|
1678 | 1732 | </actionGroup>
|
|
0 commit comments