File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
app/code/Magento/ImportExport/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<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" />
16
12
<seeElement selector =" {{AdminExportGridPagerSection.pager}}" stepKey =" seeGridPager" />
13
+ <seeElement selector =" {{AdminGridRowsPerPage.count}}" stepKey =" seeCountPerPageElement" />
17
14
</actionGroup >
18
15
</actionGroups >
You can’t perform that action at this time.
0 commit comments