Skip to content

Commit 0cb4683

Browse files
author
Bohdan Korablov
committed
MAGETWO-61786: Implementation
1 parent 5d54f39 commit 0cb4683

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigPageVisibilityTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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\Backend\Test\TestCase\ConfigPageVisibilityTest" summary="Check Developer section and Locale field">
1010
<variation name="VisibilityOfDeveloperSectionAndLocaleField" summary="Check Developer section and Locale field" ticketId="MAGETWO-63625, MAGETWO-63624">
11+
<data name="tag" xsi:type="string">severity:S1</data>
1112
<constraint name="Magento\Backend\Test\Constraint\AssertLocaleCodeVisibility" />
1213
<constraint name="Magento\Backend\Test\Constraint\AssertDeveloperSectionVisibility" />
1314
</variation>

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,14 @@
2626
<argument name="severity" xsi:type="string">high</argument>
2727
</arguments>
2828
</type>
29+
<type name="Magento\Backend\Test\Constraint\AssertLocaleCodeVisibility">
30+
<arguments>
31+
<argument name="severity" xsi:type="string">S1</argument>
32+
</arguments>
33+
</type>
34+
<type name="Magento\Backend\Test\Constraint\AssertDeveloperSectionVisibility">
35+
<arguments>
36+
<argument name="severity" xsi:type="string">S1</argument>
37+
</arguments>
38+
</type>
2939
</config>

0 commit comments

Comments
 (0)