File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
app/code/Magento/Customer/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +25
-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 =" StorefrontCustomerCreateAccountSection" >
11+ <element name =" firstName" type =" input" selector =" #firstname" />
12+ <element name =" lastName" type =" input" selector =" #lastname" />
13+ <element name =" company" type =" input" selector =" #company" />
14+ <element name =" phoneNumber" type =" input" selector =" #telephone" />
15+ <element name =" streetAddress1" type =" input" selector =" #street_1" />
16+ <element name =" streetAddress2" type =" input" selector =" #street_2" />
17+ <element name =" city" type =" input" selector =" #city" />
18+ <element name =" stateProvince" type =" select" selector =" #region_id" />
19+ <element name =" stateProvinceFill" type =" input" selector =" #region" />
20+ <element name =" zip" type =" input" selector =" #zip" />
21+ <element name =" country" type =" select" selector =" #country" />
22+ <element name =" vatId" type =" input" selector =" #vat_id" />
23+ <element name =" saveAddress" type =" button" selector =" [data-action='save-address']" timeout =" 30" />
24+ </section >
25+ </sections >
You can’t perform that action at this time.
0 commit comments