Skip to content

Commit

Permalink
test(apps/web): Skip more metamask tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov committed Jan 7, 2025
1 parent 9b2c63b commit 39e3731
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/e2e/transactions/metamask.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ test.describe.serial("Ether Deposit form", () => {
}
});

test("should render 'Ether Deposit' transaction form", async ({ page }) => {
test.skip("should render 'Ether Deposit' transaction form", async ({
page,
}) => {
await page.goto("/");

const connectButton = page.getByText("Connect Wallet");
Expand Down

0 comments on commit 39e3731

Please sign in to comment.