mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(tests): Files are sorted by Name by default, no need to click it
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
2d813f15ab
commit
7f132f72ed
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue