Remove console statements #18763
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors, 6 warnings, and 4 notices
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:100:7 › Logged In › Private resource in my Pod:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:100:7 › Logged In › Private resource in my Pod, after refresh (using auto-login)
Test timeout of 180000ms exceeded.
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:100:7 › Logged In › Private resource in my Pod:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L106
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:100:7 › Logged In › Private resource in my Pod, after refresh (using auto-login)
Error: page.waitForSelector: Page closed
=========================== logs ===========================
waiting for locator('span[data-testid=loggedInStatus]') to be visible
============================================================
104 | await app.page.reload();
105 |
> 106 | await app.page.waitForSelector("span[data-testid=loggedInStatus]");
| ^
107 |
108 | expect(await app.getFetchResponse()).toBe("not fetched");
109 |
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:106:20
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:100:7 › Logged In › Private resource in my Pod:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:100:7 › Logged In › Private resource in my Pod, after refresh (using auto-login)
Pending operations:
- page.waitForSelector at e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:106:20
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:302:7 › Using a Client ID › The session should perform RP Initiated Logout and not redirect to the app if postLogoutUrl is not provided:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L309
2) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:302:7 › Using a Client ID › The session should perform RP Initiated Logout and not redirect to the app if postLogoutUrl is not provided
TypeError: fetch failed
307 | }) => {
308 | // Get the openId configuration
> 309 | const config = await fetch(
| ^
310 | new URL(".well-known/openid-configuration", env.idp),
311 | );
312 | const configuration = await config.json();
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:309:20
|
Slow Test:
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 14.3m
|
Slow Test:
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 14.2m
|
Slow Test:
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts#L1
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts took 15.1s
|
Slow Test:
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts#L1
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts took 15.0s
|
Slow Test:
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 20.7m
|
Slow Test:
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 14.0m
|
🎭 Playwright Run Summary
6 skipped
24 passed (14.4m)
|
🎭 Playwright Run Summary
2 passed (32.5s)
|
🎭 Playwright Run Summary
2 passed (33.4s)
|
🎭 Playwright Run Summary
2 flaky
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:100:7 › Logged In › Private resource in my Pod, after refresh (using auto-login)
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:302:7 › Using a Client ID › The session should perform RP Initiated Logout and not redirect to the app if postLogoutUrl is not provided
6 skipped
22 passed (21.0m)
|