Skip to content

Commit 3d7d47e

Browse files
fix: fix table body test id
1 parent 54aaf0c commit 3d7d47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)