Skip to content

Commit f93c916

Browse files
committed
MAGETWO-92137: Refreshing page deletes shipping address on guest checkout if module-persistent is enabled
1 parent b02161b commit f93c916

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Page/GuestCheckoutReviewAndPaymentsPage.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd">
1010
<page name="GuestCheckoutReviewAndPaymentsPage" url="/checkout/#payment" area="storefront" module="Magento_Checkout">
11-
<section name="PaymentMethodSection"/>
12-
<section name="ShipToSection"/>
11+
<section name="CheckoutPaymentSection"/>
1312
</page>
1413
</pages>

0 commit comments

Comments
 (0)