Skip to content

Commit d32d574

Browse files
committed
Adjusting the ActionGroup
1 parent 88a56b5 commit d32d574

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/code/Magento/ImportExport/Test/Mftf/ActionGroup/AdminAssertVisiblePagerActionGroup.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminAssertVisiblePagerActionGroup">
12-
<arguments>
13-
<argument name="recordsLabel" type="string" defaultValue="records found"/>
14-
</arguments>
15-
<see selector="{{AdminExportGridPagerSection.recordsLabel}}" userInput="{{recordsLabel}}" stepKey="seeRecordsLabel"/>
1612
<seeElement selector="{{AdminExportGridPagerSection.pager}}" stepKey="seeGridPager"/>
13+
<seeElement selector="{{AdminGridRowsPerPage.count}}" stepKey="seeCountPerPageElement"/>
1714
</actionGroup>
1815
</actionGroups>

0 commit comments

Comments
 (0)