From a497fa7b548eaf001594cddebc98d5a86deafd5d Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Tue, 27 Jan 2026 15:58:11 +0100 Subject: [PATCH] test: fix cypress file frontend test Signed-off-by: Anna Larch --- cypress/e2e/filesUtils.ts | 1 - 1 file changed, 1 deletion(-) 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') }