Skip to content

Commit 5ae8032

Browse files
committed
MTA-3464: Merge Domain Functional Bamboo Plan
- Merge commit
2 parents 9a51dc3 + 6e29979 commit 5ae8032

File tree

7 files changed

+7
-14
lines changed

7 files changed

+7
-14
lines changed

dev/tests/functional/tests/app/Magento/BundleSampleData/Test/TestCase/NavigateBundleEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010

1111
/**
1212
* @ZephyrId MAGETWO-33559
13-
* @group Sample_Data_(MX)
13+
* @group Sample_Data
1414
*/
1515
class NavigateBundleEntityTest extends Injectable
1616
{
1717
/* tags */
1818
const TEST_TYPE = 'acceptance_test';
1919
const MVP = 'yes';
20-
const DOMAIN = 'MX';
2120
/* end tags */
2221

2322
/**

dev/tests/functional/tests/app/Magento/CatalogSampleData/Test/TestCase/NavigateProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010

1111
/**
1212
* @ZephyrId MAGETWO-33559
13-
* @group Sample_Data_(MX)
13+
* @group Sample_Data
1414
*/
1515
class NavigateProductEntityTest extends Injectable
1616
{
1717
/* tags */
1818
const TEST_TYPE = 'acceptance_test';
1919
const MVP = 'yes';
20-
const DOMAIN = 'MX';
2120
/* end tags */
2221

2322
/**

dev/tests/functional/tests/app/Magento/ConfigurableSampleData/Test/TestCase/NavigateConfigurableProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010

1111
/**
1212
* @ZephyrId MAGETWO-33559
13-
* @group Sample_Data_(MX)
13+
* @group Sample_Data
1414
*/
1515
class NavigateConfigurableProductEntityTest extends Injectable
1616
{
1717
/* tags */
1818
const TEST_TYPE = 'acceptance_test';
1919
const MVP = 'yes';
20-
const DOMAIN = 'MX';
2120
/* end tags */
2221

2322
/**

dev/tests/functional/tests/app/Magento/CustomerSampleData/Test/TestCase/LoginCustomerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
use Magento\Customer\Test\Page\CustomerAccountIndex;
1212

1313
/**
14-
* @group Sample_Data_(MX)
14+
* @group Sample_Data
1515
* @ZephyrId MAGETWO-33559
1616
*/
1717
class LoginCustomerTest extends Injectable
1818
{
1919
/* tags */
2020
const MVP = 'yes';
21-
const DOMAIN = 'CS';
2221
const TEST_TYPE = 'acceptance_test';
2322
/* end tags */
2423

dev/tests/functional/tests/app/Magento/DownloadableSampleData/Test/TestCase/NavigateDownloadableProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010

1111
/**
1212
* @ZephyrId MAGETWO-33559
13-
* @group Sample_Data_(MX)
13+
* @group Sample_Data
1414
*/
1515
class NavigateDownloadableProductEntityTest extends Injectable
1616
{
1717
/* tags */
1818
const TEST_TYPE = 'acceptance_test';
1919
const MVP = 'yes';
20-
const DOMAIN = 'MX';
2120
/* end tags */
2221

2322
/**

dev/tests/functional/tests/app/Magento/GroupedProductSampleData/Test/TestCase/NavigateGroupedProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010

1111
/**
1212
* @ZephyrId MAGETWO-33559
13-
* @group Sample_Data_(MX)
13+
* @group Sample_Data
1414
*/
1515
class NavigateGroupedProductEntityTest extends Injectable
1616
{
1717
/* tags */
1818
const TEST_TYPE = 'acceptance_test';
1919
const MVP = 'yes';
20-
const DOMAIN = 'MX';
2120
/* end tags */
2221

2322
/**

dev/tests/functional/tests/app/Magento/SalesSampleData/Test/TestCase/CheckoutSalesSampleDataProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@
3030
* 11. Place order.
3131
* 12. Perform assertions.
3232
*
33-
* @group Sample_Data_(MX)
33+
* @group Sample_Data
3434
* @ZephyrId MAGETWO-33559
3535
*/
3636
class CheckoutSalesSampleDataProductEntityTest extends Scenario
3737
{
3838
/* tags */
3939
const MVP = 'yes';
40-
const DOMAIN = 'MX';
4140
const TEST_TYPE = 'acceptance_test';
4241
/* end tags */
4342

0 commit comments

Comments
 (0)