Skip to content

Commit d138360

Browse files
Merge pull request #51689 from nextcloud/fix/fix-files-sorting-cypress-test
Fix files_sorting cypress tests
2 parents 2f7e72f + 7f132f7 commit d138360

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cypress/e2e/files/files-sorting.cy.ts

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ describe('Files: Sorting the file list', { testIsolation: true }, () => {
166166
cy.visit('/apps/files')
167167

168168
cy.log('By name - ascending')
169-
cy.get('th').contains('button', 'Name').click()
170169
cy.contains('th', 'Name').should('have.attr', 'aria-sort', 'ascending')
171170

172171
cy.get('[data-cy-files-list-row]').each(($row, index) => {

0 commit comments

Comments
 (0)