Skip to content

Commit

Permalink
test: add missing selector
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Jan 7, 2025
1 parent c867c89 commit 58eb515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test.describe('WalletConnectConnector', () => {
// First-time connection requires a message signature (to prove ownership of the wallet)
const connect: ConnectorFunctions['connect'] = async (page) => {
await commonConnect(page);
await page.getByText('Sign').click();
await page.getByText('Sign', { exact: true }).click();
await metamask.confirmSignature();
};

Expand Down

0 comments on commit 58eb515

Please sign in to comment.