Skip to content

Commit b66484a

Browse files
Update src/index.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 7b386ab commit b66484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class NotebookPicker extends ReactWidget {
115115

116116
return (
117117
<HTMLSelect
118-
id="deepnote-notebook-picker"
118+
data-testid="deepnote-notebook-picker"
119119
value={this.selected ?? '-'}
120120
onChange={this.handleChange}
121121
onKeyDown={() => {}}

0 commit comments

Comments
 (0)