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:58 +0000 |
commit | 51b146d15daab55c8963c087fa6a3e5f6cff0260 (patch) | |
tree | 9c2a73782a74936766a66caa648ff713baa6044e | |
parent | 760503d73e95afca9f9be836aa2199432083564f (diff) | |
download | nextcloud-server-backport/51689/stable31.tar.gz nextcloud-server-backport/51689/stable31.zip |
fix(tests): Files are sorted by Name by default, no need to click itbackport/51689/stable31
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) => { |