From 2d732627b1925ff2829d1596d368300d95bf376e Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Tue, 23 Dec 2025 21:14:58 -0500 Subject: [PATCH] revert: skip failing test Signed-off-by: Elizabeth Danzberger --- cypress/e2e/share-link.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/share-link.js b/cypress/e2e/share-link.js index 395ea9e5ac..1e8752f743 100644 --- a/cypress/e2e/share-link.js +++ b/cypress/e2e/share-link.js @@ -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) @@ -21,7 +21,7 @@ describe.skip('Public sharing of office documents', () => { const userMatrix = [shareOwner, otherUser] - describe.skip('Share with users', () => { + describe('Share with users', () => { describe('Readonly file', () => { for (const user of userMatrix) { it('Loads readonly file as user: ' + user.userId, () => {