Skip to content

Commit 0f89d71

Browse files
committed
PB-95: Video background for Row
- Fixing aspect ratio test
1 parent 95509b2 commit 0f89d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderRowBackgroundAttributeTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@
22252225
</after>
22262226
<!-- Get Aspect Ratio of Actual Video -->
22272227
<openNewTab stepKey="openNewTab"/>
2228-
<amOnUrl url="{{PageBuilderVideoBackgroundUrl_Mp4_URL.value}}" stepKey="openVideo"/>
2228+
<amOnUrl url="{{PageBuilderVideoBackgroundUrl_Mp4_URL_Insecure.value}}" stepKey="openVideo"/>
22292229
<executeJS function="return document.querySelector('video').getBoundingClientRect().width" stepKey="expectedVideoWidth"/>
22302230
<executeJS function="return document.querySelector('video').getBoundingClientRect().height" stepKey="expectedVideoHeight"/>
22312231
<executeJS function="return {$expectedVideoWidth} / {$expectedVideoHeight}" stepKey="expectedVideoAspectRatio"/>

0 commit comments

Comments
 (0)