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
assert.strictEqual(notebookEditor.visibleRanges[notebookEditor.visibleRanges.length-1].end,notebookEditor.notebook.cellCount,`Last cell is not visible`);
86
88
87
89
});
90
+
91
+
test('Interactive window has the correct kernel',async()=>{
assert.strictEqual(secondKernel.associatedNotebooks.has(notebookEditor2.notebook.uri.toString()),true,`Secondary kernel was not set as the kernel for the interactive window`);
0 commit comments