Skip to content

Commit 06a8957

Browse files
authored
docs(website): add missing definite articles
1 parent 66582bf commit 06a8957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/api/class-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)