Skip to content

Commit 8529cda

Browse files
committed
changes the stepkey statements
1 parent beed199 commit 8529cda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/SwitchCategoryWebSiteStoreViewActionGroup.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
</arguments>
1919

2020
<amOnPage url="{{AdminCategoryPage.page}}" stepKey="amOnCategoryPage"/>
21-
<waitForPageLoad stepKey="waitForPageLoad1"/>
21+
<waitForPageLoad stepKey="waitForCategoryPageToLoad"/>
2222
<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"/>
2626
<click selector="{{AdminCategoryMainActionsSection.CategoryStoreViewDropdownToggle}}" stepKey="openStoreViewDropDown"/>
2727
<click selector="{{AdminCategoryMainActionsSection.CategoryStoreViewOption(Store)}}" stepKey="selectStoreView"/>
28-
<waitForPageLoad stepKey="waitForPageLoad3"/>
29-
<waitForLoadingMaskToDisappear stepKey="waitForSpinner2"/>
28+
<waitForPageLoad stepKey="waitForSelectStoreViewLoad"/>
29+
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskSpinnerAgain"/>
3030
<click selector="{{AdminCategoryMainActionsSection.CategoryStoreViewModalAccept}}" stepKey="selectStoreViewAccept"/>
3131
<waitForPageLoad stepKey="waitForStoreViewChangeLoad"/>
3232
</actionGroup>

0 commit comments

Comments
 (0)