Skip to content

Commit

Permalink
test: updated data-testids
Browse files Browse the repository at this point in the history
  • Loading branch information
usman-deriv committed Aug 2, 2024
1 parent 2955227 commit c2a3e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const TextAreaWithIcon = forwardRef<HTMLTextAreaElement, TTextAreaWithIconProps>
<div className='text-area-with-icon'>
<TextArea {...rest} className='text-area-with-icon__textarea' ref={ref} textSize='sm' />
{
<div className='text-area-with-icon__icon' data-testid='dt_text-area-with-icon__icon'>
<div className='text-area-with-icon__icon' data-testid='dt_text_area_with_icon'>
{icon}
</div>
}
Expand Down

0 comments on commit c2a3e45

Please sign in to comment.