File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 405
405
<argument name =" productSku" type =" string" />
406
406
</arguments >
407
407
408
- <conditionalClick selector =" {{AdminCategoryBasicFieldSection.productsInCategory}}" dependentSelector =" {{CatalogProductsSection.resetFilter}}" visible =" false" stepKey =" clickOnProductInCategory" />
409
- <waitForPageLoad time =" 30" stepKey =" waitForProductsInCategoryOpened" />
410
- <click selector =" {{CatalogProductsSection.resetFilter}}" stepKey =" clickOnResetFilter" />
411
- <waitForPageLoad time =" 30" stepKey =" waitForProductsToLoad" />
412
- <fillField selector =" {{AdminCategoryContentSection.productTableColumnSku}}" userInput =" {{productSku}}" stepKey =" selectProduct" />
413
- <click selector =" {{AdminCategoryContentSection.productSearch}}" stepKey =" clickSearchButton" />
414
- <waitForPageLoad time =" 30" stepKey =" waitForSearch" />
408
+ <conditionalClick selector =" {{AdminCategoryBasicFieldSection.productsInCategory}}" dependentSelector =" {{AdminDataGridHeaderSection.clearFilters}}" visible =" false" stepKey =" clickOnProductInCategory" />
409
+ <click selector =" {{AdminDataGridHeaderSection.clearFilters}}" stepKey =" clickOnResetFilter" />
410
+ <fillField selector =" {{AdminCategoryContentSection.productTableColumnSku}}" userInput =" {{productSku}}" stepKey =" fillSkuFilter" />
411
+ <click selector =" {{AdminDataGridHeaderSection.applyFilters}}" stepKey =" clickSearchButton" />
415
412
<click selector =" {{AdminCategoryContentSection.productTableRow}}" stepKey =" selectProductFromTableRow" />
416
413
</actionGroup >
417
414
</actionGroups >
You can’t perform that action at this time.
0 commit comments