From e5e66a8978c5a20d983daadad4b53b051d5a4ca4 Mon Sep 17 00:00:00 2001 From: Florent Gravin Date: Wed, 25 Oct 2023 10:53:52 +0200 Subject: [PATCH] test(figure): fix text-black check --- libs/ui/dataviz/src/lib/figure/figure.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui/dataviz/src/lib/figure/figure.component.spec.ts b/libs/ui/dataviz/src/lib/figure/figure.component.spec.ts index 010ef74e0f..e41a9faf81 100644 --- a/libs/ui/dataviz/src/lib/figure/figure.component.spec.ts +++ b/libs/ui/dataviz/src/lib/figure/figure.component.spec.ts @@ -62,7 +62,7 @@ describe('FigureComponent', () => { }) it('label is main text color', () => { expect(compiled.querySelector('.figure-block')?.className).toContain( - 'text-main' + 'text-black' ) }) it('has a tooltip containing the information', () => {