Skip to content

Commit 72d2540

Browse files
MC-15507: Shipping address is dropped after zip code in new billing address form is filled
- Fix modularity for test.
1 parent bb4a4fe commit 72d2540

File tree

4 files changed

+0
-31
lines changed

4 files changed

+0
-31
lines changed

app/code/Magento/Checkout/Test/Mftf/Page/CheckoutShippingPage.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
<section name="CheckoutShippingGuestInfoSection"/>
1313
<section name="CheckoutShippingSection"/>
1414
<section name="StorefrontCheckoutAddressPopupSection"/>
15-
<section name="StorefrontCheckoutAddressSection"/>
1615
</page>
1716
</pages>

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutShippingSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@
4444
<element name="addressFieldValidationError" type="text" selector="div.address div.field .field-error"/>
4545
<element name="textFieldAttrRequireMessage" type="text" selector="//input[@name='custom_attributes[{{attribute}}]']/ancestor::div[contains(@class, 'control')]/div/span" parameterized="true" timeout="30"/>
4646
<element name="textFieldAttribute" type="input" selector="[name*='custom_attributes[{{attribute}}]']" parameterized="true" timeout="30"/>
47-
<element name="changeAddressButton" type="button" selector=".change-address-popup button.action.action-additional"/>
4847
</section>
4948
</sections>

app/code/Magento/Checkout/Test/Mftf/Section/StorefrontSelectShippingAddressPopupSection.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

app/code/Magento/OfflinePayments/Test/Mftf/Section/StorefrontCheckoutAddressSection.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)