diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index 2809143fd..a0a7542b8 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -100,7 +100,6 @@ Cypress.Commands.add('openFile', fileName => { Cypress.Commands.add('openFileInSingleShare', () => { cy.get('tr[data-cy-files-list-row-name]') .should('have.length', 1) - .click() // eslint-disable-next-line cy.wait(250) })