File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { randHash } from '../utils/index.js'
88const shareOwner = new User ( randHash ( ) , randHash ( ) )
99const 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 . nextcloudTestingAppConfigSet ( 'richdocuments' , 'doc_format' , '' )
1414 cy . createUser ( shareOwner )
@@ -21,7 +21,7 @@ describe.skip('Public sharing of office documents', () => {
2121
2222 const userMatrix = [ shareOwner , otherUser ]
2323
24- describe . skip ( 'Share with users' , ( ) => {
24+ describe ( 'Share with users' , ( ) => {
2525 describe ( 'Readonly file' , ( ) => {
2626 for ( const user of userMatrix ) {
2727 it ( 'Loads readonly file as user: ' + user . userId , ( ) => {
You can’t perform that action at this time.
0 commit comments