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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
* 6. Open Invoices tab.
2222
* 7. Perform assertions.
2323
*
24-
* @group Braintree_(CS)
24+
* @group Braintree
2525
* @ZephyrId MAGETWO-48614, MAGETWO-48615
2626
*/
2727
class InvoicePayPalBraintreeTest extends Scenario
2828
{
2929
/* tags */
3030
const MVP = 'yes';
31-
const DOMAIN = 'CS';
3231
const TEST_TYPE = '3rd_party_test';
3332
/* end tags */
3433

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@
3131
* 12. Click 'Submit' to place order.
3232
* 13. Perform assertions.
3333
*
34-
* @group Braintree_(CS)
34+
* @group Braintree
3535
* @ZephyrId MAGETWO-46479
3636
*/
3737
class OnePageCheckoutWith3dSecureTest extends Scenario
3838
{
3939
/* tags */
4040
const MVP = 'yes';
41-
const DOMAIN = 'CS';
4241
const TEST_TYPE = '3rd_party_test';
4342
/* end tags */
4443

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@
2828
* 11. Click 'Proceed purchase' in popup.
2929
* 12. Perform assertions.
3030
*
31-
* @group Braintree_(CS)
31+
* @group Braintree
3232
* @ZephyrId MAGETWO-47805
3333
* @ZephyrId MAGETWO-47810
3434
*/
3535
class OnePageCheckoutWithBraintreePaypalTest extends Scenario
3636
{
3737
/* tags */
3838
const MVP = 'yes';
39-
const DOMAIN = 'CS';
4039
const TEST_TYPE = '3rd_party_test';
4140
/* end tags */
4241

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@
3535
* 15. Click *Delete* button on appeared pop up.
3636
* 16. Perform assertions. *
3737
*
38-
* @group Braintree_(CS)
38+
* @group Braintree
3939
* @ZephyrId MAGETWO-54838, MAGETWO-54843, MAGETWO-54844"
4040
*/
4141
class SaveUseDeleteVaultForPaypalBraintreeTest extends Scenario
4242
{
4343
/* tags */
4444
const MVP = 'yes';
45-
const DOMAIN = 'CS';
4645
const TEST_TYPE = '3rd_party_test';
4746
/* end tags */
4847

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@
3535
* 16. Click 'Submit' to place order.
3636
* 17. Perform assertions.
3737
*
38-
* @group One_Page_Checkout_(CS)
38+
* @group One_Page_Checkout
3939
* @ZephyrId MAGETWO-55310
4040
*/
4141
class UseVaultWith3dSecureOnCheckoutTest extends Scenario
4242
{
4343
/* tags */
4444
const MVP = 'yes';
45-
const DOMAIN = 'CS';
4645
const TEST_TYPE = '3rd_party_test';
4746
/* end tags */
4847

dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@
2121
* 5. Save product
2222
* 6. Verify created product
2323
*
24-
* @group Bundle_Product_(CS)
24+
* @group Bundle_Product
2525
* @ZephyrId MAGETWO-24118
2626
*/
2727
class CreateBundleProductEntityTest extends Injectable
2828
{
2929
/* tags */
3030
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
3131
const MVP = 'yes';
32-
const DOMAIN = 'MX';
3332
/* end tags */
3433

3534
/**

dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@
2626
* 5. Click "Save".
2727
* 6. Perform asserts
2828
*
29-
* @group Bundle_Product_(MX)
29+
* @group Bundle_Product
3030
* @ZephyrId MAGETWO-26195
3131
*/
3232
class UpdateBundleProductEntityTest extends Injectable
3333
{
3434
/* tags */
3535
const MVP = 'yes';
36-
const DOMAIN = 'MX';
3736
/* end tags */
3837

3938
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
* 5. Save category
2323
* 6. Verify created category
2424
*
25-
* @group Category_Management_(MX)
25+
* @group Category_Management
2626
* @ZephyrId MAGETWO-23411
2727
*/
2828
class CreateCategoryEntityTest extends Injectable
2929
{
3030
/* tags */
3131
const MVP = 'yes';
32-
const DOMAIN = 'MX';
3332
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
3433
/* end tags */
3534

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
* 4. Click "Delete" button.
2626
* 5. Perform asserts.
2727
*
28-
* @group Category_Management_(MX)
28+
* @group Category_Management
2929
* @ZephyrId MAGETWO-23303
3030
*/
3131
class DeleteCategoryEntityTest extends Injectable
3232
{
3333
/* tags */
3434
const MVP = 'yes';
35-
const DOMAIN = 'MX';
3635
/* end tags */
3736

3837
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@
2727
* 5. Save
2828
* 6. Perform asserts
2929
*
30-
* @group Category_Management_(MX)
30+
* @group Category_Management
3131
* @ZephyrId MAGETWO-23290
3232
*/
3333
class UpdateCategoryEntityTest extends Injectable
3434
{
3535
/* tags */
3636
const MVP = 'yes';
37-
const DOMAIN = 'MX';
3837
/* end tags */
3938

4039
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddCompareProductsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
* 4. Navigate to compare page(click "compare product" link at the top of the page).
2323
* 5. Perform all asserts.
2424
*
25-
* @group Compare_Products_(MX)
25+
* @group Compare_Products
2626
* @ZephyrId MAGETWO-25843
2727
*/
2828
class AddCompareProductsTest extends AbstractCompareProductsTest
2929
{
3030
/* tags */
3131
const MVP = 'yes';
32-
const DOMAIN = 'MX';
3332
/* end tags */
3433

3534
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
* 2. Verify Cross-sell block on checkout page.
2121
*
2222
* @ZephyrId MAGETWO-12390
23-
* @group Cross-sells_(MX)
23+
* @group Cross-sells
2424
*/
2525
class AddToCartCrossSellTest extends AbstractProductPromotedProductsTest
2626
{
2727
/* tags */
2828
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
2929
const MVP = 'yes';
30-
const DOMAIN = 'MX';
3130
/* end tags */
3231

3332
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ClearAllCompareProductsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
* 4. Click "Clear All" icon under the left menu tabs.
2222
* 5. Perform assertions.
2323
*
24-
* @group Compare_Products_(MX)
24+
* @group Compare_Products
2525
* @ZephyrId MAGETWO-25961
2626
*/
2727
class ClearAllCompareProductsTest extends AbstractCompareProductsTest
2828
{
2929
/* tags */
3030
const MVP = 'yes';
31-
const DOMAIN = 'MX';
3231
/* end tags */
3332

3433
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@
2121
* 5. Save Product.
2222
* 6. Perform appropriate assertions.
2323
*
24-
* @group Products_(CS)
24+
* @group Products
2525
* @ZephyrId MAGETWO-23414
2626
*/
2727
class CreateSimpleProductEntityTest extends Injectable
2828
{
2929
/* tags */
3030
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
3131
const MVP = 'yes';
32-
const DOMAIN = 'MX';
3332
/* end tags */
3433

3534
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@
2323
* 5. Save product.
2424
* 6. Verify created product.
2525
*
26-
* @group Virtual_Product_(CS)
26+
* @group Virtual_Product
2727
* @ZephyrId MAGETWO-23417
2828
*/
2929
class CreateVirtualProductEntityTest extends Injectable
3030
{
3131
/* tags */
3232
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
3333
const MVP = 'no';
34-
const DOMAIN = 'MX';
3534
/* end tags */
3635

3736
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DeleteCompareProductsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
* 3. Click (X) icon near the $product from dataset.
2222
* 4. Perform assertions.
2323
*
24-
* @group Compare_Products_(MX)
24+
* @group Compare_Products
2525
* @ZephyrId MAGETWO-26161
2626
*/
2727
class DeleteCompareProductsTest extends AbstractCompareProductsTest
2828
{
2929
/* tags */
3030
const MVP = 'yes';
31-
const DOMAIN = 'MX';
3231
/* end tags */
3332

3433
/**

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DeleteProductEntityTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
* 5. Submit form.
2424
* 6. Perform asserts.
2525
*
26-
* @group Products_(MX)
26+
* @group Products
2727
* @ZephyrId MAGETWO-23272
2828
*/
2929
class DeleteProductEntityTest extends Injectable
3030
{
3131
/* tags */
3232
const MVP = 'yes';
33-
const DOMAIN = 'MX';
3433
/* end tags */
3534

3635
/**

0 commit comments

Comments
 (0)