Skip to content

Commit 8db43f6

Browse files
Merge pull request #51 from input-output-hk/fix/fix-profile-dropdown-wallet-icon-test-id
fix: fix profile dropdown wallet icon test id
2 parents 9c60e75 + 3d7d47e commit 8db43f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/design-system/profile-dropdown/profile-dropdown-wallet-icon.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const WalletIcon = ({ type, testId }: Readonly<Props>): JSX.Element => {
2929
className={cx.container({
3030
bg: type,
3131
})}
32-
data-testid={testId}
32+
testId={testId}
3333
data-value={type}
3434
>
3535
<Icon />

src/design-system/table/table-body.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Body = <T extends object | undefined>({
3939
<Flex
4040
h="$fill"
4141
ref={tableReference}
42-
data-testid="stake-pool-list-scroll-wrapper"
42+
testId="stake-pool-list-scroll-wrapper"
4343
>
4444
<Virtuoso
4545
customScrollParent={scrollableTargetReference.current}

0 commit comments

Comments
 (0)