Skip to content

Commit

Permalink
push commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Mamoun98 committed Dec 10, 2024
1 parent 94f5367 commit ab06421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/idos-sdk-e2e/tests/01-evm-auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ test("should login successfully with an EVM wallet", async ({
await page.getByRole("button", { name: "Connect a wallet" }).click();
await page.getByRole("button", { name: "Metamask" }).first().click();
await metamask.connectToDapp(["Pristine"]);

await page.waitForTimeout(2000);
await expect(page.locator("#disconnect-wallet-btn")).toBeVisible();
});
Expand Down

0 comments on commit ab06421

Please sign in to comment.