Skip to content

Commit 2f92a28

Browse files
committed
ACP2E-1609: Region Field is not getting blank after selecting any region for a country
1 parent 572741a commit 2f92a28

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAddressInformationActionGroup.xml renamed to app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFillAndSaveCustomerAddressWithoutRegionActionGroup.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AdminSaveCustomerAddressInformationActionGroup" extends="AdminFillAndSaveCustomerAddressInformationActionGroup">
12-
<annotations>
13-
<description>EXTENDS: AdminFillAndSaveCustomerAddressInformationActionGroup. Fill and save customer address information.</description>
11+
<actionGroup name="AdminFillAndSaveCustomerAddressWithoutRegionActionGroup" extends="AdminFillAndSaveCustomerAddressInformationActionGroup"> <annotations>
12+
<description>Fill and save customer address information omitting the region.</description>
1413
</annotations>
1514
<arguments>
1615
<argument name="address" type="entity"/>

app/code/Magento/Customer/Test/Mftf/Test/VerifyCustomerAddressRegionFieldTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<!--Click on edit default billing address and update the address-->
4040
<actionGroup ref="AdminClickEditLinkForDefaultBillingAddressActionGroup" stepKey="clickEditDefaultBillingAddress"/>
41-
<actionGroup ref="AdminSaveCustomerAddressInformationActionGroup" stepKey="fillAndSaveCustomerAddressInformation">
41+
<actionGroup ref="AdminFillAndSaveCustomerAddressWithoutRegionActionGroup" stepKey="fillAndSaveCustomerAddressInformation">
4242
<argument name="address" value="updateCustomerFranceAddress"/>
4343
</actionGroup>
4444

0 commit comments

Comments
 (0)