Skip to content

Commit

Permalink
e2e: skip deposit specs (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBigBoss authored Sep 10, 2024
1 parent 740826e commit 4c9bf48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/playwright/tests/deposit.onboarded.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 4c9bf48

Please sign in to comment.