Skip to content

Commit 9f22303

Browse files
committed
fix line highlights on playwright instructions page
1 parent d385b61 commit 9f22303

File tree

1 file changed

+1
-1
lines changed
  • src/app/basics/getting-started/record-your-playwright-tests

1 file changed

+1
-1
lines changed

src/app/basics/getting-started/record-your-playwright-tests/page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ set REPLAY_API_KEY=<your_api_key>
8585

8686
## Update playwright.config.js
8787

88-
```js {% fileName="playwright.config.ts" highlight=[2, "7-10","14-17"] lineNumbers=true %}
88+
```js {% fileName="playwright.config.ts" highlight=["2-5", "10-13","16-21"] lineNumbers=true %}
8989
import { PlaywrightTestConfig, devices } from "@playwright/test";
9090
import {
9191
devices as replayDevices,

0 commit comments

Comments
 (0)