File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Catalog/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
- <actionGroup name =" SearchProductGridByStringNoClearActionGroup " >
11
+ <actionGroup name =" AdminSearchGridByStringNoClearActionGroup " >
12
12
<annotations >
13
- <description >Searches the Admin Products grid by string without clearing filters.</description >
13
+ <description >Search the Admin grid by string without clearing filters.</description >
14
14
</annotations >
15
15
<arguments >
16
16
<argument name =" keyword" defaultValue =" " type =" string" />
Original file line number Diff line number Diff line change 80
80
</actionGroup >
81
81
82
82
<!-- Performing the first search and assertions -->
83
- <actionGroup ref =" SearchProductGridByStringNoClearActionGroup " stepKey =" searchForSimpleProduct" >
83
+ <actionGroup ref =" AdminSearchGridByStringNoClearActionGroup " stepKey =" searchForSimpleProduct" >
84
84
<argument name =" keyword" value =" SimpleProduct" />
85
85
</actionGroup >
86
86
<actionGroup ref =" AdminGridAssertTotalPageCountActionGroup" stepKey =" waitForTotalPagesCountFourToBeVisible" >
92
92
</actionGroup >
93
93
94
94
<!-- Performing the second search and assertions of successful current page number reset -->
95
- <actionGroup ref =" SearchProductGridByStringNoClearActionGroup " stepKey =" searchForVirtualProduct" >
95
+ <actionGroup ref =" AdminSearchGridByStringNoClearActionGroup " stepKey =" searchForVirtualProduct" >
96
96
<argument name =" keyword" value =" VirtualProduct" />
97
97
</actionGroup >
98
98
<actionGroup ref =" AdminGridAssertTotalPageCountActionGroup" stepKey =" waitForTotalPagesCountThreeToBeVisible" >
You can’t perform that action at this time.
0 commit comments