Skip to content

Commit

Permalink
disable notifications in ui-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Sep 8, 2023
1 parent d451aab commit 1e117af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ipyleaflet UI Tests",
"private": true,
"scripts": {
"start": "jupyter lab --config ./jupyter_server_config.py",
"start": "jupyter labextension disable '@jupyterlab/apputils-extension:announcements' && jupyter lab --config ./jupyter_server_config.py",
"start:detached": "yarn run start&",
"clean": "rimraf tests/notebooks/.ipynb_checkpoints && rimraf test-output",
"test": "yarn run clean && playwright test",
Expand Down

0 comments on commit 1e117af

Please sign in to comment.