Skip to content

Commit 8f43690

Browse files
author
Elena Marchenko
committed
MAGETWO-48084: [FT] Update ExpressCheckoutOnePageTest according to new PayPal registration steps
- added TO_MAINTAIN for PayPal Express Checkout tests
1 parent b2eccd0 commit 8f43690

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class ExpressCheckoutFromProductPageTest extends Scenario
3131
const MVP = 'yes';
3232
const DOMAIN = 'CS';
3333
const TEST_TYPE = '3rd_party_test';
34+
const TO_MAINTAIN = 'yes';
3435
/* end tags */
3536

3637
/**

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class ExpressCheckoutFromShoppingCartTest extends Scenario
3131
const MVP = 'yes';
3232
const DOMAIN = 'CS';
3333
const TEST_TYPE = '3rd_party_test';
34+
const TO_MAINTAIN = 'yes';
3435
/* end tags */
3536

3637
/**

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class ExpressCheckoutOnePageTest extends Scenario
3535
const MVP = 'yes';
3636
const DOMAIN = 'CS';
3737
const TEST_TYPE = '3rd_party_test';
38+
const TO_MAINTAIN = 'yes';
3839
/* end tags */
3940

4041
/**

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/InContextExpressCheckoutFromShoppingCartTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class InContextExpressCheckoutFromShoppingCartTest extends Scenario
3232
const MVP = 'yes';
3333
const DOMAIN = 'CS';
3434
const TEST_TYPE = '3rd_party_test';
35+
const TO_MAINTAIN = 'yes';
3536
/* end tags */
3637

3738
/**

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/InContextExpressOnePageCheckoutTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class InContextExpressOnePageCheckoutTest extends Scenario
3232
const MVP = 'yes';
3333
const DOMAIN = 'CS';
3434
const TEST_TYPE = '3rd_party_test';
35+
const TO_MAINTAIN = 'yes';
3536
/* end tags */
3637

3738
/**

0 commit comments

Comments
 (0)