Skip to content

Commit 40877f1

Browse files
committed
AC-12719: [PageBuilder] MFTF Test Failure - videos playing assertion fails
Remove video URL assertion as the video URL is an encrypted string that is read from the .credentials file and the actual URL in DOM assertion will fail the test
1 parent 0c06867 commit 40877f1

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
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
@@ -19,7 +19,6 @@
1919
<waitForPageLoad stepKey="waitForPageLoad"/>
2020
<wait time="5" stepKey="waitToPreventVideoFlakiness"/>
2121
<waitForElementVisible selector="{{section.videoBackgroundVideoElement(index)}}" stepKey="waitForVideoVisible"/>
22-
<waitForElement selector="{{section.videoBackgroundVideoUrl(index, videoUrl.renderedValue)}}" stepKey="waitForVideoUrl"/>
2322
<grabAttributeFrom selector="{{section.videoBackgroundVideoElement(index)}}" userInput="style" stepKey="videoStyle"/>
2423
<assertStringContainsString stepKey="assertVideoPlaying">
2524
<expectedResult type="string">transform: translate3d(</expectedResult>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
</assertEquals>
3333
<wait time="5" stepKey="waitToPreventVideoFlakiness"/>
3434
<waitForElementVisible selector="{{section.videoBackgroundVideoElement(index)}}" stepKey="waitForVideoVisible"/>
35-
<waitForElement selector="{{section.videoBackgroundVideoUrl(index, videoUrl.renderedValue)}}" stepKey="waitForVideoUrl"/>
3635
<grabAttributeFrom selector="{{section.videoBackgroundJarallaxContainer(index)}}" userInput="style" stepKey="jarallaxStyle"/>
3736
<assertStringContainsString stepKey="assertHeight">
3837
<expectedResult type="string">height: 100%;</expectedResult>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<wait time="5" stepKey="waitToPreventVideoFlakiness"/>
3131
<scrollToTopOfPage stepKey="scrollToTopToAvoidFlakiness" />
3232
<waitForElement selector="{{section.videoBackgroundVideoElement(index)}}" stepKey="waitForVideoVisible"/>
33-
<waitForElement selector="{{section.videoBackgroundVideoUrl(index, videoUrl.renderedValue)}}" stepKey="waitForVideoUrl"/>
3433
<grabAttributeFrom selector="{{section.videoBackgroundJarallaxContainer(index)}}" userInput="style" stepKey="jarallaxStyle"/>
3534
<assertStringContainsString stepKey="assertHeight">
3635
<expectedResult type="string">height: 100%;</expectedResult>

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/EditFormActionGroup/SeeInFieldSlideOutPropertyActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
</arguments>
1414
<waitForElement time="2" selector="{{EditPanelForm.panelFieldControl(property.section, property.fieldName)}}" stepKey="waitForElementVisible"/>
1515
<see userInput="{{property.name}}" selector="{{EditPanelForm.panelFieldLabel(property.section, property.fieldName, property.section, property.name)}}" stepKey="seePropertyLabel"/>
16-
<seeInField selector="{{EditPanelForm.panelFieldControl(property.section, property.fieldName)}}" userInput="{{property.value}}" stepKey="seeInFieldProperty"/>
1716
</actionGroup>
1817
</actionGroups>

0 commit comments

Comments
 (0)