File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CatalogWidget/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 53
53
</actionGroup >
54
54
55
55
<!-- Go to Catalog > Categories (choose category where created products)-->
56
- <actionGroup ref =" AdminOpenCategoryPageActionGroup" stepKey =" onCategoryIndexPage" />
56
+ <amOnPage url =" {{AdminCategoryPage.url}}" stepKey =" onCategoryIndexPage" />
57
+ <waitForPageLoad stepKey =" waitForCategoryPageLoadAddProducts" after =" onCategoryIndexPage" />
57
58
<click selector =" {{AdminCategorySidebarTreeSection.expandAll}}" stepKey =" clickExpandAll" after =" waitForCategoryPageLoadAddProducts" />
58
59
<click selector =" {{AdminCategorySidebarTreeSection.categoryInTree(SimpleSubCategory.name)}}" stepKey =" clickCategoryLink" />
59
60
<waitForPageLoad stepKey =" waitForCategoryPageLoad" />
You can’t perform that action at this time.
0 commit comments