]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix missing frontend test imports
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 17 Jan 2024 07:01:50 +0000 (23:01 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 17 Jan 2024 07:01:50 +0000 (23:01 -0800)
src-ui/src/app/components/manage/custom-fields/custom-fields.component.spec.ts
src-ui/src/app/components/manage/workflows/workflows.component.spec.ts

index 412fe3cc1a6c04ba820d4989ced921cdeea4dcbb..9e8663383b362eed204dca8dce218212dbb73db3 100644 (file)
@@ -11,6 +11,7 @@ import {
   NgbPaginationModule,
   NgbModalModule,
   NgbModalRef,
+  NgbPopoverModule,
 } from '@ng-bootstrap/ng-bootstrap'
 import { of, throwError } from 'rxjs'
 import { IfPermissionsDirective } from 'src/app/directives/if-permissions.directive'
@@ -64,6 +65,7 @@ describe('CustomFieldsComponent', () => {
         FormsModule,
         ReactiveFormsModule,
         NgbModalModule,
+        NgbPopoverModule,
       ],
     })
 
index 1abbd2c5aa09d25a6564e23aea338f7b1237e4ca..adf174207d538a7c5d189112b61b9a55686cbe6f 100644 (file)
@@ -7,6 +7,7 @@ import {
   NgbPaginationModule,
   NgbModalRef,
   NgbModalModule,
+  NgbPopoverModule,
 } from '@ng-bootstrap/ng-bootstrap'
 import { of, throwError } from 'rxjs'
 import { Workflow } from 'src/app/data/workflow'
@@ -99,6 +100,7 @@ describe('WorkflowsComponent', () => {
         FormsModule,
         ReactiveFormsModule,
         NgbModalModule,
+        NgbPopoverModule,
       ],
     })