Skip to content

Commit 39d0093

Browse files
committed
MC-4331: Convert DeleteProductsFromCartOfAdvancedCheckoutEntityTest to MFTF
1 parent 462bd56 commit 39d0093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutCartProductSection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<element name="checkoutCartSubtotal" type="text" selector="//td[@class='col subtotal']//span[@class='price']"/>
4848
<element name="emptyCart" selector=".cart-empty" type="text"/>
4949
<!-- Required attention section -->
50-
<element name="removeProductBySku" type="button" selector="//*[contains(text(), '{{sku}}')]/ancestor::tbody//button" parameterized="true" timeout="30"/>
51-
<element name="failedItemBySku" type="block" selector="//*[@class='cart item' and .//tr[contains(@class,'info') and .//div[contains(.,'{{sku}}')]]]" parameterized="true" timeout="30"/>
50+
<element name="removeProductBySku" type="button" selector="//div[contains(., '{{sku}}')]/ancestor::tbody//button" parameterized="true" timeout="30"/>
51+
<element name="failedItemBySku" type="block" selector="//div[contains(.,'{{sku}}')]/ancestor::tbody" parameterized="true" timeout="30"/>
5252
</section>
5353
</sections>

0 commit comments

Comments
 (0)