Skip to content

Commit 8ecddac

Browse files
author
OlgaVasyltsun
committed
MC-29047: Fix MFTF test
1 parent 748fd85 commit 8ecddac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<argument name="product"/>
1717
</arguments>
1818

19-
<waitForElementVisible selector="{{StorefrontCategoryProductSection.ProductTitleByName(productName)}}" stepKey="waitForProduct"/>
19+
<waitForElementVisible selector="{{StorefrontCategoryProductSection.ProductTitleByName(product.name)}}" stepKey="waitForProduct"/>
2020
<seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName(product.name)}}" stepKey="assertProductName"/>
2121
<see userInput="${{product.price}}.00" selector="{{StorefrontCategoryProductSection.ProductPriceByName(product.name)}}" stepKey="AssertProductPrice"/>
2222
<!-- @TODO: MAGETWO-80272 Move to Magento_Checkout -->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
</after>
9898

9999
<!-- Go to the product page for the first product -->
100-
<actionGroup ref="goToProductPageViaID" stepKey="openConfigChildProduct1Page">
100+
<actionGroup ref="GoToProductPageViaIDActionGroup" stepKey="openConfigChildProduct1Page">
101101
<argument name="productId" value="$$createConfigChildProduct1.id$$"/>
102102
</actionGroup>
103103

0 commit comments

Comments
 (0)