Skip to content

Commit 91de2e6

Browse files
committed
MQE-1256: "Merge" works different for tests and action groups
- Removed duplicated ActionGroup in file, causes a validation error on upcoming MFTF 2.3.7
1 parent 9a9a039 commit 91de2e6

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,6 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="validateBackgroundAttributes">
12-
<arguments>
13-
<argument name="section"/>
14-
<argument name="backgroundColor"/>
15-
<argument name="backgroundImage"/>
16-
<argument name="backgroundPosition" defaultValue="PageBuilderBackgroundPosition_Default"/>
17-
<argument name="backgroundSize" defaultValue="PageBuilderBackgroundSize_Default"/>
18-
<argument name="backgroundRepeat" defaultValue="PageBuilderBackgroundRepeat_Default"/>
19-
<argument name="backgroundAttachment" defaultValue="PageBuilderBackgroundAttachment_Default"/>
20-
<argument name="index" defaultValue="1" type="string"/>
21-
</arguments>
22-
<waitForElementVisible selector="{{section.base(index)}}" stepKey="waitForBaseElement"/>
23-
<waitForElementVisible selector="{{section.backgroundColor(index, backgroundColor.rgb)}}" stepKey="waitForBackgroundColor"/>
24-
<waitForElementVisible selector="{{section.backgroundImage(index, backgroundImage.fileName)}}" stepKey="waitForBackgroundImage"/>
25-
<waitForElementVisible selector="{{section.backgroundPosition(index, backgroundPosition.styleValue)}}" stepKey="waitForBackgroundPosition"/>
26-
<waitForElementVisible selector="{{section.backgroundSize(index, backgroundSize.value)}}" stepKey="waitForBackgroundSize"/>
27-
<waitForElementVisible selector="{{section.backgroundRepeat(index, backgroundRepeat.styleValue)}}" stepKey="waitForBackgroundRepeat"/>
28-
<waitForElementVisible selector="{{section.backgroundAttachment(index, backgroundAttachment.value)}}" stepKey="waitForBackgroundAttachment"/>
29-
</actionGroup>
3011
<actionGroup name="validateBackgroundAttributesWithNoImageOrColor">
3112
<arguments>
3213
<argument name="section"/>

0 commit comments

Comments
 (0)