From 3b7d8570529def6cecc7b49150b3d78c339bd877 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:09:47 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (16-04-25) --- nodejs/docs/api/class-testcase.mdx | 3 --- nodejs/docs/api/class-testinfo.mdx | 3 --- nodejs/docs/api/class-testresult.mdx | 3 --- nodejs/docs/api/class-teststep.mdx | 3 --- 4 files changed, 12 deletions(-) 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. ---