Skip to content

Commit 08db336

Browse files
committed
MC-38787: Admin Product Grid Page indicator issue
1 parent f91cabd commit 08db336

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchProductGridByStringNoClearActionGroup.xml renamed to app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSearchGridByStringNoClearActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="SearchProductGridByStringNoClearActionGroup">
11+
<actionGroup name="AdminSearchGridByStringNoClearActionGroup">
1212
<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>
1414
</annotations>
1515
<arguments>
1616
<argument name="keyword" defaultValue="" type="string"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminGridPageNumberSetsToOneAfterNewSearchTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</actionGroup>
8181

8282
<!-- Performing the first search and assertions -->
83-
<actionGroup ref="SearchProductGridByStringNoClearActionGroup" stepKey="searchForSimpleProduct">
83+
<actionGroup ref="AdminSearchGridByStringNoClearActionGroup" stepKey="searchForSimpleProduct">
8484
<argument name="keyword" value="SimpleProduct"/>
8585
</actionGroup>
8686
<actionGroup ref="AdminGridAssertTotalPageCountActionGroup" stepKey="waitForTotalPagesCountFourToBeVisible">
@@ -92,7 +92,7 @@
9292
</actionGroup>
9393

9494
<!-- Performing the second search and assertions of successful current page number reset -->
95-
<actionGroup ref="SearchProductGridByStringNoClearActionGroup" stepKey="searchForVirtualProduct">
95+
<actionGroup ref="AdminSearchGridByStringNoClearActionGroup" stepKey="searchForVirtualProduct">
9696
<argument name="keyword" value="VirtualProduct"/>
9797
</actionGroup>
9898
<actionGroup ref="AdminGridAssertTotalPageCountActionGroup" stepKey="waitForTotalPagesCountThreeToBeVisible">

0 commit comments

Comments
 (0)