Skip to content

Commit 2c4b7f0

Browse files
author
Yaroslav Onischenko
authored
Merge pull request #284 from magento-qmt/PR
[Mavericks] Merge Domain Functional Bamboo Plan
2 parents aaf2059 + ceaadfe commit 2c4b7f0

File tree

254 files changed

+303
-572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+303
-572
lines changed

dev/tests/functional/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"magento/mtf": "1.0.0-rc46",
3+
"magento/mtf": "1.0.0-rc47",
44
"php": "~5.6.0|7.0.2|~7.0.6",
55
"phpunit/phpunit": "4.1.0",
66
"phpunit/phpunit-selenium": ">=1.2"

dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ExpireAdminSessionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class ExpireAdminSessionTest extends Injectable
3030
{
3131
/* tags */
3232
const MVP = 'no';
33-
const DOMAIN = 'PS';
3433
/* end tags */
3534

3635
protected $systemConfigEdit;

dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
* 3. Fill in data according dataset
2323
* 4. Perform assertions
2424
*
25-
* @group Search_Core_(MX)
25+
* @group Search_Core
2626
* @ZephyrId MAGETWO-28457
2727
*/
2828
class GlobalSearchEntityTest extends Injectable
2929
{
3030
/* tags */
3131
const MVP = 'no';
32-
const DOMAIN = 'MX';
3332
/* end tags */
3433

3534
/**

dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/HttpsHeadersDisableTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class HttpsHeadersDisableTest extends Injectable
2525
{
2626
/* tags */
2727
const MVP = 'no';
28-
const DOMAIN = 'PS';
2928
/* end tags */
3029

3130
/**

dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/HttpsHeadersEnableTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class HttpsHeadersEnableTest extends Injectable
2525
{
2626
/* tags */
2727
const MVP = 'no';
28-
const DOMAIN = 'PS';
2928
/* end tags */
3029

3130
/**

dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class NavigateMenuTest extends Injectable
2121
{
2222
/* tags */
2323
const MVP = 'no';
24-
const DOMAIN = 'PS';
2524
/* end tags */
2625

2726
/**

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/BraintreeSettlementReportTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@
3030
* 12. Find transaction for latest order.
3131
* 13. Perform assertions.
3232
*
33-
* @group Braintree_(CS)
33+
* @group Braintree
3434
* @ZephyrId MAGETWO-48162
3535
*/
3636
class BraintreeSettlementReportTest extends Scenario
3737
{
3838
/* tags */
3939
const MVP = 'yes';
40-
const DOMAIN = 'CS';
4140
const TEST_TYPE = '3rd_party_test';
4241
/* end tags */
4342

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CheckoutWithBraintreePaypalCartTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
* 8. Select payment method
2626
* 12. Perform assertions.
2727
*
28-
* @group Braintree_(CS)
28+
* @group Braintree
2929
* @ZephyrId MAGETWO-39363
3030
*/
3131
class CheckoutWithBraintreePaypalCartTest extends Scenario
3232
{
3333
/* tags */
3434
const MVP = 'yes';
35-
const DOMAIN = 'CS';
3635
const TEST_TYPE = '3rd_party_test';
3736
/* end tags */
3837

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CheckoutWithBraintreePaypalMinicartTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
* 8. Select payment method
2626
* 12. Perform assertions.
2727
*
28-
* @group Braintree_(CS)
28+
* @group Braintree
2929
* @ZephyrId MAGETWO-39359
3030
*/
3131
class CheckoutWithBraintreePaypalMinicartTest extends Scenario
3232
{
3333
/* tags */
3434
const MVP = 'yes';
35-
const DOMAIN = 'CS';
3635
const TEST_TYPE = '3rd_party_test';
3736
/* end tags */
3837

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CreateOnlineCreditMemoBraintreePaypalTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
* 3. Create credit memo.
1818
* 4. Perform assertions.
1919
*
20-
* @group Braintree_(CS)
20+
* @group Braintree
2121
* @ZephyrId MAGETWO-48689, MAGETWO-48698
2222
*/
2323
class CreateOnlineCreditMemoBraintreePaypalTest extends Scenario
2424
{
2525
/* tags */
2626
const MVP = 'yes';
27-
const DOMAIN = 'CS';
2827
const TEST_TYPE = '3rd_party_test';
2928
/* end tags */
3029

0 commit comments

Comments
 (0)