Skip to content

Commit

Permalink
Merge pull request #196 from privacy-scaling-explorations/fix/e2e-tests
Browse files Browse the repository at this point in the history
fix: e2e tests
  • Loading branch information
ctrlc03 authored Jul 3, 2024
2 parents 7b0a77d + 5c197f8 commit 910e8af
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 910e8af

Please sign in to comment.