Skip to content

Commit

Permalink
test(figure): fix text-black check
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Oct 31, 2023
1 parent c5138e1 commit 6967ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/dataviz/src/lib/figure/figure.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 6967ad0

Please sign in to comment.