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

Signed-off-by: Matthijs Kok <matthijs.kok2@gmail.com>
This commit is contained in:
Matthijs Kok 2024-06-07 09:18:09 +02:00 committed by GitHub
parent dd3a41287e
commit 05b38cf70c
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].