We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adb660a + 402ed68 commit 21b1505Copy full SHA for 21b1505
cypress/e2e/share-link.js
@@ -8,7 +8,7 @@ import { randHash } from '../utils/index.js'
8
const shareOwner = new User(randHash(), randHash())
9
const otherUser = new User(randHash(), randHash())
10
11
-describe('Public sharing of office documents', () => {
+describe.skip('Public sharing of office documents', () => {
12
before(function() {
13
cy.nextcloudTestingAppConfigSet('richdocuments', 'doc_format', '')
14
cy.createUser(shareOwner)
0 commit comments