diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2025-03-25 13:06:14 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-03-25 12:32:46 +0000 |
commit | 104b18ed338e72141fc5f58effacbd9e24bd1585 (patch) | |
tree | 2d6d9450e868b90837bcafacdceb2d3902eab4d0 | |
parent | 25a396294ed0eeedb926899f079fa110534a6fe6 (diff) | |
download | nextcloud-server-backport/51689/stable30.tar.gz nextcloud-server-backport/51689/stable30.zip |
fix(tests): Files are sorted by Name by default, no need to click itbackport/51689/stable30
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r-- | cypress/e2e/files/files-sorting.cy.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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) => { |