lp1857911 (follow-up): update mock to match new AdminPageComponent API
authorJane Sandberg <js7389@princeton.edu>
Tue, 2 May 2023 21:01:32 +0000 (14:01 -0700)
committerJane Sandberg <js7389@princeton.edu>
Tue, 2 May 2023 21:12:26 +0000 (14:12 -0700)
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/eg2/src/app/staff/admin/basic-admin-page.component.spec.ts

index ac5bcd9..e2df61d 100644 (file)
@@ -38,6 +38,12 @@ class MockAdminPageComponent {
     @Input() enableUndelete: boolean;
     @Input() recordLabel: string;
     @Input() orgDefaultAllowed: string;
+    @Input() orgFieldsDefaultingToContextOrg: string;
+    @Input() contextOrgSelectorPersistKey: string;
+    @Input() fieldOptions: any;
+    @Input() disableDelete: boolean;
+    @Input() disableEdit: boolean;
+    @Input() deleteConfirmation: boolean;
 }
 
 describe('Component: BasicAdminPage', () => {