Skip to content

Commit

Permalink
fix(cy): use flexible selector for file list in Nextcloud 25-28
Browse files Browse the repository at this point in the history
Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Sep 4, 2023
1 parent bcd02cc commit 7ab648c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/apps.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('The apps', function() {

it('Renders the default files list', function() {
cy.login('jane', { route: 'apps/files' })
cy.get('.files-fileList tr').should('contain', 'welcome.txt')
cy.get('.files-fileList tr, .files-list__tbody tr').should('contain', 'welcome.txt')
})

})
Expand Down

0 comments on commit 7ab648c

Please sign in to comment.