Skip to content

Commit 16e6361

Browse files
committed
Update relative paths
1 parent 82174e8 commit 16e6361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This folder contains the integration tests of the extension.
55
They are defined using [Playwright](https://playwright.dev/docs/intro) test runner
66
and [Galata](https://github.com/jupyterlab/jupyterlab/tree/master/galata) helper.
77

8-
The Playwright configuration is defined in [playwright.config.js](../playwright.config.js)
8+
The Playwright configuration is defined in [playwright.config.js](./playwright.config.js)
99
in the root directory.
1010

1111
The JupyterLab server configuration to use for the integration test is defined
12-
in [jupyter_server_test_config.py](../jupyter_server_test_config.py) in the root directory.
12+
in [jupyter_server_test_config.py](./jupyter_server_test_config.py) in the root directory.
1313

1414
The default configuration will produce video for failing tests and an HTML report.
1515

0 commit comments

Comments
 (0)