mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
Revert "chore: skip unrelated failing tests for now"
This commit is contained in:
parent
db1f29d4f4
commit
779d6b915d
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue