File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
</arguments >
19
19
20
20
<amOnPage url =" {{AdminCategoryPage.page}}" stepKey =" amOnCategoryPage" />
21
- <waitForPageLoad stepKey =" waitForPageLoad1 " />
21
+ <waitForPageLoad stepKey =" waitForCategoryPageToLoad " />
22
22
<click selector =" {{AdminCategorySidebarTreeSection.categoryInTree(CatName)}}" stepKey =" navigateToCreatedCategory" />
23
- <waitForPageLoad stepKey =" waitForPageLoad2 " />
24
- <waitForLoadingMaskToDisappear stepKey =" waitForSpinner " />
25
- <scrollToTopOfPage stepKey =" scrollToToggle " />
23
+ <waitForPageLoad stepKey =" waitForCreatedCategoryPageLoad " />
24
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskSpinner " />
25
+ <scrollToTopOfPage stepKey =" scrollToTopOfToggle " />
26
26
<click selector =" {{AdminCategoryMainActionsSection.CategoryStoreViewDropdownToggle}}" stepKey =" openStoreViewDropDown" />
27
27
<click selector =" {{AdminCategoryMainActionsSection.CategoryStoreViewOption(Store)}}" stepKey =" selectStoreView" />
28
- <waitForPageLoad stepKey =" waitForPageLoad3 " />
29
- <waitForLoadingMaskToDisappear stepKey =" waitForSpinner2 " />
28
+ <waitForPageLoad stepKey =" waitForSelectStoreViewLoad " />
29
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskSpinnerAgain " />
30
30
<click selector =" {{AdminCategoryMainActionsSection.CategoryStoreViewModalAccept}}" stepKey =" selectStoreViewAccept" />
31
31
<waitForPageLoad stepKey =" waitForStoreViewChangeLoad" />
32
32
</actionGroup >
You can’t perform that action at this time.
0 commit comments