Skip to content

Commit 85155b1

Browse files
author
Davit_Zakharyan
committed
MAGETWO-91523: [2.3] Allowed countries restriction for a default website is applied to backend customer grid
- Changed some stepKeys to camel case format.
1 parent c72c822 commit 85155b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
<!--Create new website,store and store view-->
2727
<comment userInput="Create new website,store and store view" stepKey="createWebsite"/>
2828
<amOnPage url="{{AdminSystemStorePage.url}}" stepKey="goToAdminSystemStorePage"/>
29-
<actionGroup ref="AdminCreateWebsiteActionGroup" stepKey="AdminCreateNewWebsite">
29+
<actionGroup ref="AdminCreateWebsiteActionGroup" stepKey="adminCreateNewWebsite">
3030
<argument name="newWebsiteName" value="{{NewWebSiteData.name}}"/>
3131
<argument name="websiteCode" value="{{NewWebSiteData.code}}"/>
3232
</actionGroup>
33-
<actionGroup ref="AdminCreateNewStoreGroupActionGroup" stepKey="AdminCreateNewStore">
33+
<actionGroup ref="AdminCreateNewStoreGroupActionGroup" stepKey="adminCreateNewStore">
3434
<argument name="website" value="{{NewWebSiteData.name}}"/>
3535
<argument name="storeGroupName" value="{{NewStoreData.name}}"/>
3636
<argument name="storeGroupCode" value="{{NewStoreData.code}}"/>
3737
</actionGroup>
38-
<actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="AdminCreateNewStoreView">
38+
<actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="adminCreateNewStoreView">
3939
<argument name="StoreGroup" value="NewStoreData"/>
4040
</actionGroup>
4141
<!--Set account sharing option - Default value is 'Per Website'-->

0 commit comments

Comments
 (0)