Skip to content

Commit

Permalink
Merge pull request #51 from input-output-hk/fix/fix-profile-dropdown-…
Browse files Browse the repository at this point in the history
…wallet-icon-test-id

fix: fix profile dropdown wallet icon test id
  • Loading branch information
AngelCastilloB authored Sep 11, 2024
2 parents 9c60e75 + 3d7d47e commit 8db43f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const WalletIcon = ({ type, testId }: Readonly<Props>): JSX.Element => {
className={cx.container({
bg: type,
})}
data-testid={testId}
testId={testId}
data-value={type}
>
<Icon />
Expand Down
2 changes: 1 addition & 1 deletion src/design-system/table/table-body.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Body = <T extends object | undefined>({
<Flex
h="$fill"
ref={tableReference}
data-testid="stake-pool-list-scroll-wrapper"
testId="stake-pool-list-scroll-wrapper"
>
<Virtuoso
customScrollParent={scrollableTargetReference.current}
Expand Down

0 comments on commit 8db43f6

Please sign in to comment.