Skip to content

Commit

Permalink
removed datatestId
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 committed Feb 27, 2024
1 parent fe346fd commit 5b71f60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/typography/Paragraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Paragraph({
}

return (
<p data-testid="Paragraph-test" className={twMerge(textColor, classNames)}>{children}</p>
<p className={twMerge(textColor, classNames)}>{children}</p>
);

}
1 change: 0 additions & 1 deletion components/typography/TextLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function TextLink({
rel="noreferrer noopener"
className={classNames}
id={id}
data-testid="TextLink-href"
>
<span className={classNames}>
{children}
Expand Down

0 comments on commit 5b71f60

Please sign in to comment.