Skip to content

Commit

Permalink
Infrastructure: Fix JSDoc param name warnings in test/util/assertAttr…
Browse files Browse the repository at this point in the history
…ibuteCanBeToggled.js (pull #1725)
  • Loading branch information
nschonni committed Jan 19, 2021
1 parent 1160070 commit daf194f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/util/assertAttributeCanBeToggled.js
Expand Up @@ -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,
Expand Down

0 comments on commit daf194f

Please sign in to comment.