aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2025-03-25 13:06:14 +0100
committerAndy Scherzinger <info@andy-scherzinger.de>2025-04-23 23:17:26 +0200
commit97a89f772780a2e1064b65806f93b205d8e7ef7b (patch)
tree6c6b9ea63f95cd356c14b0f97b2c3bd87546788b
parent344e282039a08049dfdc52bcd7ebe63aa62cb641 (diff)
downloadnextcloud-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.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) => {