Skip to content

Commit 7848e58

Browse files
committed
update: generalize output cell selector
1 parent 720740f commit 7848e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/support/widgets/JupyterLiteSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const SELECTORS = {
2121
byIndex: (index: number) =>
2222
`.jp-Notebook .jp-Cell:nth-child(${index}) .jp-InputArea-editor .CodeMirror`,
2323
output: (index: number) =>
24-
`.jp-Notebook .jp-Cell:nth-child(${index}) .jp-OutputArea-output pre`,
24+
`.jp-Notebook .jp-Cell:nth-child(${index}) .jp-OutputArea-output`,
2525
stdin: ".lm-Widget.p-Widget input.jp-Stdin-input",
2626
},
2727
},

0 commit comments

Comments
 (0)