Skip to content

Commit 1760ae0

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-55418-ft-module-store' into pr
2 parents f86638f + 3aa1638 commit 1760ae0

19 files changed

+150
-8
lines changed

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class CreateStoreEntityTest extends Injectable
3434
/* tags */
3535
const MVP = 'yes';
3636
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
37+
const SEVERITY = 'S0';
3738
/* end tags */
3839

3940
/**

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,27 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Store\Test\TestCase\CreateStoreEntityTest" summary="Create Store View" ticketId="MAGETWO-27647">
1010
<variation name="CreateStoreEntityTestVariation1">
11+
<data name="tag" xsi:type="string">severity:S1</data>
1112
<data name="store/data/group_id/dataset" xsi:type="string">default</data>
1213
<data name="store/data/name" xsi:type="string">store_name_%isolation%</data>
1314
<data name="store/data/code" xsi:type="string">storecode_%isolation%</data>
1415
<data name="store/data/is_active" xsi:type="string">Enabled</data>
1516
<constraint name="Magento\Store\Test\Constraint\AssertStoreSuccessSaveMessage" />
16-
<constraint name="Magento\Store\Test\Constraint\AssertStoreInGrid" />
17-
<constraint name="Magento\Store\Test\Constraint\AssertStoreForm" />
1817
<constraint name="Magento\Store\Test\Constraint\AssertStoreBackend" />
1918
<constraint name="Magento\Store\Test\Constraint\AssertStoreFrontend" />
2019
</variation>
2120
<variation name="CreateStoreEntityTestVariation2">
21+
<data name="tag" xsi:type="string">severity:S3</data>
2222
<data name="store/data/group_id/dataset" xsi:type="string">default</data>
2323
<data name="store/data/name" xsi:type="string">store_name_%isolation%</data>
2424
<data name="store/data/code" xsi:type="string">storecode_%isolation%</data>
2525
<data name="store/data/is_active" xsi:type="string">Disabled</data>
2626
<constraint name="Magento\Store\Test\Constraint\AssertStoreSuccessSaveMessage" />
27-
<constraint name="Magento\Store\Test\Constraint\AssertStoreInGrid" />
28-
<constraint name="Magento\Store\Test\Constraint\AssertStoreForm" />
2927
<constraint name="Magento\Store\Test\Constraint\AssertStoreBackend" />
3028
<constraint name="Magento\Store\Test\Constraint\AssertStoreNotOnFrontend" />
3129
</variation>
3230
<variation name="CreateStoreEntityTestVariation3">
31+
<data name="tag" xsi:type="string">severity:S1</data>
3332
<data name="store/data/group_id/dataset" xsi:type="string">custom</data>
3433
<data name="store/data/name" xsi:type="string">store_name_%isolation%</data>
3534
<data name="store/data/code" xsi:type="string">storecode_%isolation%</data>
@@ -41,7 +40,7 @@
4140
<constraint name="Magento\Store\Test\Constraint\AssertStoreFrontend" />
4241
</variation>
4342
<variation name="CreateStoreEntityTestVariation4" summary="Create New Localized Store View" ticketId="MAGETWO-12405">
44-
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test</data>
43+
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, severity:S0</data>
4544
<data name="store/data/group_id/dataset" xsi:type="string">default</data>
4645
<data name="store/data/name" xsi:type="string">DE_%isolation%</data>
4746
<data name="store/data/code" xsi:type="string">de_%isolation%</data>

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class CreateStoreGroupEntityTest extends Injectable
2929
{
3030
/* tags */
3131
const MVP = 'yes';
32+
const SEVERITY = 'S1';
3233
/* end tags */
3334

3435
/**

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Store\Test\TestCase\CreateStoreGroupEntityTest" summary="Create Store Group" ticketId="MAGETWO-27345">
1010
<variation name="CreateStoreGroupEntityTestVariation1">
11+
<data name="tag" xsi:type="string">severity:S1</data>
1112
<data name="storeGroup/data/website_id/dataset" xsi:type="string">main_website</data>
1213
<data name="storeGroup/data/name" xsi:type="string">store_name_%isolation%</data>
1314
<data name="storeGroup/data/root_category_id/dataset" xsi:type="string">default_category</data>
1415
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupSuccessSaveMessage" />
15-
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupInGrid" />
1616
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupForm" />
1717
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupOnStoreViewForm" />
1818
</variation>
1919
<variation name="CreateStoreGroupEntityTestVariation2">
20+
<data name="tag" xsi:type="string">severity:S1</data>
2021
<data name="storeGroup/data/website_id/dataset" xsi:type="string">custom_website</data>
2122
<data name="storeGroup/data/name" xsi:type="string">store_name_%isolation%</data>
2223
<data name="storeGroup/data/root_category_id/dataset" xsi:type="string">root_category</data>

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class CreateWebsiteEntityTest extends Injectable
2929
{
3030
/* tags */
3131
const MVP = 'yes';
32+
const SEVERITY = 'S1';
3233
/* end tags */
3334

3435
/**

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.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\Store\Test\TestCase\CreateWebsiteEntityTest" summary="Create Website" ticketId="MAGETWO-27665">
1010
<variation name="CreateWebsiteEntityTestVariation1">
11+
<data name="tag" xsi:type="string">severity:S1</data>
1112
<data name="website/data/name" xsi:type="string">website_%isolation%</data>
1213
<data name="website/data/code" xsi:type="string">code_%isolation%</data>
1314
<constraint name="Magento\Store\Test\Constraint\AssertWebsiteSuccessSaveMessage" />

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class DeleteStoreEntityTest extends Injectable
3636
{
3737
/* tags */
3838
const MVP = 'yes';
39+
const SEVERITY = 'S2';
3940
/* end tags */
4041

4142
/**

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml

Lines changed: 2 additions & 1 deletion
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\Store\Test\TestCase\DeleteStoreEntityTest" summary="Delete Store View" ticketId="MAGETWO-27942">
1010
<variation name="DeleteStoreEntityTestVariation1">
11+
<data name="tag" xsi:type="string">severity:S2</data>
1112
<data name="store/dataset" xsi:type="string">custom</data>
1213
<data name="createBackup" xsi:type="string">Yes</data>
1314
<constraint name="Magento\Store\Test\Constraint\AssertStoreSuccessDeleteAndBackupMessages" />
@@ -16,10 +17,10 @@
1617
<constraint name="Magento\Store\Test\Constraint\AssertStoreNotOnFrontend" />
1718
</variation>
1819
<variation name="DeleteStoreEntityTestVariation2">
20+
<data name="tag" xsi:type="string">severity:S2</data>
1921
<data name="store/dataset" xsi:type="string">custom</data>
2022
<data name="createBackup" xsi:type="string">No</data>
2123
<constraint name="Magento\Store\Test\Constraint\AssertStoreSuccessDeleteMessage" />
22-
<constraint name="Magento\Store\Test\Constraint\AssertStoreNotInGrid" />
2324
<constraint name="Magento\Store\Test\Constraint\AssertStoreNotOnFrontend" />
2425
</variation>
2526
</testCase>

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class DeleteStoreGroupEntityTest extends Injectable
3838
{
3939
/* tags */
4040
const MVP = 'yes';
41+
const SEVERITY = 'S3';
4142
/* end tags */
4243

4344
/**

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Store\Test\TestCase\DeleteStoreGroupEntityTest" summary="Delete Store Group" ticketId="MAGETWO-27596">
1010
<variation name="DeleteStoreGroupEntityTestVariation1">
11+
<data name="tag" xsi:type="string">severity:S3</data>
1112
<data name="storeGroup/dataset" xsi:type="string">custom</data>
1213
<data name="createBackup" xsi:type="string">Yes</data>
1314
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupSuccessDeleteAndBackupMessages" />
1415
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupNotInGrid" />
1516
<constraint name="Magento\Backup\Test\Constraint\AssertBackupInGrid" />
1617
</variation>
1718
<variation name="DeleteStoreGroupEntityTestVariation2">
19+
<data name="tag" xsi:type="string">severity:S3</data>
1820
<data name="storeGroup/dataset" xsi:type="string">custom</data>
1921
<data name="createBackup" xsi:type="string">No</data>
2022
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupSuccessDeleteMessage" />

0 commit comments

Comments
 (0)