Skip to content

Commit 912db17

Browse files
authored
ACQE-7276 | Mainline PR deployment
Test fix
1 parent 2c42ee1 commit 912db17

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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>

0 commit comments

Comments
 (0)