We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c2da1 commit 366cf2bCopy full SHA for 366cf2b
ui-tests/tests/jupyter_drives.spec.ts
@@ -19,7 +19,7 @@ test('should emit an activation console message', async ({ page }) => {
19
logs.filter(
20
s =>
21
s ===
22
- 'JJupyterLab extension @jupyter/drives:drives-file-browser is activated!'
+ 'JupyterLab extension @jupyter/drives:drives-file-browser is activated!'
23
)
24
).toHaveLength(1);
25
});
0 commit comments