File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ describe('Text PROPFIND extension ', function() {
4040 . should ( 'have.property' , richWorkspace , '' )
4141 } )
4242
43- // Android app relies on this when navigating nested folders
44- it ( 'adds rich workspace property to nested folders' , function ( ) {
43+ it ( 'never adds rich workspace property to nested folders' , function ( ) {
4544 cy . createFolder ( '/workspace' )
4645 // FIXME: Ideally we do not need a page context for those tests at all
4746 // For now the dashboard avoids that we have failing requests due to conflicts when updating the file
@@ -52,9 +51,8 @@ describe('Text PROPFIND extension ', function() {
5251 cy . uploadFile ( 'test.md' , 'text/markdown' , '/workspace/Readme.md' )
5352 cy . propfindFolder ( '/' , 1 )
5453 . then ( results => results . pop ( ) . propStat [ 0 ] . properties )
55- . should ( 'have.property' , richWorkspace , '## Hello world\n' )
54+ . should ( 'not. have.property' , richWorkspace , '## Hello world\n' )
5655 } )
57-
5856 } )
5957
6058 describe ( 'with workspaces disabled' , function ( ) {
You can’t perform that action at this time.
0 commit comments