You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/handbook/tutorials/your-first-web-scenario.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ In this tutorial, we'll use [Serenity/JS + Playwright Test template](https://git
41
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.
42
42
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/).
43
43
44
-
To launch your workspace, make sure you have a [GitHub account](/handbook/getting-started/#join-githubcom-to-access-all-the-content),
45
-
which will make it easier for you to use all the other [Serenity/JS resources](/handbook/getting-started) too.
44
+
To launch your workspace, make sure you have a [GitHub account](/community/),
45
+
which will make it easier for you to use all the other Serenity/JS resources, too.
46
46
47
47
Next, launch your Gitpod.io web IDE using the "Open in Gitpod" button below
48
48
and sign in to your [Gitpod.io workspace](https://gitpod.io/#https://github.com/serenity-js/serenity-js-playwright-test-template)
0 commit comments