docs(test-projects): add missing `devices` import in "Dependencies" snippet (#35108)

This commit is contained in:
Marco Pasqualetti 2025-03-10 09:13:35 +01:00 committed by GitHub
parent 7fe44bbd6f
commit 05e311b085
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ Dependencies are a list of projects that need to run before the tests in another
In this example the chromium, firefox and webkit projects depend on the setup project.
```js title="playwright.config.ts"
import { defineConfig } from '@playwright/test';
import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
projects: [