Skip to content

Commit 802126c

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

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithAllValuesAndContentActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="CreateNewPageWithAllValuesAndContentActionGroup" extends="CreateNewPageWithAllValues">
11+
<actionGroup name="CreateNewPageWithAllValuesAndContentActionGroup" extends="CreateNewPageWithAllValuesActionGroup">
1212
<arguments>
1313
<argument name="pageContent" type="string"/>
1414
</arguments>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
</actionGroup>
3939

4040
<!--Delete the Category Url Rewrite-->
41-
<actionGroup ref="AdminDeleteUrlRewrite" stepKey="deleteCustomUrlRewrite">
41+
<actionGroup ref="AssertPageByUrlRewriteIsNotFoundActionGroup" stepKey="deleteCustomUrlRewrite">
4242
<argument name="requestPath" value="-"/>
4343
</actionGroup>
4444
<actionGroup ref="AssertMessageInAdminPanelActionGroup" stepKey="assertSuccessMessage">
4545
<argument name="message" value="You deleted the URL rewrite."/>
4646
</actionGroup>
4747

4848
<!--Verify AssertPageByUrlRewriteIsNotFound-->
49-
<actionGroup ref="AssertPageByUrlRewriteIsNotFound" stepKey="checkUrlOnFrontend">
49+
<actionGroup ref="AssertPageByUrlRewriteIsNotFoundActionGroup" stepKey="checkUrlOnFrontend">
5050
<argument name="requestPath" value="-"/>
5151
</actionGroup>
5252

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
</actionGroup>
3939

4040
<!--Delete the Category Url Rewrite-->
41-
<actionGroup ref="AdminDeleteUrlRewrite" stepKey="deleteCustomUrlRewriteSecondTime">
41+
<actionGroup ref="AdminDeleteUrlRewriteActionGroup" stepKey="deleteCustomUrlRewriteSecondTime">
4242
<argument name="requestPath" value="newrequestpath.html"/>
4343
</actionGroup>
4444
<actionGroup ref="AssertMessageInAdminPanelActionGroup" stepKey="assertSuccessMessageSecondTime">
4545
<argument name="message" value="You deleted the URL rewrite."/>
4646
</actionGroup>
4747

4848
<!--Verify AssertPageByUrlRewriteIsNotFound-->
49-
<actionGroup ref="AssertPageByUrlRewriteIsNotFound" stepKey="checkUrlOnFrontendSecondTime">
49+
<actionGroup ref="AssertPageByUrlRewriteIsNotFoundActionGroup" stepKey="checkUrlOnFrontendSecondTime">
5050
<argument name="requestPath" value="newrequestpath.html"/>
5151
</actionGroup>
5252

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
<requiredEntity createDataKey="simpleProduct2"/>
4747
</createData>
4848
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
49-
<actionGroup ref="goToProductPageViaID" stepKey="goToProduct">
49+
<actionGroup ref="GoToProductPageViaIDActionGroup" stepKey="goToProduct">
5050
<argument name="productId" value="$$createBundleProduct.id$$"/>
5151
</actionGroup>
5252
<scrollTo selector="{{AdminProductFormBundleSection.contentDropDown}}" stepKey="scrollToBundleSection"/>
5353
<selectOption userInput="Separately" selector="{{AdminProductFormBundleSection.shipmentType}}" stepKey="selectSeparately"/>
54-
<actionGroup ref="saveProductForm" stepKey="saveProduct"/>
54+
<actionGroup ref="SaveProductFormActionGroup" stepKey="saveProduct"/>
5555
<magentoCLI stepKey="reindex" command="indexer:reindex"/>
5656
<magentoCLI stepKey="flushCache" command="cache:flush"/>
5757
</before>

0 commit comments

Comments
 (0)