Prepare changelog for v1.17.3 #18807
Annotations
1 error, 2 warnings, and 2 notices
e2e/browser/solid-client-authn-browser/test/fixtures.ts#L302
1) [Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:240:7 › Using a Client ID › The session should perform RP Initiated Logout correctly with state
Error: Failed to login: outgoing request timed out after 3500ms
at e2e/browser/solid-client-authn-browser/test/fixtures.ts:302
300 | await session.login(credentials);
301 | } catch (err) {
> 302 | throw new Error(`Failed to login: ${(err as Error).message}`);
| ^
303 | }
304 |
305 | if (typeof session.info.webId !== "string") {
at seedPod (/home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/fixtures.ts:302:11)
at Object.clientAccessControl (/home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/fixtures.ts:520:7)
|
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 13.9m
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 13.8m
|
|
|
The logs for this run have expired and are no longer available.
Loading