Bump @patternfly/react-styles from 4.92.8 to 5.1.2 in /js #1368
Annotations
1 error 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
|
Run Playwright tests
1 flaky
[chromium] › my-resources.spec.ts:47:3 › My resources page › One is shared with alice ──────────
1 skipped
11 passed (22.6s)
|
The logs for this run have expired and are no longer available.
Loading