File tree Expand file tree Collapse file tree 3 files changed +45
-12
lines changed
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/BackgroundConfigurationActionGroup Expand file tree Collapse file tree 3 files changed +45
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
6
- */
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.
17
+ */
7
18
-->
8
19
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
20
xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
19
30
<waitForPageLoad stepKey =" waitForPageLoad" />
20
31
<wait time =" 5" stepKey =" waitToPreventVideoFlakiness" />
21
32
<waitForElementVisible selector =" {{section.videoBackgroundVideoElement(index)}}" stepKey =" waitForVideoVisible" />
22
- <waitForElement selector = " {{section.videoBackgroundVideoUrl(index, videoUrl.renderedValue) }}" stepKey =" waitForVideoUrl" />
33
+ <comment userInput = " BIC Change for PB Video: {{ videoUrl.renderedValue}}" stepKey =" waitForVideoUrl" />
23
34
<grabAttributeFrom selector =" {{section.videoBackgroundVideoElement(index)}}" userInput =" style" stepKey =" videoStyle" />
24
35
<assertStringContainsString stepKey =" assertVideoPlaying" >
25
36
<expectedResult type =" string" >transform: translate3d(</expectedResult >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
6
- */
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.
17
+ */
7
18
-->
8
19
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
20
xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
32
43
</assertEquals >
33
44
<wait time =" 5" stepKey =" waitToPreventVideoFlakiness" />
34
45
<waitForElementVisible selector =" {{section.videoBackgroundVideoElement(index)}}" stepKey =" waitForVideoVisible" />
35
- <waitForElement selector = " {{section.videoBackgroundVideoUrl(index, videoUrl.renderedValue) }}" stepKey =" waitForVideoUrl" />
46
+ <comment userInput = " BIC Change for PB Video: {{ videoUrl.renderedValue}}" stepKey =" waitForVideoUrl" />
36
47
<grabAttributeFrom selector =" {{section.videoBackgroundJarallaxContainer(index)}}" userInput =" style" stepKey =" jarallaxStyle" />
37
48
<assertStringContainsString stepKey =" assertHeight" >
38
49
<expectedResult type =" string" >height: 100%;</expectedResult >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
6
- */
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.
17
+ */
7
18
-->
8
19
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
20
xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
30
41
<wait time =" 5" stepKey =" waitToPreventVideoFlakiness" />
31
42
<scrollToTopOfPage stepKey =" scrollToTopToAvoidFlakiness" />
32
43
<waitForElement selector =" {{section.videoBackgroundVideoElement(index)}}" stepKey =" waitForVideoVisible" />
33
- <waitForElement selector = " {{section.videoBackgroundVideoUrl(index, videoUrl.renderedValue) }}" stepKey =" waitForVideoUrl" />
44
+ <comment userInput = " BIC Change for PB Video: {{ videoUrl.renderedValue}}" stepKey =" waitForVideoUrl" />
34
45
<grabAttributeFrom selector =" {{section.videoBackgroundJarallaxContainer(index)}}" userInput =" style" stepKey =" jarallaxStyle" />
35
46
<assertStringContainsString stepKey =" assertHeight" >
36
47
<expectedResult type =" string" >height: 100%;</expectedResult >
You can’t perform that action at this time.
0 commit comments