|
19 | 19 |
|
20 | 20 | <dontSeeElement selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="dontSeePrevButton"/>
|
21 | 21 | <moveMouseOver selector="{{StorefrontProductMediaSection.mainImageForJsActions}}" stepKey="hoverOverImage"/>
|
22 |
| - <seeElement selector="{{StorefrontProductMediaSection.imageNextButton}}" stepKey="seeNextButton"/> |
| 22 | + <waitForElementVisible selector="{{StorefrontProductMediaSection.imageNextButton}}" stepKey="seeNextButton"/> |
23 | 23 | <click selector="{{StorefrontProductMediaSection.imageNextButton}}" stepKey="clickNextButton"/>
|
24 |
| - <seeElement selector="{{StorefrontProductInfoMainSection.productVideo(videoType)}}" stepKey="seeProductVideoDataType"/> |
| 24 | + <waitForElementVisible selector="{{StorefrontProductInfoMainSection.productVideo(videoType)}}" stepKey="seeProductVideoDataType"/> |
25 | 25 |
|
26 | 26 | <dontSeeElement selector="{{StorefrontProductInfoMainSection.clickCloseVideo}}" stepKey="dontSeeCloseVideo"/>
|
27 | 27 |
|
28 | 28 | <click selector="{{StorefrontProductInfoMainSection.clickPlayVideo}}" stepKey="clickToPlayVideo"/>
|
29 |
| - <wait stepKey="waitFiveSecondsToPlayVideo" time="5"/> |
| 29 | + <wait time="5" stepKey="waitFiveSecondsToPlayVideo"/> |
30 | 30 |
|
31 | 31 | <dontSeeElement selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="dontSeePrevButtonSecond"/>
|
32 | 32 | <dontSeeElement selector="{{StorefrontProductMediaSection.imageNextButton}}" stepKey="dontSeeNextButton"/>
|
33 | 33 |
|
34 | 34 | <seeElement selector="{{StorefrontProductInfoMainSection.clickCloseVideo}}" stepKey="seeCloseVideo"/>
|
35 | 35 | <click selector="{{StorefrontProductInfoMainSection.clickCloseVideo}}" stepKey="clickToCloseVideo"/>
|
36 |
| - <wait stepKey="waitTwoSecondsToCloseVideo" time="2"/> |
| 36 | + <wait time="2" stepKey="waitTwoSecondsToCloseVideo"/> |
| 37 | + <dontSeeElementInDOM selector="{{StorefrontProductMediaSection.galleryNoControlsElement}}" stepKey="videoFocused"/> |
| 38 | + <moveMouseOver selector="{{StorefrontCMSPageSection.mainTitle}}" stepKey="unFocusVideo"/> |
| 39 | + <waitForElement selector="{{StorefrontProductMediaSection.galleryNoControlsElement}}" stepKey="waitForVideoUnFocus"/> |
37 | 40 |
|
38 | 41 | <moveMouseOver selector="{{StorefrontProductMediaSection.mainImageForJsActions}}" stepKey="hoverOverImageSecond"/>
|
39 |
| - <seeElement selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="seePrevButton"/> |
| 42 | + <waitForElementVisible selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="seePrevButton"/> |
40 | 43 | <click selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="clickPrevButton"/>
|
41 | 44 | </actionGroup>
|
42 | 45 | </actionGroups>
|
0 commit comments