Update dependency @vector-im/compound-design-tokens to v8 #73
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L207
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:192:13 › Room list › Room list › Shortcuts › should select the next unread room
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: '1 notification', level: 1 })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: '1 notification', level: 1 })
205 | await page.keyboard.press("Alt+Shift+ArrowDown");
206 |
> 207 | await expect(page.getByRole("heading", { name: "1 notification", level: 1 })).toBeVisible();
| ^
208 | });
209 | });
210 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:207:95
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:192:13 › Room list › Room list › Shortcuts › should select the next unread room
3 skipped
120 passed (11.5m)
|
Loading