|
8 | 8 |
|
9 | 9 | <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10 | 10 | 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> |
30 | 11 | <actionGroup name="validateBackgroundAttributesWithNoImageOrColor">
|
31 | 12 | <arguments>
|
32 | 13 | <argument name="section"/>
|
|
0 commit comments