From 4c9bf48dcc341ec819aeaf0e7769a6e55c156b4d Mon Sep 17 00:00:00 2001 From: Big Boss Date: Mon, 9 Sep 2024 19:56:39 -0500 Subject: [PATCH] e2e: skip deposit specs (#708) --- packages/playwright/tests/deposit.onboarded.spec.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/playwright/tests/deposit.onboarded.spec.ts b/packages/playwright/tests/deposit.onboarded.spec.ts index 8bd1d1f4a..1f201b13b 100644 --- a/packages/playwright/tests/deposit.onboarded.spec.ts +++ b/packages/playwright/tests/deposit.onboarded.spec.ts @@ -18,7 +18,7 @@ const test = mergeTests(sendAccountTest, ethereumTest) let log: debug.Debugger -test('can deposit USDC with web3 wallet', async ({ +test.skip('can deposit USDC with web3 wallet', async ({ page, injectWeb3Provider, accounts, @@ -164,7 +164,7 @@ test('can deposit USDC with web3 wallet', async ({ }) }) -test('can deposit ETH with web3 wallet', async ({ +test.skip('can deposit ETH with web3 wallet', async ({ page, injectWeb3Provider, accounts, @@ -287,7 +287,7 @@ test('can deposit ETH with web3 wallet', async ({ }) }) -test('can connect and disconnect using wallet button', async ({ +test.skip('can connect and disconnect using wallet button', async ({ page, injectWeb3Provider, accounts, @@ -344,7 +344,7 @@ test('can connect and disconnect using wallet button', async ({ expect(page.locator('w3m-button')).toHaveText('Connect Wallet') }) -test('must switch to supported network', async ({ +test.skip('must switch to supported network', async ({ page, injectWeb3Provider, accounts,