Skip to content

Commit dd6cccf

Browse files
committed
MC-24170: Fix Skipped MFTF Tests From MC-17140: MC-13493, MC-14062, MC-14063
1 parent b378594 commit dd6cccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</actionGroup>
7272

7373
<!-- Open first category storefront page -->
74-
<amOnPage url="{{StorefrontCategoryPage.url($createFirstCategory.custom_attributes[url_path]$)}}" stepKey="openFirstCategoryStorefrontPage"/>
74+
<amOnPage url="$createSecondCategory.custom_attributes[url_key]$/$createFirstCategory.custom_attributes[url_key]$.html" stepKey="openFirstCategoryStorefrontPage"/>
7575
<waitForPageLoad stepKey="waitForFirstCategoryStorefrontPageLoad"/>
7676
<see userInput="$createFirstSimpleProduct.name$" selector="{{StorefrontCategoryMainSection.productsList}}" stepKey="seeFirstProductInCategory"/>
7777

0 commit comments

Comments
 (0)