File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Customer/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
<!-- Create new website,store and store view-->
27
27
<comment userInput =" Create new website,store and store view" stepKey =" createWebsite" />
28
28
<amOnPage url =" {{AdminSystemStorePage.url}}" stepKey =" goToAdminSystemStorePage" />
29
- <actionGroup ref =" AdminCreateWebsiteActionGroup" stepKey =" AdminCreateNewWebsite " >
29
+ <actionGroup ref =" AdminCreateWebsiteActionGroup" stepKey =" adminCreateNewWebsite " >
30
30
<argument name =" newWebsiteName" value =" {{NewWebSiteData.name}}" />
31
31
<argument name =" websiteCode" value =" {{NewWebSiteData.code}}" />
32
32
</actionGroup >
33
- <actionGroup ref =" AdminCreateNewStoreGroupActionGroup" stepKey =" AdminCreateNewStore " >
33
+ <actionGroup ref =" AdminCreateNewStoreGroupActionGroup" stepKey =" adminCreateNewStore " >
34
34
<argument name =" website" value =" {{NewWebSiteData.name}}" />
35
35
<argument name =" storeGroupName" value =" {{NewStoreData.name}}" />
36
36
<argument name =" storeGroupCode" value =" {{NewStoreData.code}}" />
37
37
</actionGroup >
38
- <actionGroup ref =" AdminCreateStoreViewActionGroup" stepKey =" AdminCreateNewStoreView " >
38
+ <actionGroup ref =" AdminCreateStoreViewActionGroup" stepKey =" adminCreateNewStoreView " >
39
39
<argument name =" StoreGroup" value =" NewStoreData" />
40
40
</actionGroup >
41
41
<!-- Set account sharing option - Default value is 'Per Website'-->
You can’t perform that action at this time.
0 commit comments