Update docs/src/test-api/class-testinfo.md

Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
Signed-off-by: Lukas Bockstaller <lukas.bockstaller@everest-erp.com>
This commit is contained in:
Lukas Bockstaller 2024-03-04 22:35:37 +01:00 committed by GitHub
parent b0f7cd9394
commit ecae021c75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -214,7 +214,9 @@ Test function as passed to `test(title, testFunction)`.
* since: v1.43 * since: v1.43
- type: <[Array]<[string]>> - type: <[Array]<[string]>>
Tags that apply to the tests. Tags that apply to the test. Learn more about [tags](../test-annotations.md#tag-tests).
Note that any changes made to this list while the test is running will not be visible to test reporters.
## property: TestInfo.testId ## property: TestInfo.testId
* since: v1.32 * since: v1.32