Remove console statements #18763
Annotations
4 errors, 3 warnings, and 2 notices
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.
|
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
|
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
|
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
|
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts#L1
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts took 15.0s
|
[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
|
[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
|
|
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)
|
The logs for this run have expired and are no longer available.
Loading