Skip to content

Commit 9c32f0a

Browse files
committed
Change action groups name according to CE branch changes
1 parent dcd38bb commit 9c32f0a

6 files changed

+10
-10
lines changed

app/code/Magento/UrlRewrite/Test/Mftf/Test/AdminDeleteCategoryUrlRewriteHypenAsRequestPathTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</after>
2929

3030
<!--Create the Category Url Rewrite-->
31-
<actionGroup ref="AdminAddUrlRewrite" stepKey="addUrlRewrite">
31+
<actionGroup ref="AdminAddUrlRewriteActionGroup" stepKey="addUrlRewrite">
3232
<argument name="category" value="$$category.name$$"/>
3333
<argument name="customUrlRewriteValue" value="For Category"/>
3434
<argument name="storeValue" value="Default Store View"/>

app/code/Magento/UrlRewrite/Test/Mftf/Test/AdminDeleteCategoryUrlRewriteWithRequestPathTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</after>
2929

3030
<!--Create the Category Url Rewrite-->
31-
<actionGroup ref="AdminAddUrlRewrite" stepKey="addUrlRewriteSecondTime">
31+
<actionGroup ref="AdminAddUrlRewriteActionGroup" stepKey="addUrlRewriteSecondTime">
3232
<argument name="category" value="$$category.name$$"/>
3333
<argument name="customUrlRewriteValue" value="For Category"/>
3434
<argument name="storeValue" value="Default Store View"/>

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontMoveConfigurableProductFromShoppingCartToWishlistTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@
136136
<scrollTo selector="{{StorefrontProductInfoMainSection.productAddToWishlist}}" y="-200" stepKey="scroll"/>
137137

138138
<!-- Add product to the cart and Assert add product to cart success message-->
139-
<actionGroup ref="addToCartFromStorefrontProductPage" stepKey="addToCartVirtualProductFromStorefrontProductPage">
139+
<actionGroup ref="AddToCartFromStorefrontProductPageActionGroup" stepKey="addToCartVirtualProductFromStorefrontProductPage">
140140
<argument name="productName" value="$$createConfigProduct.name$$"/>
141141
</actionGroup>
142142

143143
<!-- Select Mini Cart and select 'View And Edit Cart' -->
144-
<actionGroup ref="clickViewAndEditCartFromMiniCart" stepKey="selectViewAndEditCart"/>
144+
<actionGroup ref="ClickViewAndEditCartFromMiniCartActionGroup" stepKey="selectViewAndEditCart"/>
145145

146146
<!-- Assert move product to wishlist success message -->
147147
<actionGroup ref="AssertMoveProductToWishListSuccessMessageActionGroup" stepKey="moveToWishlist">

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontMoveDynamicBundleProductFromShoppingCartToWishlistTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
<fillField selector="{{StorefrontBundledSection.dropDownOptionOneQuantity($$createBundleOption1_1.title$$)}}" userInput="1" stepKey="fillQuantity00"/>
8080

8181
<!-- Add product to the cart and Assert add product to cart success message-->
82-
<actionGroup ref="addToCartFromStorefrontProductPage" stepKey="addToCartVirtualProductFromStorefrontProductPage">
82+
<actionGroup ref="AddToCartFromStorefrontProductPageActionGroup" stepKey="addToCartVirtualProductFromStorefrontProductPage">
8383
<argument name="productName" value="$$createBundleProduct.name$$"/>
8484
</actionGroup>
8585

8686
<!-- Select Mini Cart and select 'View And Edit Cart' -->
87-
<actionGroup ref="clickViewAndEditCartFromMiniCart" stepKey="selectViewAndEditCart"/>
87+
<actionGroup ref="ClickViewAndEditCartFromMiniCartActionGroup" stepKey="selectViewAndEditCart"/>
8888

8989
<!-- Assert move product to wishlist success message -->
9090
<actionGroup ref="AssertMoveProductToWishListSuccessMessageActionGroup" stepKey="moveToWishlist">

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontMoveFixedBundleProductFromShoppingCartToWishlistTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
<fillField selector="{{StorefrontBundledSection.dropDownOptionOneQuantity($$createBundleOption1_1.title$$)}}" userInput="1" stepKey="fillQuantity00"/>
7171

7272
<!-- Add product to the cart and Assert add product to cart success message-->
73-
<actionGroup ref="addToCartFromStorefrontProductPage" stepKey="addToCartVirtualProductFromStorefrontProductPage">
73+
<actionGroup ref="AddToCartFromStorefrontProductPageActionGroup" stepKey="addToCartVirtualProductFromStorefrontProductPage">
7474
<argument name="productName" value="$$createBundleProduct.name$$"/>
7575
</actionGroup>
7676

7777
<!-- Select Mini Cart and select 'View And Edit Cart' -->
78-
<actionGroup ref="clickViewAndEditCartFromMiniCart" stepKey="selectViewAndEditCart"/>
78+
<actionGroup ref="ClickViewAndEditCartFromMiniCartActionGroup" stepKey="selectViewAndEditCart"/>
7979

8080
<!-- Assert move product to wishlist success message -->
8181
<actionGroup ref="AssertMoveProductToWishListSuccessMessageActionGroup" stepKey="moveToWishlist">

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontMoveVirtualProductFromShoppingCartToWishlistTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
<waitForPageLoad stepKey="waitForPageToLoad"/>
4646

4747
<!-- Add Virtual product to the cart and Assert add product to cart success message-->
48-
<actionGroup ref="addToCartFromStorefrontProductPage" stepKey="addToCartVirtualProductFromStorefrontProductPage">
48+
<actionGroup ref="AddToCartFromStorefrontProductPageActionGroup" stepKey="addToCartVirtualProductFromStorefrontProductPage">
4949
<argument name="productName" value="$$createProduct.name$$"/>
5050
</actionGroup>
5151

5252
<!-- Select Mini Cart and select 'View And Edit Cart' -->
53-
<actionGroup ref="clickViewAndEditCartFromMiniCart" stepKey="selectViewAndEditCart"/>
53+
<actionGroup ref="ClickViewAndEditCartFromMiniCartActionGroup" stepKey="selectViewAndEditCart"/>
5454

5555
<!-- Assert move product to wishlist success message -->
5656
<actionGroup ref="AssertMoveProductToWishListSuccessMessageActionGroup" stepKey="moveToWishlist">

0 commit comments

Comments
 (0)