chore(ui): just data-test attribute for tags

pull/5948/head
k3yi0 2022-06-21 14:29:07 +02:00
parent 3d5e0d6670
commit 0220b6e8d2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const Tags: FunctionComponent<TagsProps> = ({
item={item}
onDelete={onDeleteTag}
confirmText={confirmText}
testId={item.name}
testId={`${item.name}-org--tag`}
/>
)
})}