Skip to content

Commit 8ecdc71

Browse files
committed
MAGETWO-48211: Create functional tests for creating online refunds
- Fixed static tests, phpdoc
1 parent cd282e1 commit 8ecdc71

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

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

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,18 @@
99

1010
/**
1111
* Preconditions:
12-
* 1. Configure shipping method.
13-
* 2. Configure payment method.
14-
* 3. Create products.
15-
* 4. Create and setup customer.
16-
* 5. Create tax rule according to dataset.
12+
* 1. PLace order via Briantree PayPal.
1713
*
1814
* Steps:
19-
* 1. Log in Storefront.
20-
* 2. Add products to the Shopping Cart.
21-
* 3. Go to one page checkout.
22-
* 4. Select a shipping method.
23-
* 5. Select a payment method.
24-
* 6. Click 'Place Order' button.
25-
* 7. Log in to Admin.
26-
* 8. Open created order.
27-
* 9. Create credit memo.
28-
* 12. Perform assertions.
15+
* 1. Log in to Admin.
16+
* 2. Open created order.
17+
* 3. Create credit memo.
18+
* 4. Perform assertions.
2919
*
3020
* @group Braintree_(CS)
31-
* @ZephyrId MAGETWO-39363
21+
* @ZephyrId MAGETWO-48689, MAGETWO-48698
3222
*/
33-
class CreateOnlineCreditMemoBraintreeTest extends Scenario
23+
class CreateOnlineCreditMemoBraintreePaypalTest extends Scenario
3424
{
3525
/* tags */
3626
const MVP = 'yes';
@@ -39,7 +29,7 @@ class CreateOnlineCreditMemoBraintreeTest extends Scenario
3929
/* end tags */
4030

4131
/**
42-
* Runs test for online credit memo creation for order placed via Braintree caredit card.
32+
* Runs test for online credit memo creation for order placed via Braintree PayPal.
4333
*
4434
* @return void
4535
*/

0 commit comments

Comments
 (0)