We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43629e9 + 0ea9f65 commit d7cacd5Copy full SHA for d7cacd5
app/code/Magento/Checkout/Test/Mftf/Section/CheckoutCartProductSection.xml
@@ -46,5 +46,8 @@
46
<element name="checkoutCartProductPrice" type="text" selector="//td[@class='col price']//span[@class='price']"/>
47
<element name="checkoutCartSubtotal" type="text" selector="//td[@class='col subtotal']//span[@class='price']"/>
48
<element name="emptyCart" selector=".cart-empty" type="text"/>
49
+ <!-- Required attention section -->
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"/>
52
</section>
53
</sections>
0 commit comments