File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ describe('Test all attachment insertion methods', () => {
336336 } )
337337 } )
338338
339- it ( 'test if attachment folder is copied when copying a markdown file' , ( ) => {
339+ it . skip ( 'test if attachment folder is copied when copying a markdown file' , ( ) => {
340340 cy . copyFile ( 'subFolder/test.md' , 'testCopied.md' )
341341 cy . visit ( '/apps/files' )
342342
@@ -358,7 +358,7 @@ describe('Test all attachment insertion methods', () => {
358358 } )
359359 } )
360360
361- it ( 'test if attachment folder is deleted after having deleted a markdown file' , ( ) => {
361+ it . skip ( 'test if attachment folder is deleted after having deleted a markdown file' , ( ) => {
362362 cy . copyFile ( 'subFolder/test.md' , 'testCopied.md' )
363363 cy . visit ( '/apps/files' )
364364 cy . getFile ( 'testCopied.md' )
@@ -374,7 +374,7 @@ describe('Test all attachment insertion methods', () => {
374374 currentUser = recipient
375375 } )
376376
377- it ( '[share] check everything behaves correctly on the share target user side' , ( ) => {
377+ it . skip ( '[share] check everything behaves correctly on the share target user side' , ( ) => {
378378 cy . visit ( '/apps/files' )
379379 // check the file list
380380 cy . getFile ( 'test.md' )
You can’t perform that action at this time.
0 commit comments