From daf194f86fca88e879869943de5ed0a645f826c4 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 19 Jan 2021 01:29:46 -0500 Subject: [PATCH] Infrastructure: Fix JSDoc param name warnings in test/util/assertAttributeCanBeToggled.js (pull #1725) --- test/util/assertAttributeCanBeToggled.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/util/assertAttributeCanBeToggled.js b/test/util/assertAttributeCanBeToggled.js index 2501632184..0f15ea6582 100644 --- a/test/util/assertAttributeCanBeToggled.js +++ b/test/util/assertAttributeCanBeToggled.js @@ -4,9 +4,9 @@ const { By } = require('selenium-webdriver'); * Asserts that an attribute to an element can either be toggled to a custom value, or true/false * * @param {obj} t - ava execution object - * @param {string} elementSelector - element selector string + * @param {string} selector - element selector string * @param {string} attribute - attribute to test - * @param {WebDriver.Key} attribute - key to sent to element that will toggle attribute + * @param {WebDriver.Key} key - key to sent to element that will toggle attribute */ module.exports = async function assertAttributeCanBeToggled( t,