Skip to content

Commit 309c854

Browse files
author
Elena Marchenko
committed
MAGETWO-67180: Update functional tests scope of Single Flow job in Functional 3rd Party Tests plan
1 parent 59e8864 commit 309c854

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class OnePageCheckoutTest extends Scenario
4040
{
4141
/* tags */
4242
const MVP = 'yes';
43-
const TEST_TYPE = 'acceptance_test, extended_acceptance_test, 3rd_party_test';
43+
const TEST_TYPE = 'acceptance_test, extended_acceptance_test, 3rd_party_test, 3rd_party_test_single_flow';
4444
const SEVERITY = 'S0';
4545
/* end tags */
4646

dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOnlineInvoiceEntityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CreateOnlineInvoiceEntityTest extends Scenario
3939
{
4040
/* tags */
4141
const MVP = 'yes';
42-
const TEST_TYPE = '3rd_party_test';
42+
const TEST_TYPE = '3rd_party_test, 3rd_party_test_single_flow';
4343
const SEVERITY = 'S0';
4444
/* end tags */
4545

dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/VoidAuthorizationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class VoidAuthorizationTest extends Scenario
3434
{
3535
/* tags */
3636
const MVP = 'yes';
37-
const TEST_TYPE = '3rd_party_test';
37+
const TEST_TYPE = '3rd_party_test, 3rd_party_test_single_flow';
3838
const SEVERITY = 'S0';
3939
/* end tags */
4040

0 commit comments

Comments
 (0)