Skip to content

Commit 8a887fd

Browse files
committed
Fix tests
1 parent 2f6ea5b commit 8a887fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gitbook/src/components/TableOfContents/TableOfContents.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export async function TableOfContents(props: {
107107
>
108108
{innerHeader ? innerHeader : null}
109109
<ScrollContainer
110+
data-testid="toc-scroll-container"
110111
fadeEdges={['trailing']}
111112
orientation="vertical"
112113
contentClassName="flex grow flex-col p-2 gutter-stable"

0 commit comments

Comments
 (0)