File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2020 <waitForPageLoad stepKey =" waitForCatalogSubmenu" time =" 5" />
2121 <click stepKey =" clickOnProducts" selector =" {{CatalogSubmenuSection.products}}" />
2222 <waitForPageLoad stepKey =" waitForProductsPage" time =" 10" />
23+ <conditionalClick selector =" {{AdminDataGridHeaderSection.clearFilters}}" dependentSelector =" {{AdminDataGridHeaderSection.clearFilters}}" visible =" true" stepKey =" clickClearFilters" />
2324 <click stepKey =" TickCheckbox" selector =" {{ProductsPageSection.checkboxForProduct(productName)}}" />
2425 <click stepKey =" OpenActions" selector =" {{ProductsPageSection.actions}}" />
2526 <waitForAjaxLoad stepKey =" waitForDelete" time =" 5" />
Original file line number Diff line number Diff line change 5656 <click selector =" {{CmsNewPagePageActionsSection.saveAndClose}}" stepKey =" clickSaveAndClose" />
5757 <waitForPageLoad stepKey =" waitForCmsList2" />
5858 <see userInput =" You saved the page." stepKey =" seeSuccessMessage" />
59+ <conditionalClick selector =" {{AdminDataGridHeaderSection.clearFilters}}" dependentSelector =" {{AdminDataGridHeaderSection.clearFilters}}" visible =" true" stepKey =" clearGridFilters" />
5960 <!-- Verify CMS page on storefront -->
6061 <waitForElementVisible selector =" {{CmsPagesPageActionsSection.select(_newDefaultCmsPage.title)}}" stepKey =" waitForCMSPageListItem" />
6162 <click selector =" {{CmsPagesPageActionsSection.select(_newDefaultCmsPage.title)}}" stepKey =" clickSelect" />
You can’t perform that action at this time.
0 commit comments