File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
app/code/Magento/ImportExport/Test/Mftf Expand file tree Collapse file tree 3 files changed +21
-2
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
- <see selector =" .admin__data-grid-header .admin__control-support-text" userInput =" records found" stepKey =" seeRecordsLabel" />
13
- <seeElement selector =" .admin__data-grid-header div.admin__data-grid-pager-wrap" stepKey =" seeGridPager" />
12
+ <arguments >
13
+ <argument name =" recordsLabel" type =" string" defaultValue =" records found" />
14
+ </arguments >
15
+ <see selector =" {{AdminExportGridPagerSection.recordsLabel}}" userInput =" {{recordsLabel}}" stepKey =" seeRecordsLabel" />
16
+ <seeElement selector =" {{AdminExportGridPagerSection.pager}}" stepKey =" seeGridPager" />
14
17
</actionGroup >
15
18
</actionGroups >
Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/PageObject.xsd" >
11
11
<page name =" AdminExportIndexPage" url =" admin/export/" area =" admin" module =" Magento_ImportExport" >
12
12
<section name =" AdminExportMainSection" />
13
+ <section name =" AdminExportGridPagerSection" />
13
14
</page >
14
15
</pages >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
+ <section name =" AdminExportGridPagerSection" >
12
+ <element name =" pager" type =" text" selector =" .admin__data-grid-header div.admin__data-grid-pager-wrap" />
13
+ <element name =" recordsLabel" type =" text" selector =" .admin__data-grid-header .admin__control-support-text" />
14
+ </section >
15
+ </sections >
You can’t perform that action at this time.
0 commit comments