Skip to content

Commit d28f365

Browse files
test: add testId to the root of TokenProfile
1 parent 58153ac commit d28f365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-system/assets-table/assets-table-token-profile.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const TokenProfile = ({
2121
testId = 'token-profile',
2222
}: Readonly<Props>): JSX.Element => {
2323
return (
24-
<div className={cx.container}>
24+
<div className={cx.container} data-testid={testId}>
2525
<Grid columns="$fitContent" gutters="$0">
2626
<Cell>
2727
<Box mr="$24">

0 commit comments

Comments
 (0)