File tree 1 file changed +0
-12
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 29
29
<waitForElementNotVisible selector =" {{AdminProductGridSection.loadingMask}}" stepKey =" waitForFilteredGridLoad" time =" 30" />
30
30
</actionGroup >
31
31
32
- <!-- Filter the product grid by the SKU string -->
33
- <actionGroup name =" filterProductGridBySku2" >
34
- <arguments >
35
- <argument name =" sku" type =" string" />
36
- </arguments >
37
- <conditionalClick selector =" {{AdminProductGridFilterSection.clearFilters}}" dependentSelector =" {{AdminProductGridFilterSection.clearFilters}}" visible =" true" stepKey =" clickClearFilters" />
38
- <click selector =" {{AdminProductGridFilterSection.filters}}" stepKey =" openProductFilters" />
39
- <fillField selector =" {{AdminProductGridFilterSection.skuFilter}}" userInput =" {{sku}}" stepKey =" fillProductSkuFilter" />
40
- <click selector =" {{AdminProductGridFilterSection.applyFilters}}" stepKey =" clickApplyFilters" />
41
- <waitForLoadingMaskToDisappear stepKey =" waitForFilteredGridLoad" />
42
- </actionGroup >
43
-
44
32
<!-- Delete a product by filtering grid and using delete action-->
45
33
<actionGroup name =" deleteProductUsingProductGrid" >
46
34
<arguments >
You can’t perform that action at this time.
0 commit comments