Skip to content

Commit 2481c0b

Browse files
author
OlgaVasyltsun
committed
MC-29047: Fix MFTF test
1 parent 22b5d5e commit 2481c0b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCategoryPageOpenProductActionGroup.xml renamed to app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductFromCategoryPageActionGroup.xml

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

88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10-
<actionGroup name="StorefrontCategoryPageOpenProductActionGroup">
10+
<actionGroup name="StorefrontOpenProductFromCategoryPageActionGroup">
1111
<annotations>
1212
<description>Click on the provided product on category page.</description>
1313
</annotations>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontShouldSeeOnlyConfigurableProductChildAssignedToSeparateCategoryTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-25651"/>
1919
<group value="configurable_product"/>
20+
<group value="catalog"/>
2021
</annotations>
2122
<before>
2223
<!-- Create the category -->
@@ -123,7 +124,7 @@
123124
<actionGroup ref="StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup" stepKey="dontSeeParentProduct">
124125
<argument name="productName" value="$$createConfigProduct.name$$"/>
125126
</actionGroup>
126-
<actionGroup ref="StorefrontCategoryPageOpenProductActionGroup" stepKey="openConfigChildProductFromCategoryPage">
127+
<actionGroup ref="StorefrontOpenProductFromCategoryPageActionGroup" stepKey="openConfigChildProductFromCategoryPage">
127128
<argument name="productName" value="$$createConfigChildProduct1.name$$"/>
128129
</actionGroup>
129130
<actionGroup ref="AssertStorefrontProductDetailPageNameAndUrlActionGroup" stepKey="checkStorefrontConfigChildProductPage">

0 commit comments

Comments
 (0)