We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825e9af commit 6787c6cCopy full SHA for 6787c6c
runtime/helpers.js
@@ -131,7 +131,7 @@ module.exports = {
131
* @param {string} elementSelector - HTML element CSS selector
132
* @param {string} attributeName - name of the attribute to inspect
133
* @param {string} attributeValue - value to wait for attribute to equal
134
- * @param {integer} waitInSeconds - number of milliseconds to wait for page to load
+ * @param {integer} waitInMilliseconds - number of milliseconds to wait for page to load
135
* @returns {Promise} resolves if attribute eventually equals, otherwise rejects
136
* @example
137
* helpers.waitUntilAttributeEquals('html', 'data-busy', 'false', 5);
0 commit comments