Skip to content

Commit

Permalink
Revert "test(cypress): Disable FileListInfo test on Nextcloud28 for now"
Browse files Browse the repository at this point in the history
This reverts commit 1042e7e.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Sep 21, 2023
1 parent 4981a37 commit f722bb5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cypress/e2e/collective.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ describe('Collective', function() {
cy.get(breadcrumbsSelector).should('contain', 'Preexisting Collective')
cy.get(fileListSelector).should('contain', 'Readme')
cy.get(fileListSelector).should('contain', '.md')
// TODO: Fix FileListInfo for Nextcloud 28+ (Github issue #860)
if (['stable25', 'stable26', 'stable27'].includes(Cypress.env('ncVersion'))) {
cy.get('.filelist-collectives-wrapper')
.should('contain', 'The content of this folder is best viewed in the Collectives app.')
}
cy.get('.filelist-collectives-wrapper')
.should('contain', 'The content of this folder is best viewed in the Collectives app.')
})
})

Expand Down

0 comments on commit f722bb5

Please sign in to comment.