Skip to content

Commit 21c2279

Browse files
committed
MQE-1566: Fix mftf and zephyr tests that results in non unique match
1 parent 9faef52 commit 21c2279

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
<annotations>
136136
<features value="Checkout"/>
137137
<stories value="Success page elements are presented for placed order as Guest"/>
138-
<title value="Guest Checkout"/>
139-
<description value="To be sure that other elements of Success page are presented for placed order as Guest."/>
138+
<title value="Guest Checkout - elements of success page are presented for placed order as guest"/>
139+
<description value="To be sure that other elements of Success page are presented for placed order as Guest"/>
140140
<severity value="CRITICAL"/>
141141
<testCaseId value="MC-16490"/>
142142
<group value="checkout"/>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<annotations>
1313
<features value="Checkout"/>
1414
<stories value="Checkout via Guest Checkout"/>
15-
<title value="Guest Checkout"/>
15+
<title value="Guest Checkout - guest should be able to place an order"/>
1616
<description value="Should be able to place an order as a Guest"/>
1717
<severity value="CRITICAL"/>
18-
<testCaseId value="MC-16490"/>
18+
<testCaseId value="MC-12825"/>
1919
<group value="checkout"/>
2020
</annotations>
2121
<before>

0 commit comments

Comments
 (0)