diff --git a/cypress/e2e/filesUtils.ts b/cypress/e2e/filesUtils.ts index 0182e6490..2f19723a1 100644 --- a/cypress/e2e/filesUtils.ts +++ b/cypress/e2e/filesUtils.ts @@ -53,7 +53,6 @@ export function renameFile(fileName: string, newName: string) { getRowForFile(fileName).find('[data-cy-files-list-row-name] input').clear() getRowForFile(fileName).find('[data-cy-files-list-row-name] input').type(`${newName}{enter}`) - cy.get('.toast-close').click() cy.wait('@moveFile') }