File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3094,7 +3094,8 @@ describe('Floccus', function() {
30943094 } )
30953095 ]
30963096 } ) ,
3097- false
3097+ false ,
3098+ Boolean ( account . server . orderFolder ) ,
30983099 )
30993100 const localTree = await account . localTree . getBookmarksTree ( true )
31003101 expectTreeEqual (
@@ -3122,7 +3123,8 @@ describe('Floccus', function() {
31223123 } )
31233124 ]
31243125 } ) ,
3125- false
3126+ false ,
3127+ Boolean ( account . server . orderFolder )
31263128 )
31273129
31283130 // Sync again to check if bookmark 3 gets picked
@@ -3155,14 +3157,16 @@ describe('Floccus', function() {
31553157 } )
31563158 ]
31573159 } ) ,
3158- false
3160+ false ,
3161+ Boolean ( account . server . orderFolder )
31593162 )
31603163 const localTree2 = await account . localTree . getBookmarksTree ( true )
31613164 localTree2 . title = tree2 . title
31623165 expectTreeEqual (
31633166 localTree2 ,
31643167 tree2 ,
3165- false
3168+ false ,
3169+ Boolean ( account . server . orderFolder )
31663170 )
31673171 } )
31683172 context ( 'with slave mode' , function ( ) {
You can’t perform that action at this time.
0 commit comments