File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 175
175
<actionGroup ref =" AdminChangeCategoryNameOnStoreViewLevelActionGroup" stepKey =" changeCategory1NameForEnStoreView" >
176
176
<argument name =" categoryName" value =" Категория А" />
177
177
</actionGroup >
178
- <!-- Add category A description-->
178
+ <!-- Update category A description-->
179
179
<actionGroup ref =" AdminUpdateCategoryDescriptionAtStoreViewLevelActionGroup" stepKey =" addCategoryDescriptionC1" >
180
180
<argument name =" description" value =" Другое описание категории А" />
181
181
</actionGroup >
182
+ <!-- Update category A image -->
182
183
<actionGroup ref =" AdminChangeCategoryImageOnStoreviewActionGroup" stepKey =" addPlaceholderSmallImage" >
183
184
<argument name =" image" value =" ImageUpload_1" />
184
185
</actionGroup >
185
- <!-- Add category A url key-->
186
+ <!-- Update category A url key-->
186
187
<actionGroup ref =" ChangeSeoUrlKeyForSubCategoryActionGroup" stepKey =" changeSeoUrlKeyENStoreView" >
187
188
<argument name =" value" value =" kategoriya-A" />
188
189
</actionGroup >
207
208
<waitForText selector =" {{StorefrontCategoryMainSection.CategoryTitle}}" userInput =" Категория А" stepKey =" seeTitleOnCategoryAPage" />
208
209
<waitForText userInput =" Другое описание категории А" selector =" {{StorefrontCategoryMainSection.CatalogDescriptionWithoutPTag}}" stepKey =" assertCatalogDescriptionA2" />
209
210
<waitForElement selector =" {{StorefrontCategoryHeadSection.pageTitle('Категория А')}}" stepKey =" assertCatalogMetaTitleA2" />
211
+ <waitForElementVisible selector =" {{StorefrontCategoryMainSection.imageSource(ImageUpload_1.fileName)}}" stepKey =" assertCatalogImageA2" />
210
212
<!-- Verify Updated URLKey is present-->
211
213
<actionGroup ref =" StorefrontAssertProperUrlIsShownActionGroup" stepKey =" seeUpdatedUrlkey" >
212
214
<argument name =" urlPath" value =" kategoriya-a.html" />
You can’t perform that action at this time.
0 commit comments