Skip to content

Commit ae01dae

Browse files
committed
MC-36962: Create automated test for "Remove product added to shopping cart"
1 parent a47c588 commit ae01dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
<argument name="subtotal" value="$createSecondProduct.price$" />
6161
<argument name="qty" value="1"/>
6262
</actionGroup>
63-
<dontSee selector="{{CheckoutCartProductSection.productName}}" userInput="$createFirstProduct.name$" stepKey="seeProductNameInCheckoutSummary"/>
63+
<dontSee selector="{{CheckoutCartProductSection.productName}}" userInput="$createFirstProduct.name$" stepKey="checkFirstProductIsAbsentInCart"/>
6464
</test>
6565
</tests>

0 commit comments

Comments
 (0)