Skip to content

Commit ba93733

Browse files
committed
AC-12719: [PageBuilder] MFTF Test Failure - videos playing assertion fails
Update scrollto step for lazy loading video
1 parent d971ac0 commit ba93733

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* ADOBE CONFIDENTIAL
5+
*
6+
* Copyright 2020 Adobe
7+
* All Rights Reserved.
8+
*
9+
* NOTICE: All information contained herein is, and remains
10+
* the property of Adobe and its suppliers, if any. The intellectual
11+
* and technical concepts contained herein are proprietary to Adobe
12+
* and its suppliers and are protected by all applicable intellectual
13+
* property laws, including trade secret and copyright laws.
14+
* Dissemination of this information or reproduction of this material
15+
* is strictly forbidden unless prior written permission is obtained
16+
* from Adobe.
617
*/
718
-->
819
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -31,6 +42,9 @@
3142
<argument name="section" value="RowOnStage"/>
3243
<argument name="index" value="4"/>
3344
</actionGroup>
45+
<actionGroup ref="ScrollToActionGroup" stepKey="scrollToRow4Stage">
46+
<argument name="index" value="1"/>
47+
</actionGroup>
3448
<actionGroup ref="validateVideoBackgroundNotLoaded" stepKey="validateVideoNotPlayingStage1">
3549
<argument name="section" value="RowOnStage"/>
3650
<argument name="index" value="4"/>

0 commit comments

Comments
 (0)