diff --git a/nodejs/docs/api/class-testcase.mdx b/nodejs/docs/api/class-testcase.mdx index 7b0079fe2ba..5a24aa60f9c 100644 --- a/nodejs/docs/api/class-testcase.mdx +++ b/nodejs/docs/api/class-testcase.mdx @@ -89,9 +89,6 @@ testCase.annotations - `description` [string] *(optional)* Optional description. - - `location` [Location] *(optional)* - - Optional location in the source where the annotation is added. --- diff --git a/nodejs/docs/api/class-testinfo.mdx b/nodejs/docs/api/class-testinfo.mdx index beb8d315634..f8e567bd10b 100644 --- a/nodejs/docs/api/class-testinfo.mdx +++ b/nodejs/docs/api/class-testinfo.mdx @@ -346,9 +346,6 @@ testInfo.annotations - `description` [string] *(optional)* Optional description. - - `location` [Location] *(optional)* - - Optional location in the source where the annotation is added. --- diff --git a/nodejs/docs/api/class-testresult.mdx b/nodejs/docs/api/class-testresult.mdx index aa31a771e8b..a60ffe11435 100644 --- a/nodejs/docs/api/class-testresult.mdx +++ b/nodejs/docs/api/class-testresult.mdx @@ -41,9 +41,6 @@ testResult.annotations - `description` [string] *(optional)* Optional description. - - `location` [Location] *(optional)* - - Optional location in the source where the annotation is added. --- diff --git a/nodejs/docs/api/class-teststep.mdx b/nodejs/docs/api/class-teststep.mdx index 52346e5318c..d20c9431b70 100644 --- a/nodejs/docs/api/class-teststep.mdx +++ b/nodejs/docs/api/class-teststep.mdx @@ -53,9 +53,6 @@ testStep.annotations - `description` [string] *(optional)* Optional description. - - `location` [Location] *(optional)* - - Optional location in the source where the annotation is added. ---