Skip to content

Commit d47cd78

Browse files
committed
MTA-3844: Deliver Issues to mainline
1 parent c1085c4 commit d47cd78

File tree

5 files changed

+71
-13
lines changed

5 files changed

+71
-13
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/etc/di.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Checkout\Test\Constraint\AssertCartIsEmpty">
10-
<arguments>
11-
<argument name="severity" xsi:type="string">middle</argument>
12-
</arguments>
13-
</type>
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
10+
<type name="Magento\Checkout\Test\Constraint\AssertCartIsEmpty">
11+
<arguments>
12+
<argument name="severity" xsi:type="string">middle</argument>
13+
</arguments>
14+
</type>
15+
<type name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage">
16+
<arguments>
17+
<argument name="severity" xsi:type="string">S0</argument>
18+
</arguments>
19+
</type>
1420
</config>

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/OnePageCheckoutTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<data name="creditCard/dataset" xsi:type="string">visa_default</data>
2424
<data name="isVaultEnabled" xsi:type="boolean">false</data>
2525
<data name="configData" xsi:type="string">payflowpro</data>
26-
<data name="tag" xsi:type="string">test_type:3rd_party_test, severity:S0</data>
26+
<data name="tag" xsi:type="string">test_type:3rd_party_test, severity:S1</data>
2727
<constraint name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage" />
2828
<constraint name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />
2929
<constraint name="Magento\Sales\Test\Constraint\AssertAuthorizationInCommentsHistory" />

dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOnlineInvoiceEntityTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class CreateOnlineInvoiceEntityTest extends Scenario
4040
/* tags */
4141
const MVP = 'yes';
4242
const TEST_TYPE = '3rd_party_test';
43+
const SEVERITY = 'S0';
4344
/* end tags */
4445

4546
/**

dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/VoidAuthorizationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class VoidAuthorizationTest extends Scenario
3535
/* tags */
3636
const MVP = 'yes';
3737
const TEST_TYPE = '3rd_party_test';
38+
const SEVERITY = 'S0';
3839
/* end tags */
3940

4041
/**

dev/tests/functional/tests/app/Magento/Sales/Test/etc/di.xml

Lines changed: 56 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,82 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
99
<type name="Magento\Sales\Test\Constraint\AssertOrderStatusInGrid">
1010
<arguments>
11-
<argument name="severity" xsi:type="string">high</argument>
11+
<argument name="severity" xsi:type="string">S0</argument>
1212
</arguments>
1313
</type>
1414
<type name="Magento\Sales\Test\Constraint\AssertOrderStatusDuplicateStatus">
1515
<arguments>
16-
<argument name="severity" xsi:type="string">high</argument>
16+
<argument name="severity" xsi:type="string">S0</argument>
1717
</arguments>
1818
</type>
1919
<type name="Magento\Sales\Test\Constraint\AssertOrderCancelSuccessMessage">
2020
<arguments>
21-
<argument name="severity" xsi:type="string">high</argument>
21+
<argument name="severity" xsi:type="string">S0</argument>
2222
</arguments>
2323
</type>
2424
<type name="Magento\Sales\Test\Constraint\AssertOrderMassOnHoldSuccessMessage">
2525
<arguments>
26-
<argument name="severity" xsi:type="string">high</argument>
26+
<argument name="severity" xsi:type="string">S0</argument>
2727
</arguments>
2828
</type>
2929
<type name="Magento\Sales\Test\Constraint\AssertAuthorizationInCommentsHistory">
3030
<arguments>
31-
<argument name="severity" xsi:type="string">high</argument>
31+
<argument name="severity" xsi:type="string">S0</argument>
32+
</arguments>
33+
</type>
34+
<type name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal">
35+
<arguments>
36+
<argument name="severity" xsi:type="string">S0</argument>
3237
</arguments>
3338
</type>
3439
<type name="Magento\Sales\Test\Constraint\AssertCaptureInCommentsHistory">
3540
<arguments>
36-
<argument name="severity" xsi:type="string">high</argument>
41+
<argument name="severity" xsi:type="string">S0</argument>
42+
</arguments>
43+
</type>
44+
<type name="Magento\Sales\Test\Constraint\AssertVoidInCommentsHistory">
45+
<arguments>
46+
<argument name="severity" xsi:type="string">S0</argument>
47+
</arguments>
48+
</type>
49+
<type name="Magento\Sales\Test\Constraint\AssertRefundSuccessCreateMessage">
50+
<arguments>
51+
<argument name="severity" xsi:type="string">S0</argument>
52+
</arguments>
53+
</type>
54+
<type name="Magento\Sales\Test\Constraint\AssertOrderSuccessVoidedMessage">
55+
<arguments>
56+
<argument name="severity" xsi:type="string">S0</argument>
57+
</arguments>
58+
</type>
59+
<type name="Magento\Sales\Test\Constraint\AssertRefundInCreditMemoTab">
60+
<arguments>
61+
<argument name="severity" xsi:type="string">S0</argument>
62+
</arguments>
63+
</type>
64+
<type name="Magento\Sales\Test\Constraint\AssertRefundInCommentsHistory">
65+
<arguments>
66+
<argument name="severity" xsi:type="string">S0</argument>
67+
</arguments>
68+
</type>
69+
<type name="Magento\Sales\Test\Constraint\AssertInvoiceSuccessCreateMessage">
70+
<arguments>
71+
<argument name="severity" xsi:type="string">S0</argument>
72+
</arguments>
73+
</type>
74+
<type name="Magento\Sales\Test\Constraint\AssertInvoiceItems">
75+
<arguments>
76+
<argument name="severity" xsi:type="string">S1</argument>
77+
</arguments>
78+
</type>
79+
<type name="Magento\Sales\Test\Constraint\AssertTransactionStatus">
80+
<arguments>
81+
<argument name="severity" xsi:type="string">S2</argument>
82+
</arguments>
83+
</type>
84+
<type name="Magento\Sales\Test\Constraint\AssertOrderStatusIsCorrect">
85+
<arguments>
86+
<argument name="severity" xsi:type="string">S0</argument>
3787
</arguments>
3888
</type>
3989
</config>

0 commit comments

Comments
 (0)