File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
22
<!-- Login as admin -->
23
23
<actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
24
24
25
- <!-- remove the Filter From the page-->
26
- <actionGroup ref =" ClearFiltersAdminProductGridActionGroup" stepKey =" clearFilterFromProductIndex" />
27
-
28
25
<!-- Create Category-->
29
26
<createData entity =" SimpleSubCategory" stepKey =" createCategory" />
30
27
36
33
<actionGroup ref =" DeleteProductAttributeActionGroup" stepKey =" deleteCreatedAttribute" >
37
34
<argument name =" ProductAttribute" value =" newProductAttribute" />
38
35
</actionGroup >
39
-
36
+ <actionGroup ref =" AdminOpenProductIndexPageActionGroup" stepKey =" navigateToProductListing" />
37
+ <actionGroup ref =" ResetProductGridToDefaultViewActionGroup" stepKey =" resetGridToDefaultKeywordSearch" />
40
38
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
41
39
</after >
42
40
109
107
<wait stepKey =" waitPostClickingCheck" time =" 5" />
110
108
<actionGroup ref =" ToggleAdminProductGridColumnsDropdownActionGroup" stepKey =" closeColumnsDropdown" />
111
109
110
+ <actionGroup ref =" FilterProductGridBySkuActionGroup" stepKey =" filterProduct" >
111
+ <argument name =" product" value =" SimpleProduct" />
112
+ </actionGroup >
112
113
<!-- Asserting the value of the created column -->
113
114
<actionGroup ref =" AssertAdminProductGridCellActionGroup" stepKey =" seeCreatedAttributeColumn" >
114
115
<argument name =" row" value =" 1" />
You can’t perform that action at this time.
0 commit comments