Skip to content

Commit ef1ece4

Browse files
committed
Merge branch 'MC-3288' into 2.3-develop-mftf-pr21
# Conflicts: # app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml # app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontNavigateCategoryPageActionGroup.xml
2 parents 96d13d8 + a690b83 commit ef1ece4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<!-- Check Products after sort on Storefront-->
8+
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11+
<!-- Assert product is missing in category products page -->
1112
<actionGroup name="StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup">
1213
<arguments>
1314
<argument name="productName" type="string"/>

app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontNavigateCategoryPageActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
-->
77

88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
9+
<!-- Navigates storefront category page -->
910
<actionGroup name="StorefrontNavigateCategoryPageActionGroup">
1011
<arguments>
1112
<argument name="category"/>
1213
</arguments>
1314
<!-- Open category page on storefront -->
1415
<amOnPage url="{{StorefrontCategoryPage.url(category.custom_attributes[url_key])}}" stepKey="navigateStorefrontCategoryPage"/>
15-
</actionGroup>
16+
</actionGroup>
1617
</actionGroups>

0 commit comments

Comments
 (0)