Revert "ci: Skip failing open tests for now due to upstream bug"

This commit is contained in:
Julius Härtl 2024-06-24 09:32:27 +02:00 committed by GitHub
parent 0977053868
commit 3c5ea30d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ describe('Open existing office files', function() {
const fileTests = ['document.odt', 'presentation.odp', 'spreadsheet.ods', 'drawing.odg']
fileTests.forEach((filename) => {
it.skip('Classic UI: Open ' + filename + ' the viewer on file click', function() {
it('Classic UI: Open ' + filename + ' the viewer on file click', function() {
cy.nextcloudTestingAppConfigSet('richdocuments', 'uiDefaults-UIMode', 'compact')
cy.login(randUser)