Add missing support for subpaths #253
Merged
Azure Pipelines / iTwin.auth-clients Integration
succeeded
Jul 2, 2024 in 2m 46s
Build #20240702.1 had test failures
Details
- Failed: 1 (0.93%)
- Passed: 107 (99.07%)
- Other: 0 (0.00%)
- Total: 108
Annotations
Check failure on line 1 in signout popup
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
────────────────────────────────────────────────────────────────────────────────────────────────
Loading