Skip to content

Test adapters on Wildfly 28 #184

Test adapters on Wildfly 28

Test adapters on Wildfly 28 #184

Triggered via push June 6, 2024 09:56
Status Failure
Total duration 33m 2s
Artifacts 10

js-ci.yml

on: push
Check conditional workflows and jobs
6s
Check conditional workflows and jobs
Matrix: Admin UI E2E
Status Check - Keycloak JavaScript CI
6s
Status Check - Keycloak JavaScript CI
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 24 warnings, and 1 notice
[chromium] › personal-info/personal-info.spec.ts:63:3 › Personal info with userprofile enabled › render long select options as typeahead: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L73
1) [chromium] › personal-info/personal-info.spec.ts:63:3 › Personal info with userprofile enabled › render long select options as typeahead Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByText('Slovak') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByText('Slovak') 71 | await page.locator("*:focus").pressSequentially("S"); 72 | await expect(page.getByText("Italiano")).toHaveCount(0); > 73 | await expect(page.getByText("Slovak")).toBeVisible(); | ^ 74 | await expect(page.getByText('Create "S"')).toBeHidden(); 75 | }); 76 | at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/personal-info/personal-info.spec.ts:73:44
[chromium] › personal-info/personal-info.spec.ts:63:3 › Personal info with userprofile enabled › render long select options as typeahead: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L73
1) [chromium] › personal-info/personal-info.spec.ts:63:3 › Personal info with userprofile enabled › render long select options as typeahead Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByText('Slovak') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByText('Slovak') 71 | await page.locator("*:focus").pressSequentially("S"); 72 | await expect(page.getByText("Italiano")).toHaveCount(0); > 73 | await expect(page.getByText("Slovak")).toBeVisible(); | ^ 74 | await expect(page.getByText('Create "S"')).toBeHidden(); 75 | }); 76 | at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/personal-info/personal-info.spec.ts:73:44
[chromium] › personal-info/personal-info.spec.ts:63:3 › Personal info with userprofile enabled › render long select options as typeahead: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L73
1) [chromium] › personal-info/personal-info.spec.ts:63:3 › Personal info with userprofile enabled › render long select options as typeahead Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByText('Slovak') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByText('Slovak') 71 | await page.locator("*:focus").pressSequentially("S"); 72 | await expect(page.getByText("Italiano")).toHaveCount(0); > 73 | await expect(page.getByText("Slovak")).toBeVisible(); | ^ 74 | await expect(page.getByText('Create "S"')).toBeHidden(); 75 | }); 76 | at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/personal-info/personal-info.spec.ts:73:44
[chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L1
2) [chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information Test timeout of 30000ms exceeded.
[chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L23
2) [chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('email') 21 | await login(page, user, "pwd"); 22 | > 23 | await page.getByTestId("email").fill(`${user}@somewhere.com`); | ^ 24 | await page.getByTestId("firstName").fill("Erik"); 25 | await page.getByTestId("lastName").fill("de Wit"); 26 | await page.getByTestId("save").click(); at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/personal-info/personal-info.spec.ts:23:37
Account UI E2E
Process completed with exit code 1.
Status Check - Keycloak JavaScript CI
Process completed with exit code 1.
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L72
React Hook useMemo has a missing dependency: 'defaultValue'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L99
React Hook useEffect has a missing dependency: 'name'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/utils/useStorageItem.ts#L23
React Hook useCallback has missing dependencies: 'keyName' and 'storageArea'. Either include them or remove the dependency array
UI Shared: js/libs/ui-shared/src/utils/useStorageItem.ts#L48
React Hook useEffect has a missing dependency: 'defaultValue'. Either include it or remove the dependency array. If 'setInnerValue' needs the current value of 'defaultValue', you can also switch to useReducer instead of useState and read 'defaultValue' in the reducer
UI Shared: js/libs/ui-shared/src/utils/useStoredState.ts#L34
React Hook useCallback has a missing dependency: 'setStoredValue'. Either include it or remove the dependency array
Account UI: js/apps/account-ui/src/oid4vci/Oid4Vci.tsx#L69
React Hook useEffect has missing dependencies: 'context', 'credentialsIssuer', 'initialSelected', and 'selectOptions'. Either include them or remove the dependency array
Account UI: js/apps/account-ui/src/resources/EditTheResource.tsx#L41
React Hook useEffect has missing dependencies: 'permissions' and 'reset'. Either include them or remove the dependency array
Account UI: js/apps/account-ui/src/resources/ShareTheResource.tsx#L71
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
Account UI: js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Account UI: js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect has missing dependencies: 'callback' and 'factory'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Account UI: js/apps/account-ui/test/applications.spec.ts#L62
Unexpected use of the `.skip()` annotation
Account UI: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L67
Unexpected use of page.waitForSelector()
Account UI: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L81
Unexpected use of page.waitForSelector()
Account UI: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L117
Unexpected use of the `.skip()` annotation
Admin UI: js/apps/admin-ui/cypress/e2e/authentication_test.spec.ts#L84
Unexpected skipped mocha test
Admin UI: js/apps/admin-ui/cypress/e2e/client_scopes_test.spec.ts#L181
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L222
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L232
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L579
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L33
Unexpected skipped mocha test
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L71
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L106
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/group_test.spec.ts#L264
Unexpected skipped mocha test
🎭 Playwright Run Summary
1 failed [chromium] › personal-info/personal-info.spec.ts:63:3 › Personal info with userprofile enabled › render long select options as typeahead 1 flaky [chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information 1 skipped 23 passed (2.4m)

Artifacts

Produced during runtime
Name Size
account-ui-playwright-report Expired
2.29 MB
account-ui-server-log Expired
2.34 KB
admin-ui-server-log-1-chrome Expired
2.1 KB
admin-ui-server-log-2-chrome Expired
3.56 KB
admin-ui-server-log-3-chrome Expired
1.72 KB
admin-ui-server-log-4-chrome Expired
2.42 KB
admin-ui-server-log-5-chrome Expired
2.34 KB
cypress-videos-1-chrome Expired
3.85 MB
cypress-videos-2-chrome Expired
38.9 MB
keycloak Expired
140 MB