Skip to content

Commit 42a0614

Browse files
author
Oleksandr Iegorov
committed
MC-40979: Add missed test coverage for MC-39619
1 parent 4eafee1 commit 42a0614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontAddCategoryBundleProductWithSingleChoiceToCartActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<click selector="{{StorefrontCategoryProductSection.ProductAddToCartByName(product.name)}}" stepKey="clickAddToCart"/>
2222
<waitForPageLoad stepKey="waitForPageLoad1"/>
2323
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" stepKey="waitForSuccessMessage"/>
24-
<see selector="{{StorefrontMessagesSection.success}}" userInput="You added {{productName}} to your shopping cart." stepKey="seeAddToCartSuccessMessage"/>
24+
<see selector="{{StorefrontMessagesSection.success}}" userInput="You added {{product.name}} to your shopping cart." stepKey="seeAddToCartSuccessMessage"/>
2525

2626
<!--Open minicart and change Qty-->
2727
<scrollToTopOfPage stepKey="scrollToTheTopOfThePage"/>

0 commit comments

Comments
 (0)