diff options
author | Kate <26026535+provokateurin@users.noreply.github.com> | 2025-03-25 13:32:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-25 13:32:40 +0100 |
commit | d1383602c767bd925c00b7642d062c06aa4012a3 (patch) | |
tree | e5ec7b034bed21e912ad405ce724af8661b873ab | |
parent | 2f7e72fc5079b909e005e0917f96174148589819 (diff) | |
parent | 7f132f72edcb17418d09c2660180becff87715ee (diff) | |
download | nextcloud-server-d1383602c767bd925c00b7642d062c06aa4012a3.tar.gz nextcloud-server-d1383602c767bd925c00b7642d062c06aa4012a3.zip |
Merge pull request #51689 from nextcloud/fix/fix-files-sorting-cypress-test
Fix files_sorting cypress tests
-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) => { |