Skip to content

Commit 66582bf

Browse files
authored
docs(website): fix link to "Playwright Test"
The previous one was broken.
1 parent 935cc5b commit 66582bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/handbook/tutorials/your-first-web-scenario.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ make it easy for you to use them in a Visual Studio Code-based development envir
3838
Of course, since Serenity/JS tests are standards-based Node.js code, they'll work just as well in any other modern <abbr title="Integrated Development Environment">IDE</abbr>.
3939

4040
In this tutorial, we'll use [Serenity/JS + Playwright Test template](https://github.com/serenity-js/serenity-js-playwright-test-template),
41-
which integrates Serenity/JS with [Playwright](https://playwright.dev/) web testing library and its dedicated [Playwright Test](https://playwright.dev/docs/test-runners#playwright-test) test runner.
41+
which integrates Serenity/JS with [Playwright](https://playwright.dev/) web testing library and its dedicated [Playwright Test](https://playwright.dev/docs/api/class-test) test runner.
4242
The test suite we'll work on interacts with a simple to-do list app that you can experiment with at [todo-app.serenity-js.org](https://todo-app.serenity-js.org/).
4343

4444
To launch your workspace, make sure you have a [GitHub account](/community/),

0 commit comments

Comments
 (0)