Skip to content

Commit 04a68d1

Browse files
committed
AC-12719: [PageBuilder] MFTF Test Failure - videos playing assertion fails
BIC workaround
1 parent e904420 commit 04a68d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<waitForPageLoad stepKey="waitForPageLoad"/>
3131
<wait time="5" stepKey="waitToPreventVideoFlakiness"/>
3232
<waitForElementVisible selector="{{section.videoBackgroundVideoElement(index)}}" stepKey="waitForVideoVisible"/>
33-
<comment userInput="BIC Change for PB Video: {{videoUrl.renderedValue}}" stepKey="waitForVideoUrl"/>
33+
<comment userInput="BIC Change for PB Video: {{videoUrl.name}} is encrypted" stepKey="waitForVideoUrl"/>
3434
<grabAttributeFrom selector="{{section.videoBackgroundVideoElement(index)}}" userInput="style" stepKey="videoStyle"/>
3535
<assertStringContainsString stepKey="assertVideoPlaying">
3636
<expectedResult type="string">transform: translate3d(</expectedResult>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</assertEquals>
4444
<wait time="5" stepKey="waitToPreventVideoFlakiness"/>
4545
<waitForElementVisible selector="{{section.videoBackgroundVideoElement(index)}}" stepKey="waitForVideoVisible"/>
46-
<comment userInput="BIC Change for PB Video: {{videoUrl.renderedValue}}" stepKey="waitForVideoUrl"/>
46+
<comment userInput="BIC Change for PB Video: {{videoUrl.name}} is encrypted" stepKey="waitForVideoUrl"/>
4747
<grabAttributeFrom selector="{{section.videoBackgroundJarallaxContainer(index)}}" userInput="style" stepKey="jarallaxStyle"/>
4848
<assertStringContainsString stepKey="assertHeight">
4949
<expectedResult type="string">height: 100%;</expectedResult>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<wait time="5" stepKey="waitToPreventVideoFlakiness"/>
4242
<scrollToTopOfPage stepKey="scrollToTopToAvoidFlakiness" />
4343
<waitForElement selector="{{section.videoBackgroundVideoElement(index)}}" stepKey="waitForVideoVisible"/>
44-
<comment userInput="BIC Change for PB Video: {{videoUrl.renderedValue}}" stepKey="waitForVideoUrl"/>
44+
<comment userInput="BIC Change for PB Video: {{videoUrl.name}} is encrypted" stepKey="waitForVideoUrl"/>
4545
<grabAttributeFrom selector="{{section.videoBackgroundJarallaxContainer(index)}}" userInput="style" stepKey="jarallaxStyle"/>
4646
<assertStringContainsString stepKey="assertHeight">
4747
<expectedResult type="string">height: 100%;</expectedResult>

0 commit comments

Comments
 (0)