Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrodri committed Apr 5, 2024
1 parent 8a8229a commit 4309daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connected/wallet-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const test = baseTest.extend<{
});

test("should be able to connect", async ({ wallet, page }) => {
await page.goto('https://vote.optimism.io/');
await page.goto('/');
await page.getByText('Connect Wallet').first().click();
await page.getByRole('button', { name: 'MetaMask' }).click();
await wallet.approve();
Expand Down

0 comments on commit 4309daa

Please sign in to comment.