|
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="BlockValidateAdvancedConfigurationDefaultValuesTest">
|
11 | 10 | <annotations>
|
12 | 11 | <features value="PageBuilder"/>
|
13 | 12 | <stories value="Block"/>
|
14 |
| - <title value="Validate Advanced Configuration Default Values"/> |
15 |
| - <description value="Validate the default values for every attribute in the Advanced Configuration form and on Stage for Block."/> |
| 13 | + <title value="Validate Advanced Configuration Default Values for Block"/> |
| 14 | + <description value="Validates the default values for every attribute in the Advanced form and on Stage for Block."/> |
16 | 15 | <severity value="BLOCKER"/>
|
17 | 16 | <useCaseId value="MAGETWO-83415"/>
|
18 | 17 | <testCaseId value="MC-2820"/>
|
|
67 | 66 | <actualResult type="variable">getCssClasses</actualResult>
|
68 | 67 | </assertEmpty>
|
69 | 68 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins">
|
70 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 69 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 70 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
71 | 71 | </actionGroup>
|
72 | 72 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding">
|
73 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 73 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 74 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
74 | 75 | </actionGroup>
|
75 | 76 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
76 | 77 | <!-- Validate Stage -->
|
|
114 | 115 | <actualResult type="variable">getCssClasses2</actualResult>
|
115 | 116 | </assertEmpty>
|
116 | 117 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins2">
|
117 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 118 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 119 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
118 | 120 | </actionGroup>
|
119 | 121 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding2">
|
120 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 122 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 123 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
121 | 124 | </actionGroup>
|
122 | 125 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
123 | 126 | <argument name="contentType" value="PageBuilderBlockContentType"/>
|
|
0 commit comments