Bump prettier from 3.3.3 to 3.4.1 #1894
Triggered via pull request
November 28, 2024 00:43
Status
Success
Total duration
2h 10m 44s
Artifacts
10
js-ci.yml
on: pull_request
Admin Client
58s
UI Shared
1m 4s
Account UI
1m 7s
Admin UI
2m 14s
Matrix: Admin UI E2E
Annotations
2 errors, 28 warnings, and 1 notice
[chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L1
1) [chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information
Test timeout of 30000ms exceeded.
|
[chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L28
1) [chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('email')
26 | await login(page, user, "pwd", realm);
27 |
> 28 | await page.getByTestId("email").fill(`${user}@somewhere.com`);
| ^
29 | await page.getByTestId("firstName").fill("Erik");
30 | await page.getByTestId("lastName").fill("de Wit");
31 | await page.getByTestId("save").click();
at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/personal-info/personal-info.spec.ts:28:37
|
UI Shared:
js/libs/ui-shared/src/context/KeycloakContext.tsx#L46
Unexpected reassignment of a variable which was defined outside of the component. Components and hooks should be pure and side-effect free, but variable reassignment is a form of side-effect. If this variable is used in rendering, use useState instead. (https://react.dev/reference/rules/components-and-hooks-must-be-pure#side-effects-must-run-outside-of-render)
|
UI Shared:
js/libs/ui-shared/src/context/KeycloakContext.tsx#L81
React Hook useEffect has a missing dependency: 'environment.scope'. Either include it or remove the dependency array
|
UI Shared:
js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L132
React Hook useEffect has a missing dependency: 'rowsSelectedOnPage.length'. Either include it or remove the dependency array
|
UI Shared:
js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L456
React Hook useMemo has missing dependencies: 'convertToColumns', 'getNodeText', 'isPaginated', and 'unPaginatedData'. Either include them or remove the dependency array
|
UI Shared:
js/libs/ui-shared/src/select/SingleSelect.tsx#L52
This function accesses a ref value (the `current` property), which may not be accessed during render. (https://react.dev/reference/react/useRef)
|
UI Shared:
js/libs/ui-shared/src/select/SingleSelect.tsx#L52
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
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/useFetch.ts#L43
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
|
UI Shared:
js/libs/ui-shared/src/utils/useFetch.ts#L43
React Hook useEffect has missing dependencies: 'adminClientCall', 'callback', and 'showBoundary'. Either include them or remove the dependency array. If 'adminClientCall' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
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#L42
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#L72
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/oid4vci/oid4vci.spec.ts#L7
Unexpected use of the `.skip()` annotation
|
Account UI:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L72
Unexpected use of page.waitForSelector()
|
Account UI:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L86
Unexpected use of page.waitForSelector()
|
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_authorization_test.spec.ts#L180
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#L242
Do not wait for arbitrary time periods
|
Admin UI:
js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L252
Do not wait for arbitrary time periods
|
Admin UI:
js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L599
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/i18n_test.spec.ts#L102
Unexpected skipped mocha test
|
🎭 Playwright Run Summary
1 flaky
[chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information
1 skipped
24 passed (1.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
account-ui-playwright-report
|
1.23 MB |
|
account-ui-server-log
|
1.53 KB |
|
admin-ui-server-log-1-chrome
|
2.77 KB |
|
admin-ui-server-log-2-chrome
|
3.06 KB |
|
admin-ui-server-log-3-chrome
|
2.88 KB |
|
admin-ui-server-log-4-chrome
|
3.38 KB |
|
admin-ui-server-log-5-chrome
|
1.46 KB |
|
cypress-videos-4-chrome
|
5.36 MB |
|
keycloak
|
140 MB |
|
m2-keycloak.tzts
Expired
|
347 MB |
|