From 51b146d15daab55c8963c087fa6a3e5f6cff0260 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Tue, 25 Mar 2025 13:06:14 +0100 Subject: fix(tests): Files are sorted by Name by default, no need to click it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- cypress/e2e/files/files-sorting.cy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/e2e/files/files-sorting.cy.ts b/cypress/e2e/files/files-sorting.cy.ts index b3ae598114c..9e726bf96e1 100644 --- a/cypress/e2e/files/files-sorting.cy.ts +++ b/cypress/e2e/files/files-sorting.cy.ts @@ -166,7 +166,6 @@ describe('Files: Sorting the file list', { testIsolation: true }, () => { cy.visit('/apps/files') cy.log('By name - ascending') - cy.get('th').contains('button', 'Name').click() cy.contains('th', 'Name').should('have.attr', 'aria-sort', 'ascending') cy.get('[data-cy-files-list-row]').each(($row, index) => { -- cgit v1.2.3