|
9 | 9 | adaHolder06Wallet, |
10 | 10 | budgetProposal01Wallet, |
11 | 11 | budgetProposal02Wallet, |
| 12 | + budgetProposal03Wallet, |
| 13 | + budgetProposal04Wallet, |
12 | 14 | dRep01Wallet, |
13 | 15 | dRep02Wallet, |
14 | 16 | dRep03Wallet, |
@@ -57,6 +59,8 @@ const proposal09AuthFile = ".auth/proposal09.json"; |
57 | 59 |
|
58 | 60 | const budgetProposal01AuthFile = ".auth/budgetProposal01.json"; |
59 | 61 | const budgetProposal02AuthFile = ".auth/budgetProposal02.json"; |
| 62 | +const budgetProposal03AuthFile = ".auth/budgetProposal03.json"; |
| 63 | +const budgetProposal04AuthFile = ".auth/budgetProposal04.json"; |
60 | 64 |
|
61 | 65 | setup.beforeEach(async () => { |
62 | 66 | await setAllureEpic("Setup"); |
@@ -252,3 +256,21 @@ setup("Create Budget Proposal 02 auth", async ({ page, context }) => { |
252 | 256 | auth: budgetProposal02AuthFile, |
253 | 257 | }); |
254 | 258 | }); |
| 259 | + |
| 260 | +setup("Create Budget Proposal 03 auth", async ({ page, context }) => { |
| 261 | + await createAuthWithUserName({ |
| 262 | + page, |
| 263 | + context, |
| 264 | + wallet: budgetProposal03Wallet, |
| 265 | + auth: budgetProposal03AuthFile, |
| 266 | + }); |
| 267 | +}); |
| 268 | + |
| 269 | +setup("Create Budget Proposal 04 auth", async ({ page, context }) => { |
| 270 | + await createAuthWithUserName({ |
| 271 | + page, |
| 272 | + context, |
| 273 | + wallet: budgetProposal04Wallet, |
| 274 | + auth: budgetProposal04AuthFile, |
| 275 | + }); |
| 276 | +}); |
0 commit comments