File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
dev/tests/functional/tests/app/Magento/Directory/Test Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ class CreateCurrencyRateTest extends Injectable
31
31
{
32
32
/* tags */
33
33
const TEST_TYPE = 'acceptance_test, extended_acceptance_test ' ;
34
+ const SEVERITY = 'S1 ' ;
34
35
/* end tags */
35
36
36
37
/**
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\Directory\Test\TestCase\CreateCurrencyRateTest" summary =" Create Currency Rate" ticketId =" MAGETWO-36824" >
10
10
<variation name =" CreateCurrencyRateTestVariation1" >
11
+ <data name =" tag" xsi : type =" string" >severity:S1</data >
11
12
<data name =" tag" xsi : type =" string" >test_type:acceptance_test, test_type:extended_acceptance_test</data >
12
13
<data name =" currencyRate/data/currency_from" xsi : type =" string" >USD</data >
13
14
<data name =" currencyRate/data/currency_to" xsi : type =" string" >EUR</data >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2016 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
+ <type name =" Magento\Directory\Test\Constraint\AssertCurrencyRateAppliedOnCatalogPage" >
10
+ <arguments >
11
+ <argument name =" severity" xsi : type =" string" >S1</argument >
12
+ </arguments >
13
+ </type >
14
+ <type name =" Magento\Directory\Test\Constraint\AssertCurrencyRateSuccessSaveMessage" >
15
+ <arguments >
16
+ <argument name =" severity" xsi : type =" string" >S1</argument >
17
+ </arguments >
18
+ </type >
19
+ </config >
You can’t perform that action at this time.
0 commit comments