Skip to content

Commit fef6c75

Browse files
committed
Revert "chore: skip unrelated failing tests for now"
1 parent f2fbc91 commit fef6c75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cypress/e2e/share-link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { randHash } from '../utils/index.js'
88
const shareOwner = new User(randHash(), randHash())
99
const otherUser = new User(randHash(), randHash())
1010

11-
describe.skip('Public sharing of office documents', () => {
11+
describe('Public sharing of office documents', () => {
1212
before(function() {
1313
cy.nextcloudTestingAppConfigSet('richdocuments', 'doc_format', '')
1414
cy.createUser(shareOwner)

cypress/e2e/talk.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('Talk integraiton integration', function() {
5050
})
5151
})
5252

53-
it.skip('See that the file is shared without download', function() {
53+
it('See that the file is shared without download', function() {
5454
cy.nextcloudTestingAppConfigSet('files', 'watermark_enabled', 'yes')
5555
cy.nextcloudTestingAppConfigSet('files', 'watermark_shareTalkPublic', 'yes')
5656
cy.nextcloudTestingAppConfigSet('files', 'watermark_text', 'TestingWatermark')

cypress/e2e/templates.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('Global templates', function() {
9494
cy.waitForCollabora()
9595
})
9696

97-
it.skip('Create a file from a system template as guest', () => {
97+
it('Create a file from a system template as guest', () => {
9898
cy.uploadSystemTemplate({
9999
fixturePath: 'templates/presentation.otp',
100100
fileName: 'myslides.otp',

0 commit comments

Comments
 (0)