superdesk/superdesk-client-core

View on GitHub
e2e/client/specs/helpers/waitReady.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function waitReady has 41 lines of code (exceeds 25 allowed). Consider refactoring.
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;
Severity: Minor
Found in e2e/client/specs/helpers/waitReady.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status