From a666ae45e7458a352d2c9d866b3b8d265aa6261b 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 5869b6009..d66bedd2d 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 @@ -40,7 +40,7 @@ import { ContentActionRef } from '@alfresco/adf-extensions'; import { MatSnackBarModule } from '@angular/material/snack-bar'; import { Location } from '@angular/common'; -fdescribe('DetailsComponent', () => { +describe('DetailsComponent', () => { let component: DetailsComponent; let fixture: ComponentFixture; let contentApiService: ContentApiService;