|
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="ProductsValidateAdvancedConfigurationDefaultValuesTest">
|
11 | 10 | <annotations>
|
12 | 11 | <features value="PageBuilder"/>
|
13 | 12 | <stories value="Products"/>
|
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 Product List."/> |
| 13 | + <title value="Validate Advanced Configuration Default Values for Product (List)"/> |
| 14 | + <description value="Validates the default values for every attribute in the Advanced form and on Stage for Product List."/> |
16 | 15 | <severity value="BLOCKER"/>
|
17 | 16 | <useCaseId value="MAGETWO-71425"/>
|
18 | 17 | <testCaseId value="MC-2500"/>
|
|
77 | 76 | <comment userInput="removing step" stepKey="getCssClasses"/>
|
78 | 77 | <comment userInput="removing step" stepKey="assertCssClasses"/>
|
79 | 78 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins">
|
80 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 79 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 80 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
81 | 81 | </actionGroup>
|
82 | 82 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding">
|
83 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 83 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 84 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
84 | 85 | </actionGroup>
|
85 | 86 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
86 | 87 | <!-- Validate Stage -->
|
|
126 | 127 | <comment userInput="removing step" stepKey="getCssClasses2"/>
|
127 | 128 | <comment userInput="removing step" stepKey="assertCssClasses2"/>
|
128 | 129 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins2">
|
129 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 130 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 131 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
130 | 132 | </actionGroup>
|
131 | 133 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding2">
|
132 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 134 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 135 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
133 | 136 | </actionGroup>
|
134 | 137 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
135 | 138 | <argument name="contentType" value="PageBuilderProductsContentType"/>
|
|
0 commit comments