Skip to content

Commit

Permalink
Merge pull request #3794 from nextcloud/revert-3791-ci/skip-cypress-f…
Browse files Browse the repository at this point in the history
…ailures
  • Loading branch information
juliushaertl committed Jun 24, 2024
2 parents 0977053 + 3c5ea30 commit cbd9190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/open.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cbd9190

Please sign in to comment.