Remove Graphene #164
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
js/apps/account-ui/test/applications.spec.ts#L74
1) [chromium] › applications.spec.ts:61: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"
72 | await page.waitForURL(getAdminUrl());
73 |
> 74 | await page.goto(getRootPath());
| ^
75 | await page.waitForURL(getAccountUrl());
76 |
77 | await page.getByTestId("applications").click();
at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/applications.spec.ts:74:16
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
1 flaky
[chromium] › applications.spec.ts:61:3 › Applications test › Two applications ──────────────────
1 skipped
19 passed (51.5s)
|
Loading