Skip to content

Commit 3017d48

Browse files
Try to fix failing ui-test.
1 parent 8c6e88d commit 3017d48

File tree

2 files changed

+4247
-3
lines changed

2 files changed

+4247
-3
lines changed

ui-tests/tests/jupyter_drives.spec.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test('should emit an activation console message', async ({ page }) => {
1515

1616
await page.goto();
1717

18-
expect(
19-
logs.filter(s => s === 'JupyterLab extension @jupyter/drives is activated!')
20-
).toHaveLength(1);
18+
expect(logs.filter(s => s === 'AddDrives plugin is activated!')).toHaveLength(
19+
1
20+
);
2121
});

0 commit comments

Comments
 (0)