From a375709a20260c4fbb0c65d873dc279b9556bf45 Mon Sep 17 00:00:00 2001 From: DominikIwanek Date: Thu, 20 Mar 2025 08:37:42 +0100 Subject: [PATCH] [ACS-9430] [ACA] - Wrong styling of checkboxes --- .../src/lib/components/details/details.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/aca-content/src/lib/components/details/details.component.spec.ts b/projects/aca-content/src/lib/components/details/details.component.spec.ts index 26c043bcc..b3450c8e3 100644 --- a/projects/aca-content/src/lib/components/details/details.component.spec.ts +++ b/projects/aca-content/src/lib/components/details/details.component.spec.ts @@ -39,7 +39,7 @@ import { By } from '@angular/platform-browser'; import { ContentActionRef } from '@alfresco/adf-extensions'; import { MatSnackBarModule } from '@angular/material/snack-bar'; -fdescribe('DetailsComponent', () => { +describe('DetailsComponent', () => { let component: DetailsComponent; let fixture: ComponentFixture; let contentApiService: ContentApiService;