Skip to content

Commit 08c6266

Browse files
committed
MAGETWO-90053: Refreshing page deletes shipping address on guest checkout if module-persistent is enabled
1 parent bcffc41 commit 08c6266

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Persistent/Test/GuestCheckoutWithEnabledPersistentTest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<annotations>
1313
<features value="Persistent"/>
1414
<title value="Guest Checkout with Enabled Persistent"/>
15-
<description value="Checkout data must be restored after page checkout reload."/>
15+
<description value="Checkout data must be restored after page checkout reload."/>
1616
<severity value="CRITICAL"/>
17-
<testCaseId value="MAGETWO-XXXXX"/>
17+
<testCaseId value="MAGETWO-91015"/>
1818
<group value="persistent"/>
1919
</annotations>
2020
<before>
@@ -80,6 +80,5 @@
8080
<see stepKey="seeShipToState" selector="{{ShipToSection.shippingInformation}}" userInput="{{CustomerAddressSimple.state}}" />
8181
<see stepKey="seeShipToPostcode" selector="{{ShipToSection.shippingInformation}}" userInput="{{CustomerAddressSimple.postcode}}" />
8282
<see stepKey="seeShipToTelephone" selector="{{ShipToSection.shippingInformation}}" userInput="{{CustomerAddressSimple.telephone}}" />
83-
8483
</test>
8584
</tests>

0 commit comments

Comments
 (0)