|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + /** |
| 4 | + * Copyright © Magento, Inc. All rights reserved. |
| 5 | + * See COPYING.txt for license details. |
| 6 | + */ |
| 7 | +--> |
| 8 | + |
| 9 | +<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 10 | + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> |
| 11 | + <!-- Assert the navigation arrows on Storefront Product page --> |
| 12 | + <actionGroup name="AssertProductVideoNavigationArrowsActionGroup"> |
| 13 | + <annotations> |
| 14 | + <description>Validates the navigation arrows on the Storefront Product page.</description> |
| 15 | + </annotations> |
| 16 | + <arguments> |
| 17 | + <argument name="videoType" type="string" defaultValue="vimeo"/> |
| 18 | + </arguments> |
| 19 | + |
| 20 | + <dontSeeElement selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="dontSeePrevButton"/> |
| 21 | + <moveMouseOver selector="{{StorefrontProductMediaSection.mainImageForJsActions}}" stepKey="hoverOverImage"/> |
| 22 | + <seeElement selector="{{StorefrontProductMediaSection.imageNextButton}}" stepKey="seeNextButton"/> |
| 23 | + <click selector="{{StorefrontProductMediaSection.imageNextButton}}" stepKey="clickNextButton"/> |
| 24 | + <seeElement selector="{{StorefrontProductInfoMainSection.productVideo(videoType)}}" stepKey="seeProductVideoDataType"/> |
| 25 | + |
| 26 | + <dontSeeElement selector="{{StorefrontProductInfoMainSection.clickCloseVideo}}" stepKey="dontSeeCloseVideo"/> |
| 27 | + |
| 28 | + <click selector="{{StorefrontProductInfoMainSection.clickPlayVideo}}" stepKey="clickToPlayVideo"/> |
| 29 | + <wait stepKey="waitFiveSecondsToPlayVideo" time="5"/> |
| 30 | + |
| 31 | + <dontSeeElement selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="dontSeePrevButtonSecond"/> |
| 32 | + <dontSeeElement selector="{{StorefrontProductMediaSection.imageNextButton}}" stepKey="dontSeeNextButton"/> |
| 33 | + |
| 34 | + <seeElement selector="{{StorefrontProductInfoMainSection.clickCloseVideo}}" stepKey="seeCloseVideo"/> |
| 35 | + <click selector="{{StorefrontProductInfoMainSection.clickCloseVideo}}" stepKey="clickToCloseVideo"/> |
| 36 | + <wait stepKey="waitTwoSecondsToCloseVideo" time="2"/> |
| 37 | + |
| 38 | + <moveMouseOver selector="{{StorefrontProductMediaSection.mainImageForJsActions}}" stepKey="hoverOverImageSecond"/> |
| 39 | + <seeElement selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="seePrevButton"/> |
| 40 | + <click selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="clickPrevButton"/> |
| 41 | + </actionGroup> |
| 42 | +</actionGroups> |
0 commit comments