Skip to content

Commit

Permalink
Merge pull request #62 from input-output-hk/test/LW-11764-add-token-p…
Browse files Browse the repository at this point in the history
…rofile-test-id

test: add testId to the root of TokenProfile [LW-11764]
  • Loading branch information
przemyslaw-wlodek authored Oct 25, 2024
2 parents 58153ac + d28f365 commit 562852f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const TokenProfile = ({
testId = 'token-profile',
}: Readonly<Props>): JSX.Element => {
return (
<div className={cx.container}>
<div className={cx.container} data-testid={testId}>
<Grid columns="$fitContent" gutters="$0">
<Cell>
<Box mr="$24">
Expand Down

0 comments on commit 562852f

Please sign in to comment.