Skip to content

Commit

Permalink
fix: Resolve wallet popup timeout issue in voting
Browse files Browse the repository at this point in the history
  • Loading branch information
NabinKawan committed Jun 6, 2024
1 parent aa1ec04 commit cb173e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ test.describe("Perform voting", () => {
let dRepPage: Page;

test.beforeEach(async ({ page, browser }) => {
test.slow(); // Due to queue in pop wallets

const wallet = await walletManager.popWallet("registeredDRep");

const tempDRepAuth = await createTempDRepAuth(page, wallet);
Expand Down

0 comments on commit cb173e3

Please sign in to comment.