Skip to content

Commit 776344f

Browse files
MAGETWO-91523: [2.3] Allowed countries restriction for a default website is applied to backend customer grid
- Updated automated test script.
1 parent c022d23 commit 776344f

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

2727
<!--Create new website,store and store view-->
2828
<amOnPage url="{{AdminSystemStorePage.url}}" stepKey="goToAdminSystemStorePage"/>
29-
<actionGroup ref="AdminCreateWebsite" 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="AdminCreateNewStore" 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="AdminCreateStoreView" 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)