You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui-tests/tests/unified-file-diff.spec.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ async function setupFileWithUnifiedDiff(
32
32
33
33
/**
34
34
* Get the content of the current file in the editor.
35
+
*
36
+
* TODO: follow the same approach as in JupyterLab, with getEditorText?
37
+
* See https://github.com/jupyterlab/jupyterlab/blob/1abbdf39fb204e47941e8d8021d85366a0ecece9/galata/test/jupyterlab/file-edit.test.ts#L73-L85
0 commit comments