Merge pull request #51695 from nextcloud/backport/51689/stable31

[stable31] Fix files_sorting cypress tests
This commit is contained in:
Côme Chilliet 2025-03-25 15:17:40 +01:00 committed by GitHub
commit 18759c7e6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) => {