Skip to content

Commit

Permalink
fix: e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 authored and kittybest committed Jul 4, 2024
1 parent 53773e8 commit 61fcba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/connectWallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test.describe("connect wallet", () => {
});

test("should connect wallet using default metamask account", async ({ page }) => {
await page.getByText(/Connect wallet/).click();
await page.getByRole("button", { name: "Connect wallet" }).first().click();
await page.getByTestId("rk-wallet-option-io.metamask").click();

const metamask = await page.context().waitForEvent("page");
Expand Down

0 comments on commit 61fcba4

Please sign in to comment.