Skip to content

Commit bd3c036

Browse files
committed
MC-39759: Navigation arrow buttons not visible after video starts on product image
1 parent 5b94d69 commit bd3c036

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AssertNextButtonHiddenProductVideoActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<description>Validates that the next button is absent on the Storefront Product page.</description>
1515
</annotations>
1616

17-
<moveMouseOver selector="{{StorefrontProductMediaSection.mainImageForJsActions}}" stepKey="hoverOverImage"/>
1817
<dontSeeElement selector="{{StorefrontProductMediaSection.imageNextButton}}" stepKey="dontSeeNextButton"/>
1918
</actionGroup>
2019
</actionGroups>

app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AssertPrevButtonHiddenProductVideoActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<description>Validates that the previous button is absent on the Storefront Product page.</description>
1515
</annotations>
1616

17-
<moveMouseOver selector="{{StorefrontProductMediaSection.mainImageForJsActions}}" stepKey="hoverOverImage"/>
1817
<dontSeeElement selector="{{StorefrontProductMediaSection.imagePrevButton}}" stepKey="dontSeePrevButton"/>
1918
</actionGroup>
2019
</actionGroups>

0 commit comments

Comments
 (0)