diff --git a/cypress/e2e/apps.spec.js b/cypress/e2e/apps.spec.js index 1dc94a4e0..eb5e1d6ce 100644 --- a/cypress/e2e/apps.spec.js +++ b/cypress/e2e/apps.spec.js @@ -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') }) })