Skip to content

Commit 7c61eb3

Browse files
committed
MC-30869: [MFTF] Flaky Test UnassignProductsFromCategoryGridModeTest (MC-2290)
1 parent cc1abf2 commit 7c61eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<description>Navigate to category page and verify product is absent.</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="categoryUrlKey" defaultValue="_defaultCategory.url_key"/>
17-
<argument name="productName" defaultValue="SimpleProduct.name"/>
16+
<argument name="categoryUrlKey" defaultValue="{{_defaultCategory.url_key}}"/>
17+
<argument name="productName" defaultValue="{{SimpleProduct.name}}"/>
1818
</arguments>
1919

2020
<amOnPage url="{{StorefrontCategoryPage.url(categoryUrlKey)}}" stepKey="navigateToCategoryPage"/>

0 commit comments

Comments
 (0)