Fix lint errors #19679
Annotations
16 errors, 2 warnings, and 1 notice
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod:
e2e/browser/solid-client-authn-browser/test/fixtures.ts#L415
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod
Error: Failed to login: expected 200 OK, got: 503 Service Unavailable
at e2e/browser/solid-client-authn-browser/test/fixtures.ts:415
413 | });
414 | } catch (err) {
> 415 | throw new Error(`Failed to login: ${(err as Error).message}`);
| ^
416 | }
417 |
418 | if (!session.info.isLoggedIn || !session.info.webId) {
at Object.testContainer (/home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/fixtures.ts:415:13)
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod:
e2e/browser/solid-client-authn-browser/test/fixtures.ts#L415
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to login: expected 200 OK, got: 503 Service Unavailable
at e2e/browser/solid-client-authn-browser/test/fixtures.ts:415
413 | });
414 | } catch (err) {
> 415 | throw new Error(`Failed to login: ${(err as Error).message}`);
| ^
416 | }
417 |
418 | if (!session.info.isLoggedIn || !session.info.webId) {
at Object.testContainer (/home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/fixtures.ts:415:13)
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod:
e2e/browser/solid-client-authn-browser/test/fixtures.ts#L415
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to login: expected 200 OK, got: 503 Service Unavailable
at e2e/browser/solid-client-authn-browser/test/fixtures.ts:415
413 | });
414 | } catch (err) {
> 415 | throw new Error(`Failed to login: ${(err as Error).message}`);
| ^
416 | }
417 |
418 | if (!session.info.isLoggedIn || !session.info.webId) {
at Object.testContainer (/home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/fixtures.ts:415:13)
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod:
e2e/browser/solid-client-authn-browser/test/fixtures.ts#L415
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to login: expected 200 OK, got: 503 Service Unavailable
at e2e/browser/solid-client-authn-browser/test/fixtures.ts:415
413 | });
414 | } catch (err) {
> 415 | throw new Error(`Failed to login: ${(err as Error).message}`);
| ^
416 | }
417 |
418 | if (!session.info.isLoggedIn || !session.info.webId) {
at Object.testContainer (/home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/fixtures.ts:415:13)
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L71
2) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately
TimeoutError: page.waitForURL: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://localhost:3002/"
============================================================
69 | test.describe("Logged In", () => {
70 | test.beforeEach(async ({ auth }) => {
> 71 | await auth.login({ allow: true });
| ^
72 | });
73 |
74 | test("The session information are set appropriately", async ({
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:183:23)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:71:16
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L71
2) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://localhost:3002/"
============================================================
69 | test.describe("Logged In", () => {
70 | test.beforeEach(async ({ auth }) => {
> 71 | await auth.login({ allow: true });
| ^
72 | });
73 |
74 | test("The session information are set appropriately", async ({
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:183:23)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:71:16
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L71
2) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://localhost:3002/"
============================================================
69 | test.describe("Logged In", () => {
70 | test.beforeEach(async ({ auth }) => {
> 71 | await auth.login({ allow: true });
| ^
72 | });
73 |
74 | test("The session information are set appropriately", async ({
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:183:23)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:71:16
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L71
2) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://localhost:3002/"
============================================================
69 | test.describe("Logged In", () => {
70 | test.beforeEach(async ({ auth }) => {
> 71 | await auth.login({ allow: true });
| ^
72 | });
73 |
74 | test("The session information are set appropriately", async ({
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:183:23)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:71:16
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:84:7 › Logged In › Public resource in my Pod:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L71
3) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:84:7 › Logged In › Public resource in my Pod
TimeoutError: page.waitForURL: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://localhost:3002/"
============================================================
69 | test.describe("Logged In", () => {
70 | test.beforeEach(async ({ auth }) => {
> 71 | await auth.login({ allow: true });
| ^
72 | });
73 |
74 | test("The session information are set appropriately", async ({
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:183:23)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:71:16
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:84:7 › Logged In › Public resource in my Pod:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L71
3) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:84:7 › Logged In › Public resource in my Pod
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://localhost:3002/"
============================================================
69 | test.describe("Logged In", () => {
70 | test.beforeEach(async ({ auth }) => {
> 71 | await auth.login({ allow: true });
| ^
72 | });
73 |
74 | test("The session information are set appropriately", async ({
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:183:23)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:71:16
|
test (ESS Dev-2-3, true)
The job was canceled because "ESS_Dev-2-2_false" failed.
|
test (ESS Dev-2-3, true)
The operation was canceled.
|
test (ESS Dev-2-1, false)
The job was canceled because "ESS_Dev-2-2_false" failed.
|
test (ESS Dev-2-1, false)
The operation was canceled.
|
test (ESS PodSpaces, false)
The job was canceled because "ESS_Dev-2-2_false" failed.
|
test (ESS PodSpaces, false)
The operation was canceled.
|
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 6.9m
|
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 6.0m
|
🎭 Playwright Run Summary
24 failed
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:84:7 › Logged In › Public resource in my Pod
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:92:7 › Logged In › Private resource in my Pod
[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:118:7 › Logged In › gets notified when session is extended
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:144:7 › Using a Client ID › can log in using a Client ID document
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:214:7 › Using a Client ID › The session should perform RP Initiated Logout correctly
[Firefox] › 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
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:271:7 › Using a Client ID › The session should perform RP Initiated Logout redirecting to the home page with state
[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
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:45:7 › Not Logged In › Private resource in my Pod
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:74:7 › Logged In › The session information are set appropriately
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:84:7 › Logged In › Public resource in my Pod
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:92:7 › Logged In › Private resource in my Pod
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:100:7 › Logged In › Private resource in my Pod, after refresh (using auto-login)
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:118:7 › Logged In › gets notified when session is extended
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:144:7 › Using a Client ID › can log in using a Client ID document
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:214:7 › Using a Client ID › The session should perform RP Initiated Logout correctly
[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
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:271:7 › Using a Client ID › The session should perform RP Initiated Logout redirecting to the home page with state
[Chromium] › 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
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-browser-failures
Expired
|
26.1 MB |
|