Skip to content

Commit

Permalink
chore: Update temporary wallets count
Browse files Browse the repository at this point in the history
  • Loading branch information
NabinKawan committed Jun 6, 2024
1 parent 5184431 commit 9219099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/govtool-frontend/playwright/tests/dRep.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { expect, test as setup } from "@playwright/test";
import kuberService from "@services/kuberService";
import walletManager from "lib/walletManager";

const REGISTER_DREP_WALLETS_COUNT = 8;
const DREP_WALLETS_COUNT = 7;
const REGISTER_DREP_WALLETS_COUNT = 4;
const DREP_WALLETS_COUNT = 9;

setup.beforeEach(async () => {
await setAllureEpic("Setup");
Expand Down

0 comments on commit 9219099

Please sign in to comment.