Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing support for subpaths #253

Merged
merged 1 commit into from
Jul 2, 2024

Add missing support for subpaths

228a6e9
Select commit
Loading
Failed to load commit list.
Merged

Add missing support for subpaths #253

Add missing support for subpaths
228a6e9
Select commit
Loading
Failed to load commit list.
Azure Pipelines / iTwin.auth-clients Integration succeeded Jul 2, 2024 in 2m 46s

Build #20240702.1 had test failures

Details

Tests

  • Failed: 1 (0.93%)
  • Passed: 107 (99.07%)
  • Other: 0 (0.00%)
  • Total: 108

Annotations

Check failure on line 1 in signout popup

See this annotation in the file changed.

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

signout popup

integration.test.ts:71:5 signout popup
Raw output
  src/integration-tests/integration.test.ts:71:5 › signout popup ───────────────────────────────────

    Test timeout of 60000ms exceeded.

    Error: page.waitForEvent: Test timeout of 60000ms exceeded.
    =========================== logs ===========================
    waiting for event "popup"
    ============================================================

      71 | test("signout popup", async ({ page }) => {
      72 |   await page.goto(`${signInOptions.url}/signin-via-popup`);
    > 73 |   const popupPromise = page.waitForEvent("popup");
         |                             ^
      74 |   const el = page.getByText("Signin via Popup");
      75 |   await el.click();
      76 |   const popup = await popupPromise;

        at /Users/runner/work/1/s/packages/browser/src/integration-tests/integration.test.ts:73:29

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    test-results/lib-cjs-integration-tests-integration-signout-popup/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────