Skip to content

Commit aa7ac82

Browse files
#22478: MFTF test fix.
1 parent 49936ba commit aa7ac82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/NoErrorCartCheckoutForProductsDeletedFromMiniCartTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
<see selector="{{StoreFrontRemoveItemModalSection.message}}" userInput="Are you sure you would like to remove this item from the shopping cart?" stepKey="seeDeleteConfirmationMessage"/>
4848
<click selector="{{StoreFrontRemoveItemModalSection.ok}}" stepKey="confirmDelete"/>
4949
<waitForPageLoad stepKey="waitForDeleteToFinish"/>
50-
<click selector="{{CheckoutCartProductSection.RemoveItem}}" stepKey="deleteProductFromCheckoutCart"/>
50+
<dontSeeElement selector="{{CheckoutCartProductSection.RemoveItem}}" stepKey="dontSeeDeleteProductFromCheckoutCart"/>
51+
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickCart"/>
5152
<waitForPageLoad stepKey="WaitForPageLoad3"/>
5253
<see userInput="You have no items in your shopping cart." stepKey="seeNoItemsInShoppingCart"/>
5354
</test>

0 commit comments

Comments
 (0)