From 9eeb49155e2e74df4d5cb2833da20669b85fafe5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 4 Oct 2023 14:21:24 +0200 Subject: feat(components): add a Help icon shape --- src/components/atoms/images/icons/icon.test.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/components/atoms/images/icons/icon.test.tsx') diff --git a/src/components/atoms/images/icons/icon.test.tsx b/src/components/atoms/images/icons/icon.test.tsx index d80edd7..103b34c 100644 --- a/src/components/atoms/images/icons/icon.test.tsx +++ b/src/components/atoms/images/icons/icon.test.tsx @@ -116,6 +116,14 @@ describe('Icon', () => { expect(rtlScreen.getByRole('img', { name: heading })).toBeInTheDocument(); }); + it('render an icon with help shape', () => { + const heading = 'quidem'; + + render(); + + expect(rtlScreen.getByRole('img', { name: heading })).toBeInTheDocument(); + }); + it('render an icon with home shape', () => { const heading = 'aut'; -- cgit v1.2.3