Skip to content

Commit

Permalink
test: Skip template test
Browse files Browse the repository at this point in the history
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 <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Sep 19, 2024
1 parent 7f3bada commit 0291f27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/e2e/templates.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 0291f27

Please sign in to comment.