Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 13, 2023
1 parent 99469ad commit 111d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/test/execute.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test.describe('Code execution', () => {
test.setTimeout(60000 * 3);
}
await page.notebook.createNew();

// TODO: remove
// See https://github.com/jupyterlab/jupyterlab/issues/15252 for more information
await page.notebook.setCell(0, 'code', '2 + 2');
Expand Down

0 comments on commit 111d78e

Please sign in to comment.