aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKate <26026535+provokateurin@users.noreply.github.com>2025-03-25 13:32:40 +0100
committerGitHub <noreply@github.com>2025-03-25 13:32:40 +0100
commitd1383602c767bd925c00b7642d062c06aa4012a3 (patch)
treee5ec7b034bed21e912ad405ce724af8661b873ab
parent2f7e72fc5079b909e005e0917f96174148589819 (diff)
parent7f132f72edcb17418d09c2660180becff87715ee (diff)
downloadnextcloud-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.ts1
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) => {