Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(tests): Files are sorted by Name by default, no need to click it
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc authored and AndyScherzinger committed Apr 23, 2025
commit 97a89f772780a2e1064b65806f93b205d8e7ef7b
1 change: 0 additions & 1 deletion cypress/e2e/files/files-sorting.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
Loading