Skip to content

Update change/@itwin-oidc-signin-tool-a08681dc-67af-481d-b940-f18e572…

01398c8
Select commit
Loading
Failed to load commit list.
Merged

Fix ReLogin in E2E due to missing locator #332

Update change/@itwin-oidc-signin-tool-a08681dc-67af-481d-b940-f18e572…
01398c8
Select commit
Loading
Failed to load commit list.
Azure Pipelines / iTwin.auth-clients Integration succeeded Jan 28, 2026 in 5m 1s

Build #20260127.3 had test failures

Details

Tests

  • Failed: 1 (2.63%)
  • Passed: 37 (97.37%)
  • Other: 0 (0.00%)
  • Total: 38

Annotations

Check failure on line 1 in signin redirect

See this annotation in the file changed.

@azure-pipelines azure-pipelines / iTwin.auth-clients Integration

signin redirect

integration.test.ts:24:5 signin redirect
Raw output
  src\integration-tests\integration.test.ts:24:5 › signin redirect ─────────────────────────────────

    Test timeout of 10000ms exceeded.

    Error: locator.fill: Test timeout of 10000ms exceeded.
    Call log:
      - waiting for getByLabel('Email address')
        - locator resolved to <input value="" size="36" type="email" name="subject" class="iui-input" autocorrect="off" id="identifierInput" autocapitalize="off" oninput="clearError();" onkeypress="return postOnReturn(event)"/>


       at src\integration-tests\helpers\TestHelper.ts:16

      14 |
      15 |   public async signIn(page: Page) {
    > 16 |     await page.getByLabel("Email address").fill(this._signInOptions.email);
         |                                            ^
      17 |     await page.getByLabel("Email address").press("Enter");
      18 |     await page.getByLabel("Password").fill(this._signInOptions.password);
      19 |     await page.getByText("Sign In").click();
        at TestHelper.signIn (D:\a\1\s\packages\browser\src\integration-tests\helpers\TestHelper.ts:16:44)
        at D:\a\1\s\packages\browser\src\integration-tests\integration.test.ts:26:20

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    test-results\src-integration-tests-integration-signin-redirect\test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: test-results\src-integration-tests-integration-signin-redirect\error-context.md