Skip to content

Commit

Permalink
fix: e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Jul 3, 2024
1 parent 7b0a77d commit 5c197f8
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 5c197f8

Please sign in to comment.