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 dbd0a8d commit 174adb7Copy full SHA for 174adb7
1 file changed
ui-tests/tests/jupyterlab_web_bluetooth_manager.spec.ts
@@ -16,8 +16,6 @@ test('should emit an activation console message', async ({ page }) => {
16
await page.goto();
17
18
expect(
19
- logs.filter(
20
- s => s === 'JupyterLab bluetooth-manager-plugin is activated!'
21
- )
+ logs.filter(s => s === 'JupyterLab bluetooth-manager-plugin is activated!')
22
).toHaveLength(1);
23
});
0 commit comments