Updated connection configuration for MSSQL test container #211
Annotations
1 error, 2 warnings, and 1 notice
js/apps/account-ui/test/applications.spec.ts#L72
1) [chromium] › applications.spec.ts:59:3 › Applications test › Two applications ─────────────────
Error: page.goto: net::ERR_ABORTED at http://localhost:8080/realms/master/account
Call log:
- navigating to "http://localhost:8080/realms/master/account", waiting until "load"
70 | await page.waitForURL("http://localhost:8080/admin/master/console/");
71 |
> 72 | await page.goto("/realms/master/account");
| ^
73 | await page.waitForURL("http://localhost:8080/realms/master/account/");
74 |
75 | await page.getByTestId("applications").click();
at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/applications.spec.ts:72:16
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "account-ui-playwright-report", "account-ui-server-log", "keycloak".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
This job succeeded
Loading