|
114 | 114 | <!-- Validate Stage -->
|
115 | 115 | <comment userInput="Validate Stage" stepKey="commentValidateStage"/>
|
116 | 116 | <seeNumberOfElements selector="{{RowOnStage.allRows}}" userInput="2" stepKey="see2RowsStage"/>
|
117 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorRowStage"> |
| 117 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorRowStage"> |
118 | 118 | <argument name="selector" value="{{RowOnStage.backgroundPath('2')}}"/>
|
119 | 119 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Hex_Grey.rgb}}"/>
|
120 | 120 | <argument name="cssProperty" value="backgroundColor"/>
|
121 | 121 | </actionGroup>
|
122 | 122 | <seeNumberOfElements selector="{{ColumnOnBackend.allColumns}}" userInput="2" stepKey="see2ColumnsStage"/>
|
123 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorColumnStage"> |
| 123 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorColumnStage"> |
124 | 124 | <argument name="selector" value="{{ColumnOnBackend.backgroundPath('2')}}"/>
|
125 | 125 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Hex_White.rgb}}"/>
|
126 | 126 | <argument name="cssProperty" value="backgroundColor"/>
|
127 | 127 | </actionGroup>
|
128 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorSlide2Stage"> |
| 128 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorSlide2Stage"> |
129 | 129 | <argument name="selector" value="{{SlideOnBackend.backgroundPath('2')}}"/>
|
130 | 130 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_RGB_Blue.rgb}}"/>
|
131 | 131 | <argument name="cssProperty" value="backgroundColor"/>
|
132 | 132 | </actionGroup>
|
133 | 133 | <actionGroup ref="switchSlide" stepKey="switchSlideStage">
|
134 | 134 | <argument name="slideIndex" value="1"/>
|
135 | 135 | </actionGroup>
|
136 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorSlide1Stage"> |
| 136 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorSlide1Stage"> |
137 | 137 | <argument name="selector" value="{{SlideOnBackend.backgroundPath('1')}}"/>
|
138 | 138 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Plaintext_Green.rgb}}"/>
|
139 | 139 | <argument name="cssProperty" value="backgroundColor"/>
|
|
148 | 148 | <!-- Validate Stage After Save -->
|
149 | 149 | <comment userInput="Validate Stage After Save" stepKey="commentValidateStageAfterSave"/>
|
150 | 150 | <seeNumberOfElements selector="{{RowOnStage.allRows}}" userInput="2" stepKey="see2RowsStageAfterSave"/>
|
151 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorRowStageAfterSave"> |
| 151 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorRowStageAfterSave"> |
152 | 152 | <argument name="selector" value="{{RowOnStage.backgroundPath('2')}}"/>
|
153 | 153 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Hex_Grey.rgb}}"/>
|
154 | 154 | <argument name="cssProperty" value="backgroundColor"/>
|
155 | 155 | </actionGroup>
|
156 | 156 | <seeNumberOfElements selector="{{ColumnOnBackend.allColumns}}" userInput="2" stepKey="see2ColumnsStageAfterSave"/>
|
157 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorColumnStageAfterSave"> |
| 157 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorColumnStageAfterSave"> |
158 | 158 | <argument name="selector" value="{{ColumnOnBackend.backgroundPath('2')}}"/>
|
159 | 159 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Hex_White.rgb}}"/>
|
160 | 160 | <argument name="cssProperty" value="backgroundColor"/>
|
161 | 161 | </actionGroup>
|
162 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorSlide1StageAfterSave"> |
| 162 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorSlide1StageAfterSave"> |
163 | 163 | <argument name="selector" value="{{SlideOnBackend.backgroundPath('1')}}"/>
|
164 | 164 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Plaintext_Green.rgb}}"/>
|
165 | 165 | <argument name="cssProperty" value="backgroundColor"/>
|
166 | 166 | </actionGroup>
|
167 | 167 | <actionGroup ref="switchSlide" stepKey="switchSlideStageAfterSave">
|
168 | 168 | <argument name="slideIndex" value="2"/>
|
169 | 169 | </actionGroup>
|
170 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorSlide2StageAfterSave"> |
| 170 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorSlide2StageAfterSave"> |
171 | 171 | <argument name="selector" value="{{SlideOnBackend.backgroundPath('2')}}"/>
|
172 | 172 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_RGB_Blue.rgb}}"/>
|
173 | 173 | <argument name="cssProperty" value="backgroundColor"/>
|
|
179 | 179 | </actionGroup>
|
180 | 180 | <scrollTo selector="{{StorefrontProductInfoMainSection.productDescription}}" stepKey="scrollToProductDescription"/>
|
181 | 181 | <seeNumberOfElements selector="{{RowOnStorefront.allRows}}" userInput="2" stepKey="see2RowsStorefront"/>
|
182 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorRowStorefront"> |
| 182 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorRowStorefront"> |
183 | 183 | <argument name="selector" value="{{RowOnStorefront.backgroundPath('2')}}"/>
|
184 | 184 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Hex_Grey.rgb}}"/>
|
185 | 185 | <argument name="cssProperty" value="backgroundColor"/>
|
186 | 186 | </actionGroup>
|
187 | 187 | <seeNumberOfElements selector="{{ColumnOnFrontend.allColumns}}" userInput="2" stepKey="see2ColumnsStorefront"/>
|
188 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorColumnStorefront"> |
| 188 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorColumnStorefront"> |
189 | 189 | <argument name="selector" value="{{ColumnOnFrontend.backgroundPath('2')}}"/>
|
190 | 190 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Hex_White.rgb}}"/>
|
191 | 191 | <argument name="cssProperty" value="backgroundColor"/>
|
192 | 192 | </actionGroup>
|
193 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorSlide1Storefront"> |
| 193 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorSlide1Storefront"> |
194 | 194 | <argument name="selector" value="{{SlideOnFrontend.backgroundPath('1')}}"/>
|
195 | 195 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_Plaintext_Green.rgb}}"/>
|
196 | 196 | <argument name="cssProperty" value="backgroundColor"/>
|
|
200 | 200 | <argument name="slideSection" value="SlideOnFrontend"/>
|
201 | 201 | <argument name="slideIndex" value="2"/>
|
202 | 202 | </actionGroup>
|
203 |
| - <actionGroup ref="ValidateContentTypeStylesActionGroup" stepKey="seeBackgroundColorSlide2Storefront"> |
| 203 | + <actionGroup ref="ValidateContentTypesStyleEqualsExpectedStyleActionGroup" stepKey="seeBackgroundColorSlide2Storefront"> |
204 | 204 | <argument name="selector" value="{{SlideOnFrontend.backgroundPath('2')}}"/>
|
205 | 205 | <argument name="expectedProperty" value="{{PageBuilderBackgroundColor_RGB_Blue.rgb}}"/>
|
206 | 206 | <argument name="cssProperty" value="backgroundColor"/>
|
|
0 commit comments