Skip to content

Commit 562852f

Browse files
Merge pull request #62 from input-output-hk/test/LW-11764-add-token-profile-test-id
test: add testId to the root of TokenProfile [LW-11764]
2 parents 58153ac + d28f365 commit 562852f

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)