Skip to content

Commit efba5a3

Browse files
magento/partners-magento2b2b#459: verify custom customer address attribute shows at checkout
- removed additional element from section
1 parent ea1a63c commit efba5a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerAddressFormSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<element name="country" type="select" selector="//form[@class='form-address-edit']//select[contains(@name, 'country_id')]"/>
2121
<element name="useAsDefaultBillingAddressCheckBox" type="input" selector="//form[@class='form-address-edit']//input[@name='default_billing']"/>
2222
<element name="useAsDefaultShippingAddressCheckBox" type="input" selector="//form[@class='form-address-edit']//input[@name='default_shipping']"/>
23-
<element name="dropDownAttribute" type="select" selector="//select[@name='custom_attributes[{{var1}}]']" parameterized="true"/>
2423
<element name="saveAddress" type="button" selector="//button[@title='Save Address']" timeout="30"/>
2524
</section>
2625
</sections>

0 commit comments

Comments
 (0)