@@ -29,7 +29,8 @@ mockery.registerMock('@zimbra-client/util', {
2929 zimletEventEmitter : 1 ,
3030 smimeHandler : 1 ,
3131 isServerSMIMEFeatureAvailable : 1 ,
32- htmlToText : 1
32+ htmlToText : 1 ,
33+ flattenFolders : 1
3334} ) ;
3435
3536mockery . registerMock ( '@zimbra-client/browser' , {
@@ -82,6 +83,7 @@ mockery.registerMock('@zimbra-client/graphql', {
8283 withTagCreate : 1 ,
8384 withTagAction : 1 ,
8485 SearchFragment : 1 ,
86+ GetFolder : 1 ,
8587 SendShareNotificationMutation : 1 ,
8688 SetMailboxMetadataMutation : 1 ,
8789 withDataSources : 1 ,
@@ -104,6 +106,7 @@ mockery.registerMock('@zimbra-client/constants', {
104106 PARTICIPATION_STATUS : 1 ,
105107 supportedMimes : 1 ,
106108 ZIMBRA_ZIMLET_EVENTS : 1 ,
109+ USER_FOLDER_IDS : 1
107110} ) ;
108111
109112mockery . registerMock ( '@zimbra-client/hooks' , {
@@ -119,7 +122,8 @@ mockery.registerMock('@zimbra-client/hooks/graphql', {
119122 useAccountInfo : 1 ,
120123 useDocumentAction : 1 ,
121124 useBriefcaseFoldersQuery : 1 ,
122- useSaveDocumentMutation : 1
125+ useSaveDocumentMutation : 1 ,
126+ useCreateFolderMutation : 1
123127} ) ;
124128
125129mockery . registerMock ( '@zimbra-client/blocks' , {
@@ -201,7 +205,8 @@ mockery.registerMock('@zimbra-client/components', {
201205 SMIMEOperationDropDown : 1 ,
202206 ErrorAlert : 1 ,
203207 SignatureBox : 1 ,
204- DeleteWrapper : 1
208+ DeleteWrapper : 1 ,
209+ ToolbarActionButton : 1
205210} ) ;
206211
207212mockery . registerMock ( '@zimbra-client/errors' , {
0 commit comments