We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 816d58b + 87ed9f4 commit c876813Copy full SHA for c876813
app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerAddressFormSection.xml
@@ -22,5 +22,6 @@
22
<element name="useAsDefaultShippingAddressCheckBox" type="input" selector="//form[@class='form-address-edit']//input[@name='default_shipping']"/>
23
<element name="saveAddress" type="button" selector="//button[@title='Save Address']" timeout="30"/>
24
<element name="formTitle" type="text" selector="//h1[@class='page-title']/span[text() = 'Edit Address']" timeout="30"/>
25
+ <element name="zipTitle" type="text" selector="//label[@for='zip']"/>
26
</section>
27
</sections>
0 commit comments