Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypress/e2e/share-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/talk.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/templates.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading