Skip to content

Commit

Permalink
test: sign message when connecting from zero
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Dec 10, 2024
1 parent 815fae1 commit 2acc1be
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test.describe('WalletConnectConnector', () => {
});

test('Ethereum transfer tests', async ({ page }) => {
await secondConnect(page);
await connect(page);

const addressElement = await page.locator('css=#address');

Expand All @@ -81,12 +81,12 @@ test.describe('WalletConnectConnector', () => {
}

await transferTests(page, {
connect: secondConnect,
connect,
approveTransfer,
keepSession: true,
});
await incrementTests(page, {
connect: secondConnect,
connect,
approveTransfer,
keepSession: true,
});
Expand Down

0 comments on commit 2acc1be

Please sign in to comment.