Skip to content

Commit f587cde

Browse files
author
Sumesh P
committed
AC-12719: [PageBuilder] MFTF Test Failure - videos playing assertion fails
Remove unwanted character
1 parent 1b1bbb6 commit f587cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<description>Validates that the video in the video background is loaded but not playing.</description>
2424
</annotations>
2525
<assertStringNotContainsString stepKey="assertVideoPlaying">
26-
<expectedResult type="string">visibility: hidden(</expectedResult>
26+
<expectedResult type="string">visibility: hidden</expectedResult>
2727
<actualResult type="variable">$videoStyle</actualResult>
2828
</assertStringNotContainsString>
2929
</actionGroup>

0 commit comments

Comments
 (0)