File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
app/code/Magento/Eav/Test/Mftf/Section Expand file tree Collapse file tree 2 files changed +29
-0
lines changed 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
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
+ <section name =" AdminAttributesEditSection" >
11
+ <element name =" label" type =" input" selector =" #attribute_label" />
12
+ <element name =" code" type =" input" selector =" #attribute_code" />
13
+ <element name =" inputType" type =" select" selector =" #frontend_input" />
14
+ <element name =" valuesRequired" type =" select" selector =" #is_required" />
15
+ </section >
16
+ </sections >
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
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
+ <section name =" AdminAttributesGridSection" >
11
+ <element name =" attribute" type =" text" selector =" //td[contains(text(), '{{arg3}}')]" parameterized =" true" />
12
+ </section >
13
+ </sections >
You can’t perform that action at this time.
0 commit comments