Skip to content

Commit dc73804

Browse files
#612: Multiple row with the parallax background does not render correctly after toggle a screen mode several times
- fix tests
1 parent 4de2773 commit dc73804

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<argument name="lazyLoad" value="PageBuilderVideoBackgroundLazyLoad_Enabled"/>
6666
<argument name="playOnlyWhenVisible" value="PageBuilderVideoBackgroundPlayOnlyWhenVisible_Enabled"/>
6767
<argument name="fallbackImage" value="PageBuilderVideoBackgroundFallbackImage_JPG"/>
68+
<argument name="expectedPosition" value="position: absolute;"/>
6869
</actionGroup>
6970
<actionGroup ref="validateRowParallaxBackgroundAttributes" stepKey="validateParallaxStorefront" before="validateStorefront">
7071
<argument name="page" value="RowOnStorefront"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<argument name="lazyLoad" value="PageBuilderVideoBackgroundLazyLoad_Enabled"/>
6969
<argument name="playOnlyWhenVisible" value="PageBuilderVideoBackgroundPlayOnlyWhenVisible_Enabled"/>
7070
<argument name="fallbackImage" value="PageBuilderVideoBackgroundFallbackImage_JPG"/>
71+
<argument name="expectedPosition" value="position: absolute;"/>
7172
</actionGroup>
7273
<actionGroup ref="validateRowParallaxBackgroundAttributes" stepKey="validateParallaxStorefront" before="validateStorefront">
7374
<argument name="page" value="RowOnStorefront_FullWidth_FullBleed"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<argument name="lazyLoad" value="PageBuilderVideoBackgroundLazyLoad_Enabled"/>
6969
<argument name="playOnlyWhenVisible" value="PageBuilderVideoBackgroundPlayOnlyWhenVisible_Enabled"/>
7070
<argument name="fallbackImage" value="PageBuilderVideoBackgroundFallbackImage_JPG"/>
71+
<argument name="expectedPosition" value="position: absolute;"/>
7172
</actionGroup>
7273
<actionGroup ref="validateRowParallaxBackgroundAttributes" stepKey="validateParallaxStorefront" before="validateStorefront">
7374
<argument name="page" value="RowOnStorefront_FullWidth_FullBleed"/>

0 commit comments

Comments
 (0)