Skip to content

Commit 61357cd

Browse files
committed
fix error
1 parent 6cb92b8 commit 61357cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/playwright-testing/how-to-manage-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To enable authentication using access tokens:
7575
```
7676
::: zone-end
7777

78-
1. Create access token
78+
2. Create access token
7979

8080
Follow the steps to [create an access token](./how-to-manage-access-tokens.md#generate-a-workspace-access-token). Copy the value of the access token generated.
8181

@@ -105,7 +105,7 @@ To enable authentication using access tokens:
105105

106106
::: zone pivot="nunit-test-runner"
107107

108-
1. Set up your environment
108+
3. Set up your environment
109109

110110
To set up your environment, you have to configure the `PLAYWRIGHT_SERVICE_ACCESS_TOKEN` environment variable with the value you obtained in the previous steps. Make sure this environment variable is available in your setup where you are running tests.
111111

0 commit comments

Comments
 (0)