Skip to content

Commit 1fc74e3

Browse files
authored
Merge pull request #247 from Exabyte-io/feature/SOF-7324-2
2 parents 720740f + 7848e58 commit 1fc74e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/support/widgets/JupyterLiteSession.ts

+1-1
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)