mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
Revert "ci: Skip failing open tests for now due to upstream bug"
This commit is contained in:
parent
0977053868
commit
3c5ea30d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue