File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
dev/tests/functional/tests/app/Magento/Backend/Test Expand file tree Collapse file tree 2 files changed +11
-0
lines changed 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\Backend\Test\TestCase\ConfigPageVisibilityTest" summary =" Check Developer section and Locale field" >
10
10
<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 >
11
12
<constraint name =" Magento\Backend\Test\Constraint\AssertLocaleCodeVisibility" />
12
13
<constraint name =" Magento\Backend\Test\Constraint\AssertDeveloperSectionVisibility" />
13
14
</variation >
Original file line number Diff line number Diff line change 26
26
<argument name =" severity" xsi : type =" string" >high</argument >
27
27
</arguments >
28
28
</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 >
29
39
</config >
You can’t perform that action at this time.
0 commit comments