From f8a9a8e99f49f358e8527bc761abd7644d7a60d7 Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Wed, 15 May 2024 10:37:39 -0700 Subject: [PATCH] Remove copy-pasta --- resources/testdriver.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/resources/testdriver.js b/resources/testdriver.js index 92b2fb874fe535a..9bc0db5e208c968 100644 --- a/resources/testdriver.js +++ b/resources/testdriver.js @@ -1071,14 +1071,9 @@ /** * Get a serialized object representing the accessibility API's accessibility node. * - * This matches the behaviour of the - * `Get Computed Label - * `_ - * WebDriver command. - * * @param {id} id of element - * @returns {Promise} Fullfilled with object representing accessibilty node - * rejected in the cases of failures + * @returns {Promise} Fullfilled with object representing accessibilty node, + * rejected in the cases of failures. */ get_accessibility_api_node: async function(dom_id) { let jsonresult = await window.test_driver_internal.get_accessibility_api_node(dom_id);