File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 </before >
2323 <after >
2424 <actionGroup ref =" DeleteCustomStoreActionGroup" stepKey =" deleteCustomStore" >
25- <argument name =" storeGroupName" value =" customStore .name" />
25+ <argument name =" storeGroupName" value =" customStoreGroup .name" />
2626 </actionGroup >
2727 <actionGroup ref =" DeleteCategoryActionGroup" stepKey =" deleteCreatedNewRootCategory" >
2828 <argument name =" categoryEntity" value =" NewRootCategory" />
4545 <!-- Create a Store-->
4646 <actionGroup ref =" CreateCustomStoreActionGroup" stepKey =" createCustomStore" >
4747 <argument name =" website" value =" {{_defaultWebsite.name}}" />
48- <argument name =" store" value =" {{customStore .name}}" />
48+ <argument name =" store" value =" {{customStoreGroup .name}}" />
4949 <argument name =" rootCategory" value =" {{NewRootCategory.name}}" />
5050 </actionGroup >
5151 <!-- Create a Store View-->
5252 <actionGroup ref =" AdminCreateStoreViewActionGroup" stepKey =" createStoreView" >
53- <argument name =" StoreGroup" value =" customStore " />
53+ <argument name =" StoreGroup" value =" customStoreGroup " />
5454 <argument name =" customStore" value =" customStore" />
5555 </actionGroup >
5656 <!-- Go to store front page-->
5757 <actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" openHomepage" />
5858 <!-- Verify subcategory displayed in store front page-->
5959 <actionGroup ref =" StorefrontSwitchStoreActionGroup" stepKey =" switchToCustomStore" >
60- <argument name =" storeName" value =" {{customStore .name}}" />
60+ <argument name =" storeName" value =" {{customStoreGroup .name}}" />
6161 </actionGroup >
6262 <actionGroup ref =" StorefrontAssertCategoryNameIsShownInMenuActionGroup" stepKey =" seeCatergoryNameInStoreFront" >
6363 <argument name =" categoryName" value =" {{SimpleSubCategory.name}}" />
You can’t perform that action at this time.
0 commit comments