From 0a1d4e28e3dcaf5da3ac92850750b2a43d227944 Mon Sep 17 00:00:00 2001 From: Assisneto Damasceno Date: Thu, 15 Aug 2024 21:58:00 -0300 Subject: [PATCH] add testIDs in baseHeader component --- src/components/baseHeader/index.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/baseHeader/index.tsx b/src/components/baseHeader/index.tsx index e45fd32..f59415c 100644 --- a/src/components/baseHeader/index.tsx +++ b/src/components/baseHeader/index.tsx @@ -27,10 +27,15 @@ export const BaseHeader = ({ }: BaseHeaderProps) => { return ( <> - + {leftIconName && ( - + )} {title && {title}}