Skip to content

Commit 603dba3

Browse files
committed
MC-35783: "1 item(s) need your attention." still visible in mini cart after product remove
1 parent bc8e51d commit 603dba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<element name="emptyMiniCart" type="text" selector="//div[@class='minicart-wrapper']//span[@class='counter qty empty']/../.."/>
4040
<element name="minicartContent" type="block" selector="#minicart-content-wrapper"/>
4141
<element name="messageEmptyCart" type="text" selector="//*[@id='minicart-content-wrapper']//*[contains(@class,'subtitle empty')]"/>
42+
<element name="emptyCartMessageContent" type="text" selector="#minicart-content-wrapper .minicart.empty.text"/>
4243
<element name="visibleItemsCountText" type="text" selector="//div[@class='items-total']"/>
4344
<element name="productQuantity" type="input" selector="//*[@id='mini-cart']//a[contains(text(),'{{productName}}')]/../..//div[@class='details-qty qty']//input[@data-item-qty='{{qty}}']" parameterized="true"/>
4445
<element name="productImage" type="text" selector="//ol[@id='mini-cart']//img[@class='product-image-photo']"/>

0 commit comments

Comments
 (0)