@@ -166,11 +166,11 @@ describe('Admin bar', function () {
166166 addGroups : [
167167 {
168168 label : 'Alpha Group' ,
169- items : [ '@apostrophecms/image-tag' , '@apostrophecms/file-tag' ]
169+ items : [ '@apostrophecms/image-tag' , '@apostrophecms/file-tag' ]
170170 } ,
171171 {
172172 label : 'Beta Group' ,
173- items : [ '@apostrophecms/image' , '@apostrophecms/file' ]
173+ items : [ '@apostrophecms/image' , '@apostrophecms/file' ]
174174 }
175175 ]
176176 }
@@ -213,7 +213,7 @@ describe('Admin bar', function () {
213213 addGroups : [
214214 {
215215 label : 'Test Group' ,
216- items : [ 'item-a' , 'item-b' , 'item-c' ] // All grouped despite last/after
216+ items : [ 'item-a' , 'item-b' , 'item-c' ] // All grouped despite last/after
217217 }
218218 ]
219219 }
@@ -253,7 +253,7 @@ describe('Admin bar', function () {
253253 } ,
254254 '@apostrophecms/admin-bar' : {
255255 options : {
256- order : [ 'item-x' , '@apostrophecms/user' , 'item-y' , '@apostrophecms/image' ]
256+ order : [ 'item-x' , '@apostrophecms/user' , 'item-y' , '@apostrophecms/image' ]
257257 }
258258 }
259259 }
@@ -388,7 +388,7 @@ describe('Admin bar', function () {
388388 modules : {
389389 '@apostrophecms/admin-bar' : {
390390 options : {
391- order : [ '@apostrophecms/user' ]
391+ order : [ '@apostrophecms/user' ]
392392 }
393393 } ,
394394 // Add a module with last:true to test positioning
@@ -428,7 +428,7 @@ describe('Admin bar', function () {
428428 } ,
429429 '@apostrophecms/admin-bar' : {
430430 options : {
431- order : [ 'item-x' , '@apostrophecms/user' , 'item-y' , '@apostrophecms/image' ]
431+ order : [ 'item-x' , '@apostrophecms/user' , 'item-y' , '@apostrophecms/image' ]
432432 }
433433 }
434434 }
@@ -457,7 +457,7 @@ describe('Admin bar', function () {
457457 modules : {
458458 '@apostrophecms/admin-bar' : {
459459 options : {
460- order : [ '@apostrophecms/image' ] ,
460+ order : [ '@apostrophecms/image' ] ,
461461 addGroups : [
462462 {
463463 label : 'Media' ,
@@ -544,7 +544,7 @@ describe('Admin bar', function () {
544544 modules : {
545545 '@apostrophecms/admin-bar' : {
546546 options : {
547- order : [ '@apostrophecms/user' ] , // user is ordered, but not the group leader
547+ order : [ '@apostrophecms/user' ] , // user is ordered, but not the group leader
548548 addGroups : [
549549 {
550550 label : 'Media' ,
0 commit comments