|
8 | 8 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
9 | 9 | <test name="StorefrontAssertAddressDisappearanceAfterItemRemovalTest"> |
10 | 10 | <annotations> |
11 | | - <features value="Checkout"/> |
12 | | - <stories value="Ensure addresses do not disappear after item removal in multi-shipping flow"/> |
13 | | - <title value="Checks address retention when items are deleted during multi-shipping checkout"/> |
14 | | - <description value="Validates that shipping addresses selected during multi-shipping checkout remain intact after removing one or more items from the cart"/> |
| 11 | + <features value="Multishipment"/> |
| 12 | + <stories value="Checkout with multiple addresses"/> |
| 13 | + <title value="Verifies address retention on item removal in multi-shipping checkout"/> |
| 14 | + <description value="Addresses vanish from multi-shipping checkout when multiple items are removed from the cart"/> |
15 | 15 | <severity value="MAJOR"/> |
16 | 16 | <testCaseId value="AC-15541"/> |
17 | 17 | <group value="Multishipment"/> |
|
47 | 47 | <waitForPageLoad stepKey="waitForViewAndEditCartToOpen"/> |
48 | 48 | <!-- Step 4: Click Link `Checkout with Multiple Addresses` --> |
49 | 49 | <click stepKey="clickOnCheckoutWithMultipleAddresses" selector="{{MultishippingSection.checkoutWithMultipleAddresses}}"/> |
50 | | - <waitForPageLoad stepKey="waitForPageLoad1"/> |
| 50 | + <waitForPageLoad stepKey="waitForMultiCheckoutPageToLoad"/> |
51 | 51 | <actionGroup ref="StorefrontSelectAddressActionGroup" stepKey="selectCAAddress"> |
52 | 52 | <argument name="sequenceNumber" value="3"/> |
53 | 53 | <argument name="option" value="{{Customer_Address.ca_address}}"/> |
|
60 | 60 | <argument name="sequenceNumber" value="2"/> |
61 | 61 | <argument name="option" value="{{Customer_Address.ny_address}}"/> |
62 | 62 | </actionGroup> |
63 | | - <actionGroup ref="StorefrontUpdateMultishippingItemsQuantityAndAddressesActionGroup" stepKey="clickOnUpdateQtyAndAddress1"/> |
| 63 | + <actionGroup ref="StorefrontUpdateMultishippingItemsQuantityAndAddressesActionGroup" stepKey="clickOnUpdateQtyAndNYAddress"/> |
64 | 64 | <actionGroup ref="StorefrontRemoveProductsInMultiAddressCheckoutActionGroup" stepKey="removeSecondItem"> |
65 | 65 | <argument name="sequenceNumber" value="2"/> |
66 | 66 | </actionGroup> |
|
69 | 69 | <argument name="sequenceNumber" value="1"/> |
70 | 70 | <argument name="option" value="{{Customer_Address.br_address}}"/> |
71 | 71 | </actionGroup> |
72 | | - <actionGroup ref="StorefrontUpdateMultishippingItemsQuantityAndAddressesActionGroup" stepKey="clickOnUpdateQtyAndAddress2"/> |
| 72 | + <actionGroup ref="StorefrontUpdateMultishippingItemsQuantityAndAddressesActionGroup" stepKey="clickOnUpdateQtyAndBRAddress"/> |
73 | 73 | <!-- Remove the last item --> |
74 | 74 | <actionGroup ref="StorefrontRemoveProductsInMultiAddressCheckoutActionGroup" stepKey="removeThirdItem"/> |
75 | 75 | </test> |
|
0 commit comments