|
1 | 1 | @SavingsAccount |
2 | 2 | Feature: SavingsAccount |
3 | 3 |
|
4 | | -# TODO unskip and check when PS-1088 is done |
5 | | - @Skip @TestRailId:C2438 |
| 4 | + @TestRailId:C2438 |
6 | 5 | Scenario: As a user I would like to Deposit to my savings account |
7 | 6 | When Admin sets the business date to "1 June 2022" |
8 | 7 | When Admin creates a client with random data |
| 8 | + And Admin creates a EUR savings product |
9 | 9 | And Client creates a new EUR savings account with "1 June 2022" submitted on date |
10 | 10 | And Approve EUR savings account on "1 June 2022" date |
11 | 11 | And Activate EUR savings account on "1 June 2022" date |
12 | 12 | And Client successfully deposits 1000 EUR to the savings account on "1 June 2022" date |
13 | 13 |
|
14 | | - @Skip @TestRailId:C2439 |
| 14 | + @TestRailId:C2439 |
15 | 15 | Scenario: As a user I would like to Withdraw from my savings account |
16 | 16 | When Admin sets the business date to "1 June 2022" |
17 | 17 | When Admin creates a client with random data |
| 18 | + And Admin creates a EUR savings product |
18 | 19 | And Client creates a new EUR savings account with "1 June 2022" submitted on date |
19 | 20 | And Approve EUR savings account on "1 June 2022" date |
20 | 21 | And Activate EUR savings account on "1 June 2022" date |
21 | 22 | And Client successfully deposits 1000 EUR to the savings account on "1 June 2022" date |
22 | 23 | And Client successfully withdraw 1000 EUR from the savings account on "1 June 2022" date |
23 | 24 |
|
24 | | - @Skip @TestRailId:C2440 |
| 25 | + @TestRailId:C2440 |
25 | 26 | Scenario: As a user I would like to create an EUR and USD Savings accounts and make deposit and withdraw events |
26 | 27 | When Admin sets the business date to "1 June 2022" |
27 | 28 | When Admin creates a client with random data |
| 29 | + And Admin creates a EUR savings product |
28 | 30 | And Client creates a new EUR savings account with "1 June 2022" submitted on date |
29 | 31 | And Approve EUR savings account on "1 June 2022" date |
30 | 32 | And Activate EUR savings account on "1 June 2022" date |
|
0 commit comments