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