Skip to content

Commit 767d580

Browse files
committed
ACQE-8933:Verify guest checkout accepts city names with digits, ampersand, period, and parenthesis
- Changed description and formate
1 parent 1a36c86 commit 767d580

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutWithSpecialCityNamesTest.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
<annotations>
1313
<features value="Checkout"/>
1414
<stories value="Guest Checkout with Special Characters in City Name"/>
15+
<description value="Verify checkout with special characters in city names"/>
1516
<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 (&amp;), period (.), parenthesis (). Tests multiple city variations: St. Moritz, St. Petersburg, Brighton &amp; Hove, St. Davids, 29 Palms, Anywhere (North)"/>
1717
<severity value="MINOR"/>
1818
<testCaseId value="AC-15276"/>
1919
<group value="checkout"/>
20-
<group value="address_validation"/>
21-
<group value="special_characters"/>
2220
</annotations>
2321
<before>
2422
<!-- Create simple product for checkout -->
@@ -36,7 +34,7 @@
3634
<argument name="product" value="$$createProduct$$"/>
3735
</actionGroup>
3836
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithStMoritzAddress"/>
39-
<!--Fill Shipping Address-->
37+
<!-- Fill Shipping Address -->
4038
<actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithStMoritzCity">
4139
<argument name="customer" value="CustomerEntityOne"/>
4240
<argument name="customerAddress" value="CustomerAddressSimple"/>
@@ -56,7 +54,7 @@
5654
<argument name="product" value="$$createProduct$$"/>
5755
</actionGroup>
5856
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithStPetersburgAddress"/>
59-
<!--Fill Shipping Address-->
57+
<!-- Fill Shipping Address -->
6058
<actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithStPetersburgCity">
6159
<argument name="customer" value="CustomerEntityOne"/>
6260
<argument name="customerAddress" value="CustomerAddressSimple"/>
@@ -76,7 +74,7 @@
7674
<argument name="product" value="$$createProduct$$"/>
7775
</actionGroup>
7876
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithBrightonAndHoveAddress"/>
79-
<!--Fill Shipping Address-->
77+
<!-- Fill Shipping Address -->
8078
<actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithBrightonAndHoveCity">
8179
<argument name="customer" value="CustomerEntityOne"/>
8280
<argument name="customerAddress" value="CustomerAddressSimple"/>
@@ -96,7 +94,7 @@
9694
<argument name="product" value="$$createProduct$$"/>
9795
</actionGroup>
9896
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithStDavidAddress"/>
99-
<!--Fill Shipping Address-->
97+
<!-- Fill Shipping Address -->
10098
<actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithStDavidCity">
10199
<argument name="customer" value="CustomerEntityOne"/>
102100
<argument name="customerAddress" value="CustomerAddressSimple"/>
@@ -116,7 +114,7 @@
116114
<argument name="product" value="$$createProduct$$"/>
117115
</actionGroup>
118116
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWith29PalmsAddress"/>
119-
<!--Fill Shipping Address-->
117+
<!-- Fill Shipping Address -->
120118
<actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWith29PalmsCity">
121119
<argument name="customer" value="CustomerEntityOne"/>
122120
<argument name="customerAddress" value="CustomerAddressSimple"/>
@@ -136,7 +134,7 @@
136134
<argument name="product" value="$$createProduct$$"/>
137135
</actionGroup>
138136
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckoutToPlaceOrderWithNorthAmericaPartAddress"/>
139-
<!--Fill Shipping Address-->
137+
<!-- Fill Shipping Address -->
140138
<actionGroup ref="FillGuestCheckoutShippingAddressWithCountryAndStateActionGroup" stepKey="fillShippingFormDataWithNorthAmericaPartCity">
141139
<argument name="customer" value="CustomerEntityOne"/>
142140
<argument name="customerAddress" value="CustomerAddressSimple"/>

0 commit comments

Comments
 (0)