diff --git a/ui/cypress/support/commands.ts b/ui/cypress/support/commands.ts index 05c4ba3df6e..5dfc8843d18 100644 --- a/ui/cypress/support/commands.ts +++ b/ui/cypress/support/commands.ts @@ -37,7 +37,7 @@ // } Cypress.Commands.add('getByDataCy', (value: string) => { - cy.get('[data-cy="'+value+'"]'); + cy.get('[data-cy="'+value+'"]', { timeout: 60000 }); }); Cypress.Commands.add('selectTab', (n: number) => {