From ecae021c75d873173c5a4738ecac16c91aa122c8 Mon Sep 17 00:00:00 2001 From: Lukas Bockstaller Date: Mon, 4 Mar 2024 22:35:37 +0100 Subject: [PATCH] Update docs/src/test-api/class-testinfo.md Co-authored-by: Dmitry Gozman Signed-off-by: Lukas Bockstaller --- docs/src/test-api/class-testinfo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/test-api/class-testinfo.md b/docs/src/test-api/class-testinfo.md index 4ffeb2d8c7..97e9c16ebf 100644 --- a/docs/src/test-api/class-testinfo.md +++ b/docs/src/test-api/class-testinfo.md @@ -214,7 +214,9 @@ Test function as passed to `test(title, testFunction)`. * since: v1.43 - 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 * since: v1.32