|
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="RowValidateAdvancedConfigurationDefaultValuesTest">
|
11 | 10 | <annotations>
|
12 | 11 | <features value="PageBuilder"/>
|
13 | 12 | <stories value="Row"/>
|
14 |
| - <title value="Validate Advanced Configuration Default Values"/> |
| 13 | + <title value="Row - Validate Advanced Configuration Default Values"/> |
15 | 14 | <description value="Validate the default values for every attribute in the Advanced Configuration form and on Stage for Row."/>
|
16 | 15 | <severity value="BLOCKER"/>
|
17 | 16 | <useCaseId value="MAGETWO-83415"/>
|
|
67 | 66 | <argument name="property" value="PageBuilderPaddingProperty_Empty"/>
|
68 | 67 | </actionGroup>
|
69 | 68 | <actionGroup ref="saveEditPanelSettings" stepKey="closeEditPanelSettings"/>
|
| 69 | + |
70 | 70 | <!-- Validate Stage -->
|
71 | 71 | <comment userInput="Validate Stage" stepKey="commentValidateStage"/>
|
72 | 72 | <actionGroup ref="ValidateAdvancedConfigurationWithBorderColorActionGroup" stepKey="validateStage">
|
|
81 | 81 | </actionGroup>
|
82 | 82 | <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="validateMarginStage">
|
83 | 83 | <argument name="selector" value="{{RowOnStage.affordance('1')}}"/>
|
84 |
| - <argument name="expectedProperty" value="{{PageBuilderMarginsPropertyRowStage.value}}"/> |
| 84 | + <argument name="expectedProperty" value="{{PageBuilderMarginsPropertyRowDefault.value}}"/> |
85 | 85 | <argument name="cssProperty" value="margin"/>
|
86 | 86 | </actionGroup>
|
87 | 87 | <actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen"/>
|
88 | 88 | <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage"/>
|
89 | 89 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
| 90 | + |
90 | 91 | <!-- Validate Stage After Save -->
|
91 | 92 | <comment userInput="Validate Stage After Save" stepKey="commentValidateStage2"/>
|
92 | 93 | <actionGroup ref="ValidateAdvancedConfigurationWithBorderColorActionGroup" stepKey="validateStage2">
|
|
101 | 102 | </actionGroup>
|
102 | 103 | <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="validateMarginStageAfterSave">
|
103 | 104 | <argument name="selector" value="{{RowOnStage.affordance('1')}}"/>
|
104 |
| - <argument name="expectedProperty" value="{{PageBuilderMarginsPropertyRowStage.value}}"/> |
| 105 | + <argument name="expectedProperty" value="{{PageBuilderMarginsPropertyRowDefault.value}}"/> |
105 | 106 | <argument name="cssProperty" value="margin"/>
|
106 | 107 | </actionGroup>
|
107 | 108 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage2">
|
108 | 109 | <argument name="contentType" value="PageBuilderRowContentType"/>
|
109 | 110 | </actionGroup>
|
| 111 | + |
110 | 112 | <!-- Validate Edit Panel After Save -->
|
111 | 113 | <comment userInput="Validate Edit Panel After Save" stepKey="commentValidateEditPanel2"/>
|
112 | 114 | <actionGroup ref="seeOptionIsSelectedSlideOutProperty" stepKey="validateAlignment2">
|
|
138 | 140 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
139 | 141 | <argument name="contentType" value="PageBuilderRowContentType"/>
|
140 | 142 | </actionGroup>
|
| 143 | + |
141 | 144 | <!-- Validate Storefront -->
|
142 | 145 | <comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/>
|
143 | 146 | <actionGroup ref="ValidateAdvancedConfigurationWithNoAlignmentActionGroup" stepKey="validateStorefront">
|
|
0 commit comments