e2e/client/specs/helpers/waitReady.ts
Function waitReady
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ElementFinder.prototype.waitReady = function(optStr) {
// eslint-disable-next-line @typescript-eslint/no-this-alias
var self = this;
var specTimeoutMs = browser.allScriptsTimeout * 2;
var driverWaitIterations = 0;