Skip to content

Commit 6dba64c

Browse files
committed
Remove unneccesary comment about new tests and logic covered already in after-each
1 parent 7ed7418 commit 6dba64c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/e2e/tests/notebook/notebook-focus-and-selection.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,11 +387,8 @@ test.describe('Notebook Focus and Selection', {
387387
expect(normalizedContent).toContain('new cell content');
388388
});
389389

390-
// NEW TESTS: Initial focus behavior (should fail with current implementation)
391-
test('First cell is automatically selected when notebook loads', async function ({ app, hotKeys }) {
392-
// Close the notebook from beforeEach to avoid focus contamination
393-
await hotKeys.closeAllEditors();
394-
390+
// Initial focus behavior (should fail with current implementation)
391+
test('First cell is automatically selected when notebook loads', async function ({ app }) {
395392
// Open a real notebook file to test initial load behavior
396393
const notebookPath = path.join('workspaces', 'bitmap-notebook', 'bitmap-notebook.ipynb');
397394
await app.workbench.notebooks.openNotebook(notebookPath, false);

0 commit comments

Comments
 (0)