Bump i18next from 23.7.19 to 23.8.0 in /js #52
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
js/apps/account-ui/test/my-resources.spec.ts#L53
1) [chromium] › my-resources.spec.ts:47:3 › My resources page › One is shared with alice ─────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 3
+ Received + 1
- Array [
- "one",
- ]
+ Array []
51 | await page.getByTestId("sharedWithMe").click();
52 | const rowData = await page.getByTestId("row[0].name").allTextContents();
> 53 | expect(rowData).toEqual(["one"]);
| ^
54 | });
55 | });
56 |
at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/my-resources.spec.ts:53:21
|
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] › my-resources.spec.ts:47:3 › My resources page › One is shared with alice ──────────
1 skipped
11 passed (29.7s)
|
The logs for this run have expired and are no longer available.
Loading