File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed
dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 9
9
10
10
/**
11
11
* 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.
17
13
*
18
14
* 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.
29
19
*
30
20
* @group Braintree_(CS)
31
- * @ZephyrId MAGETWO-39363
21
+ * @ZephyrId MAGETWO-48689, MAGETWO-48698
32
22
*/
33
- class CreateOnlineCreditMemoBraintreeTest extends Scenario
23
+ class CreateOnlineCreditMemoBraintreePaypalTest extends Scenario
34
24
{
35
25
/* tags */
36
26
const MVP = 'yes ' ;
@@ -39,7 +29,7 @@ class CreateOnlineCreditMemoBraintreeTest extends Scenario
39
29
/* end tags */
40
30
41
31
/**
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 .
43
33
*
44
34
* @return void
45
35
*/
You can’t perform that action at this time.
0 commit comments