Skip to content

Commit b9d238b

Browse files
authored
Merge pull request #84 from TurekBot/patch-3
Fix Broken Links in "Your first web scenario" Guide
2 parents a93f7d3 + 41f4a6a commit b9d238b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ techniques** and **patterns** when needed.
1111
My goal with all the Serenity/JS guides in this handbook, including this one, is that they're easy to follow whether
1212
you're a test automation expert or just starting on your journey.
1313
If you found anything here that could have been clearer, please let me know in the comments or
14-
[submit a correction](https://github.com/serenity-js/serenity-js/tree/main/documentation/serenity-js.org/docs/web-testing/your-first-web-scenario.mdx).
14+
[submit a correction](https://github.com/serenity-js/serenity-js.org/blob/main/src/docs/handbook/tutorials/your-first-web-scenario.mdx).
1515

1616
To keep things simple, we'll use a [**Gitpod.io workspace**](/handbook/project-templates/#serenityjs-gitpods) to work with Serenity/JS in your web browser, so there's **no need to install anything** on your computer.
1717
If you prefer to set up Serenity/JS locally instead, follow the installation instructions in [Serenity/JS + Playwright Test project template](https://github.com/serenity-js/serenity-js-playwright-test-template).
@@ -37,8 +37,8 @@ All [Serenity/JS project templates](/handbook/project-templates/), such as the o
3737
make it easy for you to use them in a Visual Studio Code-based development environment.
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

40-
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.
40+
In this tutorial, we'll use the [Serenity/JS + Playwright Test template](https://github.com/serenity-js/serenity-js-playwright-test-template),
41+
which integrates Serenity/JS with the [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)