Skip to content

Commit 9dff384

Browse files
ACQE-6648: StorefrontUpdateCustomerAddressBelgiumTest
conflict resolved
2 parents a418460 + 726d859 commit 9dff384

File tree

4 files changed

+8
-19
lines changed

4 files changed

+8
-19
lines changed

app/code/Magento/Checkout/Test/Mftf/Data/CountryData.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@
4242
<item>United Kingdom</item>
4343
</array>
4444
</entity>
45+
<entity name="WesternEurope" type="countryArray">
46+
<array key="country">
47+
<item>Belgium</item>
48+
</array>
49+
</entity>
4550
</entities>

app/code/Magento/Checkout/Test/Mftf/Data/StateData.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/code/Magento/Config/Test/Mftf/ActionGroup/UnselectStatesForStatesOptionsActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<description>Goes to the 'Configuration' page for 'General'. Selects the provided States under 'State is Required for'. Clicks on the Save button.</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="states" type="entity"/>
16+
<argument name="countries" type="entity"/>
1717
</arguments>
1818
<amOnPage url="{{AdminConfigGeneralPage.url}}" stepKey="navigateToAdminConfigGeneralPage"/>
1919
<conditionalClick selector="{{StateOptionsSection.stateOptions}}" dependentSelector="{{StateOptionsSection.countriesWithRequiredRegions}}" visible="false" stepKey="expandStateOptionsTab"/>
2020
<waitForAjaxLoad stepKey="waitForAjax"/>
2121
<scrollTo selector="{{StateOptionsSection.countriesWithRequiredRegions}}" stepKey="scrollToForm"/>
22-
<unselectOption selector="{{StateOptionsSection.countriesWithRequiredRegions}}" parameterArray="[{{states.state}}]" stepKey="selectCountriesWithRequiredRegion"/>
22+
<unselectOption selector="{{StateOptionsSection.countriesWithRequiredRegions}}" parameterArray="[{{countries.country}}]" stepKey="selectCountriesWithRequiredRegion"/>
2323
<click selector="#save" stepKey="saveConfig"/>
2424
<waitForPageLoad stepKey="waitForSavingConfig"/>
2525
</actionGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<before>
2222
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2323
<actionGroup ref="UnselectStatesForStatesOptionsActionGroup" stepKey="unselectStatesForStatesOptionsActionGroup">
24-
<argument name="states" value="States"/>
24+
<argument name="countries" value="WesternEurope"/>
2525
</actionGroup>
2626
<actionGroup ref="StorefrontOpenCustomerAccountCreatePageActionGroup" stepKey="openCreateAccountPage"/>
2727
<actionGroup ref="StorefrontFillCustomerAccountCreationFormActionGroup" stepKey="fillCreateAccountForm">

0 commit comments

Comments
 (0)