Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jun 11, 2023
1 parent 7b552e4 commit 94a05e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ jobs:
with:
name: jupyter-collaboration_playwright-report
path: |
ui-tests/playwright-report
ui-tests/playwright-report
3 changes: 3 additions & 0 deletions ui-tests/jupyter_server_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
opens the server to the world and provide access to JupyterLab
JavaScript objects through the global window variable.
"""
from typing import Any

from jupyterlab.galata import configure_jupyter_server

c: Any
configure_jupyter_server(c) # noqa

# Uncomment to set server log level to debug level
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/tests/user-menu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ test('should copy the shared link with filepath', async ({ page }) => {

// let clipboardText1 = await page.evaluate(() => navigator.clipboard.readText());
// expect(clipboardText1).toBe('http://localhost:8888/lab/tree/RTC%3Atests-user-menu-should-copy-the-shared-link-in-clipboard');
// });
// });

0 comments on commit 94a05e2

Please sign in to comment.