From 0291f27befa28782f2b4a6d8190543845b09bb2f Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Thu, 19 Sep 2024 16:01:56 +0200 Subject: [PATCH] test: Skip template test The create new file menu is broken in NC 31 for now and will take some time to fix, so we skip the tests for now. Signed-off-by: Elizabeth Danzberger --- cypress/e2e/templates.spec.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/templates.spec.js b/cypress/e2e/templates.spec.js index eecc4346b8..fa136ed712 100644 --- a/cypress/e2e/templates.spec.js +++ b/cypress/e2e/templates.spec.js @@ -59,7 +59,9 @@ describe('Create new office files from templates', function() { cy.waitForCollabora() }) - it('Create a file from a system template as guest', () => { + // FIXME: Unskip once server API for new menu entries works on public shares + // https://github.com/nextcloud/richdocuments/issues/3170 + it.skip('Create a file from a system template as guest', () => { cy.uploadSystemTemplate() cy.createFolder(randUser, '/my-share')