|
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="VideoValidateAdvancedConfigurationDefaultValuesTest">
|
11 | 10 | <annotations>
|
12 | 11 | <features value="PageBuilder"/>
|
|
65 | 64 | <actualResult type="variable">getCssClasses</actualResult>
|
66 | 65 | </assertEmpty>
|
67 | 66 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins">
|
68 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 67 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 68 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
69 | 69 | </actionGroup>
|
70 | 70 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding">
|
71 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 71 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 72 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
72 | 73 | </actionGroup>
|
73 | 74 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
74 | 75 | <!-- Validate Stage -->
|
|
112 | 113 | <actualResult type="variable">getCssClasses2</actualResult>
|
113 | 114 | </assertEmpty>
|
114 | 115 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins2">
|
115 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 116 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 117 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
116 | 118 | </actionGroup>
|
117 | 119 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding2">
|
118 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 120 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 121 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
119 | 122 | </actionGroup>
|
120 | 123 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
121 | 124 | <argument name="contentType" value="PageBuilderVideoContentType"/>
|
|
0 commit comments