|
12 | 12 | <annotations> |
13 | 13 | <features value="Checkout"/> |
14 | 14 | <stories value="Guest Checkout with Special Characters in City Name"/> |
| 15 | + <description value="Verify checkout with special characters in city names"/> |
15 | 16 | <title value="Verify guest checkout accepts city names with digits, ampersand, period, and parenthesis"/> |
16 | | - <description value="Test validates that orders can be placed successfully with city names containing: digits (0-9), ampersand (&), period (.), parenthesis (). Tests multiple city variations: St. Moritz, St. Petersburg, Brighton & Hove, St. Davids, 29 Palms, Anywhere (North)"/> |
17 | 17 | <severity value="MINOR"/> |
18 | 18 | <testCaseId value="AC-15276"/> |
19 | 19 | <group value="checkout"/> |
20 | | - <group value="address_validation"/> |
21 | | - <group value="special_characters"/> |
22 | 20 | </annotations> |
23 | 21 | <before> |
24 | 22 | <!-- Create simple product for checkout --> |
|
36 | 34 | <argument name="product" value="$$createProduct$$"/> |
37 | 35 | </actionGroup> |
38 | 36 | <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithStMoritzAddress"/> |
39 | | - <!--Fill Shipping Address--> |
| 37 | + <!-- Fill Shipping Address --> |
40 | 38 | <actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithStMoritzCity"> |
41 | 39 | <argument name="customer" value="CustomerEntityOne"/> |
42 | 40 | <argument name="customerAddress" value="CustomerAddressSimple"/> |
|
56 | 54 | <argument name="product" value="$$createProduct$$"/> |
57 | 55 | </actionGroup> |
58 | 56 | <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithStPetersburgAddress"/> |
59 | | - <!--Fill Shipping Address--> |
| 57 | + <!-- Fill Shipping Address --> |
60 | 58 | <actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithStPetersburgCity"> |
61 | 59 | <argument name="customer" value="CustomerEntityOne"/> |
62 | 60 | <argument name="customerAddress" value="CustomerAddressSimple"/> |
|
76 | 74 | <argument name="product" value="$$createProduct$$"/> |
77 | 75 | </actionGroup> |
78 | 76 | <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithBrightonAndHoveAddress"/> |
79 | | - <!--Fill Shipping Address--> |
| 77 | + <!-- Fill Shipping Address --> |
80 | 78 | <actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithBrightonAndHoveCity"> |
81 | 79 | <argument name="customer" value="CustomerEntityOne"/> |
82 | 80 | <argument name="customerAddress" value="CustomerAddressSimple"/> |
|
96 | 94 | <argument name="product" value="$$createProduct$$"/> |
97 | 95 | </actionGroup> |
98 | 96 | <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithStDavidAddress"/> |
99 | | - <!--Fill Shipping Address--> |
| 97 | + <!-- Fill Shipping Address --> |
100 | 98 | <actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithStDavidCity"> |
101 | 99 | <argument name="customer" value="CustomerEntityOne"/> |
102 | 100 | <argument name="customerAddress" value="CustomerAddressSimple"/> |
|
116 | 114 | <argument name="product" value="$$createProduct$$"/> |
117 | 115 | </actionGroup> |
118 | 116 | <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWith29PalmsAddress"/> |
119 | | - <!--Fill Shipping Address--> |
| 117 | + <!-- Fill Shipping Address --> |
120 | 118 | <actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWith29PalmsCity"> |
121 | 119 | <argument name="customer" value="CustomerEntityOne"/> |
122 | 120 | <argument name="customerAddress" value="CustomerAddressSimple"/> |
|
136 | 134 | <argument name="product" value="$$createProduct$$"/> |
137 | 135 | </actionGroup> |
138 | 136 | <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithNorthAmericaPartAddress"/> |
139 | | - <!--Fill Shipping Address--> |
| 137 | + <!-- Fill Shipping Address --> |
140 | 138 | <actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithNorthAmericaPartCity"> |
141 | 139 | <argument name="customer" value="CustomerEntityOne"/> |
142 | 140 | <argument name="customerAddress" value="CustomerAddressSimple"/> |
|
0 commit comments