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

Commit

Permalink
fix import test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 27, 2023
1 parent c047980 commit af58710
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 @@ -30,6 +30,6 @@ test.describe('Code execution', () => {
await page.notebook.run();
const output = await page.notebook.getCellTextOutput(0);

expect(output).toBeTruthy();
expect(output).not.toContain('ModuleNotFoundError');
});
});

0 comments on commit af58710

Please # to comment.