|
5 | 5 | * See COPYING.txt for license details.
|
6 | 6 | */
|
7 | 7 | -->
|
8 |
| -<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
9 |
| - xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
| 8 | +<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
10 | 9 | <test name="ImageValidateAdvancedConfigurationDefaultValuesTest">
|
11 | 10 | <annotations>
|
12 | 11 | <features value="PageBuilder"/>
|
|
72 | 71 | <actualResult type="variable">getCssClasses</actualResult>
|
73 | 72 | </assertEmpty>
|
74 | 73 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins">
|
75 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 74 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 75 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
76 | 76 | </actionGroup>
|
77 | 77 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding">
|
78 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 78 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 79 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
79 | 80 | </actionGroup>
|
80 | 81 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
81 | 82 | <!-- Validate Stage -->
|
|
119 | 120 | <actualResult type="variable">getCssClasses2</actualResult>
|
120 | 121 | </assertEmpty>
|
121 | 122 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins2">
|
122 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 123 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 124 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
123 | 125 | </actionGroup>
|
124 | 126 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding2">
|
125 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 127 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 128 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
126 | 129 | </actionGroup>
|
127 | 130 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
128 | 131 | <argument name="contentType" value="PageBuilderImageContentType"/>
|
|
0 commit comments