Skip to content

Commit d00a905

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-55412-ft-directory' into ft-pr-new
2 parents b84d4e3 + e144dc3 commit d00a905

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class CreateCurrencyRateTest extends Injectable
3131
{
3232
/* tags */
3333
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
34+
const SEVERITY = 'S1';
3435
/* end tags */
3536

3637
/**

dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Directory\Test\TestCase\CreateCurrencyRateTest" summary="Create Currency Rate" ticketId="MAGETWO-36824">
1010
<variation name="CreateCurrencyRateTestVariation1">
11-
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test</data>
11+
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, severity:S1</data>
1212
<data name="currencyRate/data/currency_from" xsi:type="string">USD</data>
1313
<data name="currencyRate/data/currency_to" xsi:type="string">EUR</data>
1414
<data name="currencyRate/data/rate" xsi:type="number">0.8</data>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>

0 commit comments

Comments
 (0)