Skip to content

Commit 795b682

Browse files
authored
Revert "chore: skip unrelated failing tests for now"
1 parent 4b33e55 commit 795b682

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.createUser(shareOwner)
1414
cy.createUser(otherUser)

cypress/e2e/talk.spec.js

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

52-
it.skip('See that the file is shared without download', function() {
52+
it('See that the file is shared without download', function() {
5353
cy.nextcloudTestingAppConfigSet('files', 'watermark_enabled', 'yes')
5454
cy.nextcloudTestingAppConfigSet('files', 'watermark_shareTalkPublic', 'yes')
5555
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
@@ -93,7 +93,7 @@ describe('Global templates', function() {
9393
cy.waitForCollabora()
9494
})
9595

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

0 commit comments

Comments
 (0)