File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 53
53
<element name =" stateProvinceWithoutAsterisk" type =" text" selector =" //div[@class='field' and @name='shippingAddress.region_id']" timeout =" 30" />
54
54
<element name =" stateProvinceWithAsterisk" type =" text" selector =" //div[@class='field _required' and @name='shippingAddress.region_id']" timeout =" 30" />
55
55
<element name =" selectCountry" type =" select" selector =" //div[@class='billing-address-form']//select[@name='country_id']" />
56
+ <element name =" customerAddressAttribute" type =" input" selector =" [id*='{{attribute}}']" parameterized =" true" />
57
+ <element name =" savedAddress" type =" text" selector =" div[class='shipping-address-item selected-item']" />
56
58
</section >
57
59
</sections >
You can’t perform that action at this time.
0 commit comments