Skip to content

Commit ff8253b

Browse files
committed
AC-12719: [PageBuilder] MFTF Test Failure - videos playing assertion fails
Remove unused argument(s): videoUrl
1 parent 40877f1 commit ff8253b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/BackgroundConfigurationActionGroup/ValidateVideoBackgroundPlayingActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</annotations>
1414
<arguments>
1515
<argument name="section" defaultValue="RowOnStage"/>
16-
<argument name="videoUrl" defaultValue="PageBuilderVideoBackgroundUrl_Empty"/>
1716
<argument name="index" defaultValue="1" type="string"/>
1817
</arguments>
1918
<waitForPageLoad stepKey="waitForPageLoad"/>

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/BackgroundConfigurationActionGroup/ValidateVideoBackgroundWithAllAttributesActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<arguments>
1515
<argument name="section" defaultValue="RowOnStage"/>
1616
<argument name="backgroundColor" defaultValue="{{PageBuilderBackgroundColor_Default.rgb}}" type="string"/>
17-
<argument name="videoUrl" defaultValue="PageBuilderVideoBackgroundUrl_Empty"/>
1817
<argument name="overlayColor" defaultValue="{{PageBuilderVideoBackgroundOverlayColor_Empty.rgb}}" type="string"/>
1918
<argument name="infiniteLoop" defaultValue="PageBuilderVideoBackgroundInfiniteLoop_Enabled"/>
2019
<argument name="lazyLoad" defaultValue="PageBuilderVideoBackgroundLazyLoad_Enabled"/>

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/BackgroundConfigurationActionGroup/ValidateVideoBackgroundWithOnlyVideoUrlActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</annotations>
1414
<arguments>
1515
<argument name="section" defaultValue="RowOnStage"/>
16-
<argument name="videoUrl" defaultValue="PageBuilderVideoBackgroundUrl_Empty"/>
1716
<argument name="infiniteLoop" defaultValue="PageBuilderVideoBackgroundInfiniteLoop_Enabled"/>
1817
<argument name="lazyLoad" defaultValue="PageBuilderVideoBackgroundLazyLoad_Enabled"/>
1918
<argument name="playOnlyWhenVisible" defaultValue="PageBuilderVideoBackgroundPlayOnlyWhenVisible_Enabled"/>

0 commit comments

Comments
 (0)