Remove some legacy entries in tsconfig.json #18767
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors, 6 warnings, and 4 notices
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts:28:5 › solid-ui-react smoke test:
e2e/browser/solid-ui-react/test/solidui.playwright.ts#L36
1) [Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts:28:5 › solid-ui-react smoke test
Error: Timed out 15000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('.allow-button').or(getByTestId('prompt-continue'))
34 | );
35 |
> 36 | await auth.login();
| ^
37 | await expect(app.getWebid()).resolves.not.toBeNull();
38 | await expect(app.fetchResource(testResource.url)).resolves.toEqual(
39 | testResource.expectedContent,
at OpenIdPage.allow (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:78:73)
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:198:53)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-ui-react/test/solidui.playwright.ts:36:3
|
[Chromium] › e2e/browser/solid-ui-react/test/solidui.playwright.ts:28:5 › solid-ui-react smoke test:
e2e/browser/solid-ui-react/test/solidui.playwright.ts#L1
2) [Chromium] › e2e/browser/solid-ui-react/test/solidui.playwright.ts:28:5 › solid-ui-react smoke test
Test timeout of 180000ms exceeded.
|
[Chromium] › e2e/browser/solid-ui-react/test/solidui.playwright.ts:28:5 › solid-ui-react smoke test:
e2e/browser/solid-ui-react/test/solidui.playwright.ts#L32
2) [Chromium] › e2e/browser/solid-ui-react/test/solidui.playwright.ts:28:5 › solid-ui-react smoke test
Error: expect(received).resolves.toContain()
Received promise rejected instead of resolved
Rejected to value: [Error: page.waitForResponse: Page closed]
30 | await expect(app.sampleRequest()).resolves.toEqual("Sample response");
31 | // Test unauthorized fetch of a protected resource.
> 32 | await expect(app.fetchResource(testResource.url)).resolves.toContain(
| ^
33 | "Unauthorized",
34 | );
35 |
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-ui-react/test/solidui.playwright.ts:32:15
|
[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#L1
1) [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
Test timeout of 180000ms exceeded.
|
[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#L321
1) [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
Error: page.waitForRequest: Page closed
319 | );
320 |
> 321 | await auth.login({ allow: true });
| ^
322 |
323 | expect(await app.isLoginSignalReceived()).toBe(true);
324 | expect(await app.getExpirationDate()).toBeGreaterThan(Date.now());
at TestPage.handleRedirect (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:122:25)
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:195:51)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:321:5
|
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 13.6m
|
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 13.5m
|
Slow Test:
[Chromium] › e2e/browser/solid-ui-react/test/solidui.playwright.ts#L1
[Chromium] › e2e/browser/solid-ui-react/test/solidui.playwright.ts took 3.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 39.8s
|
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 17.4m
|
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 15.1m
|
🎭 Playwright Run Summary
6 skipped
24 passed (13.7m)
|
🎭 Playwright Run Summary
2 passed (28.8s)
|
🎭 Playwright Run Summary
2 flaky
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts:28:5 › solid-ui-react smoke test
[Chromium] › e2e/browser/solid-ui-react/test/solidui.playwright.ts:28:5 › solid-ui-react smoke test
|
🎭 Playwright Run Summary
1 flaky
[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
23 passed (17.6m)
|