|
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="TextValidateAdvancedConfigurationDefaultValuesTest">
|
11 | 10 | <annotations>
|
12 | 11 | <features value="PageBuilder"/>
|
|
43 | 42 | <actionGroup ref="addTextToTinyMCE" stepKey="enterText">
|
44 | 43 | <argument name="property" value="PageBuilderTextProperty"/>
|
45 | 44 | </actionGroup>
|
| 45 | + |
46 | 46 | <!-- Validate Edit Panel -->
|
47 | 47 | <comment userInput="Validate Edit Panel" stepKey="commentValidateEditPanel"/>
|
48 | 48 | <actionGroup ref="seeOptionIsSelectedSlideOutProperty" stepKey="validateAlignment">
|
|
66 | 66 | <actualResult type="variable">getCssClasses</actualResult>
|
67 | 67 | </assertEmpty>
|
68 | 68 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins">
|
69 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 69 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 70 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
70 | 71 | </actionGroup>
|
71 | 72 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding">
|
72 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 73 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 74 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
73 | 75 | </actionGroup>
|
74 | 76 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
| 77 | + |
75 | 78 | <!-- Validate Stage -->
|
76 | 79 | <comment userInput="Validate Stage" stepKey="commentValidateStage"/>
|
77 | 80 | <actionGroup ref="ValidateAdvancedConfigurationWithNoAlignmentActionGroup" stepKey="validateStage">
|
|
81 | 84 | <actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen"/>
|
82 | 85 | <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage"/>
|
83 | 86 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
| 87 | + |
84 | 88 | <!-- Validate Stage After Save -->
|
85 | 89 | <comment userInput="Validate Stage After Save" stepKey="commentValidateStage2"/>
|
86 | 90 | <actionGroup ref="ValidateAdvancedConfigurationWithNoAlignmentActionGroup" stepKey="validateStage2">
|
|
90 | 94 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage2">
|
91 | 95 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
92 | 96 | </actionGroup>
|
| 97 | + |
93 | 98 | <!-- Validate Edit Panel After Save -->
|
94 | 99 | <comment userInput="Validate Edit Panel After Save" stepKey="commentValidateEditPanel2"/>
|
95 | 100 | <actionGroup ref="seeOptionIsSelectedSlideOutProperty" stepKey="validateAlignment2">
|
|
113 | 118 | <actualResult type="variable">getCssClasses2</actualResult>
|
114 | 119 | </assertEmpty>
|
115 | 120 | <actionGroup ref="seeInMarginFieldsSlideOutPanel" stepKey="validateMargins2">
|
116 |
| - <argument name="property" value="PageBuilderMarginsPropertyDefault"/> |
| 121 | + <!-- @todo: Update `PageBuilderMarginsPropertyDefault` with (Default) Empty Values --> |
| 122 | + <argument name="property" value="PageBuilderMarginsProperty_Empty"/> |
117 | 123 | </actionGroup>
|
118 | 124 | <actionGroup ref="seeInPaddingFieldsSlideOutPanel" stepKey="validatePadding2">
|
119 |
| - <argument name="property" value="PageBuilderPaddingPropertyDefault"/> |
| 125 | + <!-- @todo: Update `PageBuilderPaddingPropertyDefault` with (Default) Empty Values --> |
| 126 | + <argument name="property" value="PageBuilderPaddingProperty_Empty"/> |
120 | 127 | </actionGroup>
|
121 | 128 | <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
|
122 | 129 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
123 | 130 | </actionGroup>
|
| 131 | + |
124 | 132 | <!-- Validate Storefront -->
|
125 | 133 | <comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/>
|
126 | 134 | <actionGroup ref="ValidateAdvancedConfigurationWithNoAlignmentActionGroup" stepKey="validateStorefront">
|
|
0 commit comments