docs(class-testproject): fix 'use' type reference (#31200)

This commit is contained in:
Matthijs Kok 2024-06-11 01:22:54 +02:00 committed by GitHub
parent 98637ea5b5
commit b60f99db36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -365,7 +365,7 @@ Use [`property: TestConfig.timeout`] to change this option for all projects.
## property: TestProject.use
* since: v1.10
- type: <[Fixtures]>
- type: ?<[TestOptions]>
Options for all tests in this project, for example [`property: TestOptions.browserName`]. Learn more about [configuration](../test-configuration.md) and see [available options][TestOptions].