From 529a724f6b5ed8a8f09db9a2729d04471f3bb96e Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 1 Mar 2024 09:59:15 +0000 Subject: [PATCH] chore: add wait for dialog to display --- libs/cypress/src/lib/commands/vega-wallet-connect.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/cypress/src/lib/commands/vega-wallet-connect.ts b/libs/cypress/src/lib/commands/vega-wallet-connect.ts index 70dd769be..d3e6e9486 100644 --- a/libs/cypress/src/lib/commands/vega-wallet-connect.ts +++ b/libs/cypress/src/lib/commands/vega-wallet-connect.ts @@ -47,6 +47,7 @@ export function addVegaWalletConnect() { return; } cy.wrap(btn).click(); + cy.wait(200); cy.get('[data-testid=connectors-list]') .find('[data-testid="connector-jsonRpc"]') .click();