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 20
20
<waitForPageLoad stepKey =" waitForCatalogSubmenu" time =" 5" />
21
21
<click stepKey =" clickOnProducts" selector =" {{CatalogSubmenuSection.products}}" />
22
22
<waitForPageLoad stepKey =" waitForProductsPage" time =" 10" />
23
+ <conditionalClick selector =" {{AdminDataGridHeaderSection.clearFilters}}" dependentSelector =" {{AdminDataGridHeaderSection.clearFilters}}" visible =" true" stepKey =" clickClearFilters" />
23
24
<click stepKey =" TickCheckbox" selector =" {{ProductsPageSection.checkboxForProduct(productName)}}" />
24
25
<click stepKey =" OpenActions" selector =" {{ProductsPageSection.actions}}" />
25
26
<waitForAjaxLoad stepKey =" waitForDelete" time =" 5" />
Original file line number Diff line number Diff line change 56
56
<click selector =" {{CmsNewPagePageActionsSection.saveAndClose}}" stepKey =" clickSaveAndClose" />
57
57
<waitForPageLoad stepKey =" waitForCmsList2" />
58
58
<see userInput =" You saved the page." stepKey =" seeSuccessMessage" />
59
+ <conditionalClick selector =" {{AdminDataGridHeaderSection.clearFilters}}" dependentSelector =" {{AdminDataGridHeaderSection.clearFilters}}" visible =" true" stepKey =" clearGridFilters" />
59
60
<!-- Verify CMS page on storefront -->
60
61
<waitForElementVisible selector =" {{CmsPagesPageActionsSection.select(_newDefaultCmsPage.title)}}" stepKey =" waitForCMSPageListItem" />
61
62
<click selector =" {{CmsPagesPageActionsSection.select(_newDefaultCmsPage.title)}}" stepKey =" clickSelect" />
You can’t perform that action at this time.
0 commit comments