Revert "chore: skip unrelated failing tests for now"

This commit is contained in:
Elizabeth Danzberger 2025-07-08 11:25:09 -04:00 committed by Julius Knorr
parent db1f29d4f4
commit 779d6b915d
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ import { randHash } from '../utils/index.js'
const shareOwner = new User(randHash(), randHash())
const otherUser = new User(randHash(), randHash())
describe.skip('Public sharing of office documents', () => {
describe('Public sharing of office documents', () => {
before(function() {
cy.nextcloudTestingAppConfigSet('richdocuments', 'doc_format', '')
cy.createUser(shareOwner)

View file

@ -50,7 +50,7 @@ describe('Talk integraiton integration', function() {
})
})
it.skip('See that the file is shared without download', function() {
it('See that the file is shared without download', function() {
cy.nextcloudTestingAppConfigSet('files', 'watermark_enabled', 'yes')
cy.nextcloudTestingAppConfigSet('files', 'watermark_shareTalkPublic', 'yes')
cy.nextcloudTestingAppConfigSet('files', 'watermark_text', 'TestingWatermark')

View file

@ -94,7 +94,7 @@ describe('Global templates', function() {
cy.waitForCollabora()
})
it.skip('Create a file from a system template as guest', () => {
it('Create a file from a system template as guest', () => {
cy.uploadSystemTemplate({
fixturePath: 'templates/presentation.otp',
fileName: 'myslides.otp',