cloudfoundry/stratos

View on GitHub
src/test-e2e/login/sso-login.po.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function login has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  login(username: string, password: string) {
    // If this is a different user to last time, then logout first
    if (SSOLoginPage.ssoLastUsername && SSOLoginPage.ssoLastUsername !== username) {
      browser.waitForAngularEnabled(false);
      this.logoutUAA();
Severity: Minor
Found in src/test-e2e/login/sso-login.po.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status