Skip to content

Commit 6787c6c

Browse files
author
John Doherty
committed
fixed js doc typo
1 parent 825e9af commit 6787c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = {
131131
* @param {string} elementSelector - HTML element CSS selector
132132
* @param {string} attributeName - name of the attribute to inspect
133133
* @param {string} attributeValue - value to wait for attribute to equal
134-
* @param {integer} waitInSeconds - number of milliseconds to wait for page to load
134+
* @param {integer} waitInMilliseconds - number of milliseconds to wait for page to load
135135
* @returns {Promise} resolves if attribute eventually equals, otherwise rejects
136136
* @example
137137
* helpers.waitUntilAttributeEquals('html', 'data-busy', 'false', 5);

0 commit comments

Comments
 (0)