Sign-in: password

navigates to the forgot-password page from the password step

Automated test: navigates to the forgot-password page from the password step in password-login.spec.js:129

Run: 2026-09-27 19:22 · Duration: 11.9 s · Browser: chromium failed

This test failed. Error: expect(locator).toBeVisible() failed

Screenshots

At the moment it failed
At the moment it failed

Video

Errors

Error: expect(locator).toBeVisible() failed

Locator: locator('input[name="password"]')
Expected: visible
Timeout: 10000ms
Error: element(s) not found

Call log:
  - Expect "toBeVisible" with timeout 10000ms
  - waiting for locator('input[name="password"]')


  132 |
  133 |     await loginPage.submitIdentifier('testuser@example.com');
> 134 |     await expect(loginPage.passwordInput).toBeVisible({ timeout: 10_000 });
      |                                           ^
  135 |
  136 |     await expect(loginPage.forgotPasswordLink).toBeVisible();
  137 |     await loginPage.forgotPasswordLink.click();
    at E:\AV\Projects\me\_dev-box\identity-fa\src\app\Client.SingleSignOn.Tests\tests\password-login.spec.js:134:43
Page snapshot at failure
# Page snapshot

```yaml
- generic [ref=e5]:
  - generic [ref=e6]:
    - img "logo" [ref=e9]
    - generic [ref=e10]:
      - paragraph [ref=e13]: All systems operational
      - heading "One door to every service" [level=2] [ref=e14]:
        - text: One door to
        - text: every service
      - paragraph [ref=e15]: Single sign-on across every internal application, with passkeys, one-time codes and hardware keys on the same account.
  - main [ref=e16]:
    - button "Switch to light theme" [ref=e19] [cursor=pointer]:
      - img [ref=e20]
    - generic [ref=e22]:
      - paragraph [ref=e23]: Sign In
      - generic [ref=e25]:
        - paragraph [ref=e27]: Welcome back
        - paragraph [ref=e28]: Use your work account to continue.
        - generic [ref=e29]:
          - generic [ref=e31]:
            - generic [ref=e32]:
              - text: User Identifier
              - generic [ref=e33]: "*"
            - generic [ref=e34]:
              - img [ref=e36]
              - textbox "User Identifier" [ref=e38]: testuser@example.com
              - group
          - button "Sign In" [active] [ref=e40] [cursor=pointer]:
            - text: Sign In
            - generic [ref=e42]: arrow_forward
```