Update to JupyterLab 4.2.0a2 (#7307)

* Update `@jupyterlab` packages

* Update Lumino

* Update Python deps

* update yarn.lock

* disable recents plugin

* try fix locators

* Remove `docmanager-extension:recents` plugin
pull/7314/head
Jeremy Tuloup 2 years ago committed by GitHub
parent 4ca5dc2003
commit 80b582bce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.1.1,<4.2" hatch
python -m pip install -U "jupyterlab>=4.2.0a2,<4.3" hatch
jlpm
jlpm run build
@ -79,6 +79,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.1.1,<4.2" pip
python -m pip install -U "jupyterlab>=4.2.0a2,<4.3" pip
jlpm
jlpm run build

@ -44,7 +44,7 @@ repos:
files: "^notebook"
stages: [manual]
args: ["--install-types", "--non-interactive"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.1.1,<4.2"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.2.0a2,<4.3"]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: 'v1.10.0'

@ -131,59 +131,59 @@
"@jupyter-notebook/tree": "^7.1.2",
"@jupyter-notebook/tree-extension": "^7.1.2",
"@jupyter-notebook/ui-components": "^7.1.2",
"@jupyterlab/application-extension": "~4.1.5",
"@jupyterlab/apputils-extension": "~4.1.5",
"@jupyterlab/attachments": "~4.1.5",
"@jupyterlab/cell-toolbar-extension": "~4.1.5",
"@jupyterlab/celltags-extension": "~4.1.5",
"@jupyterlab/codemirror": "~4.1.5",
"@jupyterlab/codemirror-extension": "~4.1.5",
"@jupyterlab/completer-extension": "~4.1.5",
"@jupyterlab/console-extension": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/csvviewer-extension": "~4.1.5",
"@jupyterlab/debugger-extension": "~4.1.5",
"@jupyterlab/docmanager-extension": "~4.1.5",
"@jupyterlab/documentsearch-extension": "~4.1.5",
"@jupyterlab/extensionmanager-extension": "~4.1.5",
"@jupyterlab/filebrowser-extension": "~4.1.5",
"@jupyterlab/fileeditor-extension": "~4.1.5",
"@jupyterlab/help-extension": "~4.1.5",
"@jupyterlab/htmlviewer-extension": "~4.1.5",
"@jupyterlab/hub-extension": "~4.1.5",
"@jupyterlab/imageviewer-extension": "~4.1.5",
"@jupyterlab/javascript-extension": "~4.1.5",
"@jupyterlab/json-extension": "~4.1.5",
"@jupyterlab/lsp": "~4.1.5",
"@jupyterlab/lsp-extension": "~4.1.5",
"@jupyterlab/mainmenu-extension": "~4.1.5",
"@jupyterlab/markdownviewer-extension": "~4.1.5",
"@jupyterlab/markedparser-extension": "~4.1.5",
"@jupyterlab/mathjax-extension": "~4.1.5",
"@jupyterlab/mermaid-extension": "~4.1.5",
"@jupyterlab/metadataform-extension": "~4.1.5",
"@jupyterlab/notebook-extension": "~4.1.5",
"@jupyterlab/pdf-extension": "~4.1.5",
"@jupyterlab/pluginmanager-extension": "~4.1.5",
"@jupyterlab/running-extension": "~4.1.5",
"@jupyterlab/settingeditor": "~4.1.5",
"@jupyterlab/settingeditor-extension": "~4.1.5",
"@jupyterlab/shortcuts-extension": "~4.1.5",
"@jupyterlab/terminal-extension": "~4.1.5",
"@jupyterlab/theme-dark-extension": "~4.1.5",
"@jupyterlab/theme-light-extension": "~4.1.5",
"@jupyterlab/toc-extension": "~6.1.5",
"@jupyterlab/tooltip-extension": "~4.1.5",
"@jupyterlab/translation-extension": "~4.1.5",
"@jupyterlab/ui-components-extension": "~4.1.5",
"@jupyterlab/vega5-extension": "~4.1.5",
"@jupyterlab/application-extension": "~4.2.0-alpha.2",
"@jupyterlab/apputils-extension": "~4.2.0-alpha.2",
"@jupyterlab/attachments": "~4.2.0-alpha.2",
"@jupyterlab/cell-toolbar-extension": "~4.2.0-alpha.2",
"@jupyterlab/celltags-extension": "~4.2.0-alpha.2",
"@jupyterlab/codemirror": "~4.2.0-alpha.2",
"@jupyterlab/codemirror-extension": "~4.2.0-alpha.2",
"@jupyterlab/completer-extension": "~4.2.0-alpha.2",
"@jupyterlab/console-extension": "~4.2.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@jupyterlab/csvviewer-extension": "~4.2.0-alpha.2",
"@jupyterlab/debugger-extension": "~4.2.0-alpha.2",
"@jupyterlab/docmanager-extension": "~4.2.0-alpha.2",
"@jupyterlab/documentsearch-extension": "~4.2.0-alpha.2",
"@jupyterlab/extensionmanager-extension": "~4.2.0-alpha.2",
"@jupyterlab/filebrowser-extension": "~4.2.0-alpha.2",
"@jupyterlab/fileeditor-extension": "~4.2.0-alpha.2",
"@jupyterlab/help-extension": "~4.2.0-alpha.2",
"@jupyterlab/htmlviewer-extension": "~4.2.0-alpha.2",
"@jupyterlab/hub-extension": "~4.2.0-alpha.2",
"@jupyterlab/imageviewer-extension": "~4.2.0-alpha.2",
"@jupyterlab/javascript-extension": "~4.2.0-alpha.2",
"@jupyterlab/json-extension": "~4.2.0-alpha.2",
"@jupyterlab/lsp": "~4.2.0-alpha.2",
"@jupyterlab/lsp-extension": "~4.2.0-alpha.2",
"@jupyterlab/mainmenu-extension": "~4.2.0-alpha.2",
"@jupyterlab/markdownviewer-extension": "~4.2.0-alpha.2",
"@jupyterlab/markedparser-extension": "~4.2.0-alpha.2",
"@jupyterlab/mathjax-extension": "~4.2.0-alpha.2",
"@jupyterlab/mermaid-extension": "~4.2.0-alpha.2",
"@jupyterlab/metadataform-extension": "~4.2.0-alpha.2",
"@jupyterlab/notebook-extension": "~4.2.0-alpha.2",
"@jupyterlab/pdf-extension": "~4.2.0-alpha.2",
"@jupyterlab/pluginmanager-extension": "~4.2.0-alpha.2",
"@jupyterlab/running-extension": "~4.2.0-alpha.2",
"@jupyterlab/settingeditor": "~4.2.0-alpha.2",
"@jupyterlab/settingeditor-extension": "~4.2.0-alpha.2",
"@jupyterlab/shortcuts-extension": "~4.2.0-alpha.2",
"@jupyterlab/terminal-extension": "~4.2.0-alpha.2",
"@jupyterlab/theme-dark-extension": "~4.2.0-alpha.2",
"@jupyterlab/theme-light-extension": "~4.2.0-alpha.2",
"@jupyterlab/toc-extension": "~6.2.0-alpha.2",
"@jupyterlab/tooltip-extension": "~4.2.0-alpha.2",
"@jupyterlab/translation-extension": "~4.2.0-alpha.2",
"@jupyterlab/ui-components-extension": "~4.2.0-alpha.2",
"@jupyterlab/vega5-extension": "~4.2.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/builder": "~4.1.5",
"@jupyterlab/buildutils": "~4.1.5",
"@jupyterlab/builder": "~4.2.0-alpha.2",
"@jupyterlab/buildutils": "~4.2.0-alpha.2",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"extra-watch-webpack-plugin": "^1.0.3",
@ -275,7 +275,9 @@
"@jupyterlab/htmlviewer-extension": true,
"@jupyterlab/imageviewer-extension": true,
"@jupyterlab/lsp-extension": true,
"@jupyterlab/mainmenu-extension": true,
"@jupyterlab/mainmenu-extension": [
"@jupyterlab/mainmenu-extension:plugin"
],
"@jupyterlab/markedparser-extension": true,
"@jupyterlab/mathjax-extension": true,
"@jupyterlab/mermaid-extension": true,
@ -306,7 +308,9 @@
"@jupyterlab/filebrowser-extension:share-file"
],
"@jupyter-notebook/tree-extension": true,
"@jupyterlab/running-extension": true,
"@jupyterlab/running-extension": [
"@jupyterlab/running-extension:plugin"
],
"@jupyterlab/settingeditor-extension": true
},
"/notebooks": {

@ -29,7 +29,7 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "~4.1.5",
"@jupyterlab/buildutils": "~4.2.0-alpha.2",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~5.0.2"

@ -49,7 +49,7 @@
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/buildutils": "~4.1.5",
"@jupyterlab/buildutils": "~4.2.0-alpha.2",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",

@ -40,20 +40,20 @@
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyter-notebook/ui-components": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/codeeditor": "~4.1.5",
"@jupyterlab/console": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/docmanager": "~4.1.5",
"@jupyterlab/docregistry": "~4.1.5",
"@jupyterlab/mainmenu": "~4.1.5",
"@jupyterlab/rendermime": "~4.1.5",
"@jupyterlab/settingregistry": "~4.1.5",
"@jupyterlab/translation": "~4.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/apputils": "~4.3.0-alpha.2",
"@jupyterlab/codeeditor": "~4.2.0-alpha.2",
"@jupyterlab/console": "~4.2.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
"@jupyterlab/docregistry": "~4.2.0-alpha.2",
"@jupyterlab/mainmenu": "~4.2.0-alpha.2",
"@jupyterlab/rendermime": "~4.2.0-alpha.2",
"@jupyterlab/settingregistry": "~4.2.0-alpha.2",
"@jupyterlab/translation": "~4.2.0-alpha.2",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/widgets": "^2.3.1"
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -42,22 +42,22 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/docregistry": "~4.1.5",
"@jupyterlab/rendermime-interfaces": "~3.9.5",
"@jupyterlab/ui-components": "~4.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@jupyterlab/docregistry": "~4.2.0-alpha.2",
"@jupyterlab/rendermime-interfaces": "~3.10.0-alpha.2",
"@jupyterlab/ui-components": "~4.2.0-alpha.2",
"@lumino/algorithm": "^2.0.1",
"@lumino/coreutils": "^2.1.2",
"@lumino/messaging": "^2.0.1",
"@lumino/polling": "^2.1.2",
"@lumino/signaling": "^2.1.2",
"@lumino/widgets": "^2.3.1"
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "~4.1.5",
"@jupyterlab/testutils": "~4.2.0-alpha.2",
"@types/jest": "^29.2.5",
"jest": "^29.3.1",
"rimraf": "^3.0.2",

@ -39,9 +39,9 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/console": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/console": "~4.2.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@lumino/algorithm": "^2.0.1"
},
"devDependencies": {

@ -39,11 +39,11 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/docmanager": "~4.1.5",
"@jupyterlab/docregistry": "~4.1.5",
"@jupyterlab/services": "~7.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
"@jupyterlab/docregistry": "~4.2.0-alpha.2",
"@jupyterlab/services": "~7.2.0-alpha.2",
"@lumino/algorithm": "^2.0.1",
"@lumino/signaling": "^2.1.2"
},

@ -39,9 +39,9 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/documentsearch": "~4.1.5",
"@lumino/widgets": "^2.3.1"
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/documentsearch": "~4.2.0-alpha.2",
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -39,10 +39,10 @@
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/mainmenu": "~4.1.5",
"@jupyterlab/translation": "~4.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/apputils": "~4.3.0-alpha.2",
"@jupyterlab/mainmenu": "~4.2.0-alpha.2",
"@jupyterlab/translation": "~4.2.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

@ -44,18 +44,18 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/docregistry": "~4.1.5",
"@jupyterlab/notebook": "~4.1.5",
"@jupyterlab/translation": "~4.1.5",
"@jupyterlab/ui-components": "~4.1.5",
"@lumino/commands": "^2.2.0",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/apputils": "~4.3.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@jupyterlab/docregistry": "~4.2.0-alpha.2",
"@jupyterlab/notebook": "~4.2.0-alpha.2",
"@jupyterlab/translation": "~4.2.0-alpha.2",
"@jupyterlab/ui-components": "~4.2.0-alpha.2",
"@lumino/commands": "^2.3.0",
"@lumino/disposable": "^2.1.2"
},
"devDependencies": {
"@jupyterlab/builder": "~4.1.5",
"@jupyterlab/builder": "~4.2.0-alpha.2",
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
},

@ -39,15 +39,15 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/cells": "~4.1.5",
"@jupyterlab/docmanager": "~4.1.5",
"@jupyterlab/notebook": "~4.1.5",
"@jupyterlab/settingregistry": "~4.1.5",
"@jupyterlab/translation": "~4.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/apputils": "~4.3.0-alpha.2",
"@jupyterlab/cells": "~4.2.0-alpha.2",
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
"@jupyterlab/notebook": "~4.2.0-alpha.2",
"@jupyterlab/settingregistry": "~4.2.0-alpha.2",
"@jupyterlab/translation": "~4.2.0-alpha.2",
"@lumino/polling": "^2.1.2",
"@lumino/widgets": "^2.3.1",
"@lumino/widgets": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

@ -39,9 +39,9 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/terminal": "~4.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@jupyterlab/terminal": "~4.2.0-alpha.2",
"@lumino/algorithm": "^2.0.1"
},
"devDependencies": {

@ -40,21 +40,21 @@
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyter-notebook/tree": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/docmanager": "~4.1.5",
"@jupyterlab/filebrowser": "~4.1.5",
"@jupyterlab/mainmenu": "~4.1.5",
"@jupyterlab/services": "~7.1.5",
"@jupyterlab/settingeditor": "~4.1.5",
"@jupyterlab/settingregistry": "~4.1.5",
"@jupyterlab/statedb": "~4.1.5",
"@jupyterlab/translation": "~4.1.5",
"@jupyterlab/ui-components": "~4.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/apputils": "~4.3.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
"@jupyterlab/filebrowser": "~4.2.0-alpha.2",
"@jupyterlab/mainmenu": "~4.2.0-alpha.2",
"@jupyterlab/services": "~7.2.0-alpha.2",
"@jupyterlab/settingeditor": "~4.2.0-alpha.2",
"@jupyterlab/settingregistry": "~4.2.0-alpha.2",
"@jupyterlab/statedb": "~4.2.0-alpha.2",
"@jupyterlab/translation": "~4.2.0-alpha.2",
"@jupyterlab/ui-components": "~4.2.0-alpha.2",
"@lumino/algorithm": "^2.0.1",
"@lumino/commands": "^2.2.0",
"@lumino/widgets": "^2.3.1"
"@lumino/commands": "^2.3.0",
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -39,21 +39,21 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/docmanager": "~4.1.5",
"@jupyterlab/filebrowser": "~4.1.5",
"@jupyterlab/mainmenu": "~4.1.5",
"@jupyterlab/services": "~7.1.5",
"@jupyterlab/settingregistry": "~4.1.5",
"@jupyterlab/statedb": "~4.1.5",
"@jupyterlab/translation": "~4.1.5",
"@jupyterlab/ui-components": "~4.1.5",
"@jupyterlab/application": "~4.2.0-alpha.2",
"@jupyterlab/apputils": "~4.3.0-alpha.2",
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
"@jupyterlab/filebrowser": "~4.2.0-alpha.2",
"@jupyterlab/mainmenu": "~4.2.0-alpha.2",
"@jupyterlab/services": "~7.2.0-alpha.2",
"@jupyterlab/settingregistry": "~4.2.0-alpha.2",
"@jupyterlab/statedb": "~4.2.0-alpha.2",
"@jupyterlab/translation": "~4.2.0-alpha.2",
"@jupyterlab/ui-components": "~4.2.0-alpha.2",
"@lumino/algorithm": "^2.0.1",
"@lumino/commands": "^2.2.0",
"@lumino/commands": "^2.3.0",
"@lumino/coreutils": "^2.1.2",
"@lumino/widgets": "^2.3.1"
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -42,14 +42,14 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "~4.1.5",
"@jupyterlab/ui-components": "~4.2.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@jupyterlab/testutils": "~4.1.5",
"@jupyterlab/testutils": "~4.2.0-alpha.2",
"@types/jest": "^29.2.5",
"babel-loader": "^8.0.6",
"jest": "^29.3.1",

@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11", "jupyterlab>=4.1.1,<4.2"]
requires = ["hatchling>=1.11", "jupyterlab>=4.2.0a2,<4.3"]
build-backend = "hatchling.build"
[project]
@ -32,7 +32,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.4.0,<3",
"jupyterlab>=4.1.1,<4.2",
"jupyterlab>=4.2.0a2,<4.3",
"jupyterlab_server>=2.22.1,<3",
"notebook_shim>=0.2,<0.3",
"tornado>=6.2.0",

@ -10,8 +10,8 @@ test.describe('Smoke', () => {
test('Tour', async ({ page, tmpPath }) => {
// Open the tree page
await page.goto(`tree/${tmpPath}`);
await page.click('text="Running"');
await page.click('text="Files"');
await page.locator('.jp-TreePanel >> text="Running"').click();
await page.locator('.jp-TreePanel >> text="Files"').click();
// Create a new console
await page.menu.clickMenuItem('New>Console');
@ -71,7 +71,7 @@ math.pi`);
]);
// Shut down the kernels
await tree2.click('text="Running"');
await tree2.locator('.jp-TreePanel >> text="Running"').click();
await tree2.click('#main-panel jp-button :text("Shut Down All")');
await tree2.press('.jp-Dialog', 'Enter');

@ -39,7 +39,8 @@ test('should update url when navigating in filebrowser', async ({
test('Should activate file browser tab', async ({ page, tmpPath }) => {
await page.goto(`tree/${tmpPath}`);
await page.click('text="Running"');
await page.locator('.jp-TreePanel >> text="Running"').click();
await expect(
page.locator('#main-panel #jp-running-sessions-tree')
).toBeVisible();

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save