Skip to content

Commit

Permalink
Remove trailing slash from Playwright docs link (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Jul 11, 2023
1 parent af67e56 commit 8657ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jlpm test

#### Integration tests

This extension uses [Playwright](https://playwright.dev/docs/intro/) for the integration tests (aka user level tests).
This extension uses [Playwright](https://playwright.dev/docs/intro) for the integration tests (aka user level tests).
More precisely, the JupyterLab helper [Galata](https://github.com/jupyterlab/jupyterlab/tree/master/galata) is used to handle testing the extension in JupyterLab.

More information are provided within the [ui-tests](./ui-tests/README.md) README.
Expand Down

0 comments on commit 8657ac2

Please sign in to comment.