Skip to content

Commit 4c9bf48

Browse files
authored
e2e: skip deposit specs (#708)
1 parent 740826e commit 4c9bf48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/playwright/tests/deposit.onboarded.spec.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const test = mergeTests(sendAccountTest, ethereumTest)
1818

1919
let log: debug.Debugger
2020

21-
test('can deposit USDC with web3 wallet', async ({
21+
test.skip('can deposit USDC with web3 wallet', async ({
2222
page,
2323
injectWeb3Provider,
2424
accounts,
@@ -164,7 +164,7 @@ test('can deposit USDC with web3 wallet', async ({
164164
})
165165
})
166166

167-
test('can deposit ETH with web3 wallet', async ({
167+
test.skip('can deposit ETH with web3 wallet', async ({
168168
page,
169169
injectWeb3Provider,
170170
accounts,
@@ -287,7 +287,7 @@ test('can deposit ETH with web3 wallet', async ({
287287
})
288288
})
289289

290-
test('can connect and disconnect using wallet button', async ({
290+
test.skip('can connect and disconnect using wallet button', async ({
291291
page,
292292
injectWeb3Provider,
293293
accounts,
@@ -344,7 +344,7 @@ test('can connect and disconnect using wallet button', async ({
344344
expect(page.locator('w3m-button')).toHaveText('Connect Wallet')
345345
})
346346

347-
test('must switch to supported network', async ({
347+
test.skip('must switch to supported network', async ({
348348
page,
349349
injectWeb3Provider,
350350
accounts,

0 commit comments

Comments
 (0)