We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 720740f + 7848e58 commit 1fc74e3Copy full SHA for 1fc74e3
tests/cypress/support/widgets/JupyterLiteSession.ts
@@ -21,7 +21,7 @@ const SELECTORS = {
21
byIndex: (index: number) =>
22
`.jp-Notebook .jp-Cell:nth-child(${index}) .jp-InputArea-editor .CodeMirror`,
23
output: (index: number) =>
24
- `.jp-Notebook .jp-Cell:nth-child(${index}) .jp-OutputArea-output pre`,
+ `.jp-Notebook .jp-Cell:nth-child(${index}) .jp-OutputArea-output`,
25
stdin: ".lm-Widget.p-Widget input.jp-Stdin-input",
26
},
27
0 commit comments