Skip to content

Commit 8c89e2a

Browse files
committed
MC-25026: MFTF TASK FOR MC-6080 (MC-25681)
1 parent 48423d7 commit 8c89e2a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

app/code/Magento/Customer/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,21 @@
1111
<test name="EndToEndB2CLoggedInUserTest">
1212
<annotations>
1313
<features value="End to End scenarios"/>
14-
<stories value="B2C logged in user - MAGETWO-72524"/>
14+
<stories value="B2C logged in user - MC-25681"/>
1515
<group value="e2e"/>
1616
<title value="You should be able to pass End to End B2C Logged In User scenario"/>
1717
<description value="New user signup and browses catalog, searches for product, adds product to cart, adds product to wishlist, compares products, uses coupon code and checks out."/>
1818
<severity value="CRITICAL"/>
19-
<testCaseId value="MAGETWO-87653"/>
20-
<skip>
21-
<issueId value="MC-17140"/>
22-
</skip>
19+
<testCaseId value="MC-25681"/>
20+
<group value="SearchEngineMysql"/>
2321
</annotations>
2422
<before>
2523
<resetCookie userInput="PHPSESSID" stepKey="resetCookieForCart"/>
2624
</before>
2725
<after>
26+
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer"/>
27+
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
28+
<actionGroup ref="DeleteCustomerFromAdminActionGroup" stepKey="deleteCustomerFromAdmin"/>
2829
<actionGroup ref="logout" stepKey="adminLogout"/>
2930
</after>
3031
<!-- Step 0: User signs up an account -->

0 commit comments

Comments
 (0)