We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720740f commit 7848e58Copy full SHA for 7848e58
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