Skip to content

Commit 3472650

Browse files
committed
nit
1 parent 4257d2f commit 3472650

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/e2e/tests/notebook/positron-notebook-copy-paste.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import { test, tags } from '../_test.setup';
77
import { expect } from '@playwright/test';
8-
import { PositronNotebooks } from '../../pages/notebooksPositron.js';
98

109
test.use({
1110
suiteId: __filename
@@ -28,7 +27,7 @@ test.describe('Positron Notebooks: Cell Copy-Paste Behavior', {
2827
const { notebooksPositron } = app.workbench;
2928

3029
// ========================================
31-
// Setup: Create notebook with 5 cells and distinct content
30+
// Setup: Create 5 cells with distinct content
3231
// ========================================
3332
await test.step('Test Setup: Create notebook and add cells', async () => {
3433
await notebooksPositron.newNotebook(5);

test/e2e/tests/notebook/positron-notebook-editor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ test.describe('Positron Notebooks: Open & Save', {
120120
// Verify that the Positron notebook is visible
121121
await notebooksPositron.expectToBeVisible();
122122

123-
// Verify that the VS Code notebook is NOT visible (this is the ghost editor we're trying to prevent)\
123+
// Verify that the VS Code notebook is NOT visible (this is the ghost editor we're trying
124124
const positronNotebookElements = app.code.driver.page.locator('.positron-notebook');
125125
const vscodeNotebookElements = app.code.driver.page.locator('.notebook-editor');
126126

0 commit comments

Comments
 (0)