File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1919 <group value =" Catalog" />
2020 </annotations >
2121
22- <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
22+ <before >
23+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
24+ </before >
2325
2426 <actionGroup ref =" AdminOpenCategoryPageActionGroup" stepKey =" amOnAdminCategoryPage" />
2527 <scrollToTopOfPage stepKey =" scrollToTopOfPage1" />
8183 <actionGroup ref =" StorefrontNavigateToCategoryUrlActionGroup" stepKey =" goToCategoryStorefrontPage1" >
8284 <argument name =" categoryUrl" value =" {{SubCategory.urlKey}}" />
8385 </actionGroup >
84- <see userInput =" {{NewCategory .name}}" selector =" {{StorefrontCategoryMainSection.CategoryTitle}}" stepKey =" assertCategoryNewHtmlOnStorefront" />
86+ <see userInput =" {{SubCategory .name}}" selector =" {{StorefrontCategoryMainSection.CategoryTitle}}" stepKey =" assertCategoryNewHtmlOnStorefront" />
8587
8688 <!-- Check on storefront that category was created, Its URL path is '.../cat1/new.html'-->
8789 <amOnPage url =" /{{FirstLevelSubCat.name}}/{{SubCategory.name}}.html" stepKey =" goToConfigProductPage1" />
9395
9496 <after >
9597 <actionGroup ref =" AdminOpenCategoryPageActionGroup" stepKey =" goToCategoryPage1" />
96- <wait stepKey =" k3" time =" 100" />
9798 <click selector =" {{AdminCategorySidebarTreeSection.categoryInTree(SecondLevelSubCat.name)}}" stepKey =" clickCategoryLink" />
9899 <click selector =" {{AdminCategoryMainActionsSection.DeleteButton}}" stepKey =" clickDelete" />
99100 <waitForElementVisible selector =" {{AdminCategoryModalSection.message}}" stepKey =" waitForConfirmationModal" />
129130
130131 </test >
131132</tests >
133+
You can’t perform that action at this time.
0 commit comments