Upgrade to React 19 #3071
Annotations
10 errors, 1 warning, and 1 notice
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L1
1) [Chrome] › threads/threads.spec.ts:327:13 › Threads › with larger viewport › can send voice messages
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L338
1) [Chrome] › threads/threads.spec.ts:327:13 › Threads › with larger viewport › can send voice messages
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView_body').getByRole('textbox', { name: 'Send a message…' })
336 | // Send message
337 | const locator = page.locator(".mx_RoomView_body");
> 338 | await locator.getByRole("textbox", { name: "Send a message…" }).fill("Hello Mr. Bot");
| ^
339 | await locator.getByRole("textbox", { name: "Send a message…" }).press("Enter");
340 | // Create thread
341 | const locator2 = locator.locator(".mx_EventTile[data-scroll-tokens]").filter({ hasText: "Hello Mr. Bot" });
at /home/runner/work/element-web/element-web/playwright/e2e/threads/threads.spec.ts:338:77
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L1
1) [Chrome] › threads/threads.spec.ts:327:13 › Threads › with larger viewport › can send voice messages
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L338
1) [Chrome] › threads/threads.spec.ts:327:13 › Threads › with larger viewport › can send voice messages
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView_body').getByRole('textbox', { name: 'Send a message…' })
336 | // Send message
337 | const locator = page.locator(".mx_RoomView_body");
> 338 | await locator.getByRole("textbox", { name: "Send a message…" }).fill("Hello Mr. Bot");
| ^
339 | await locator.getByRole("textbox", { name: "Send a message…" }).press("Enter");
340 | // Create thread
341 | const locator2 = locator.locator(".mx_EventTile[data-scroll-tokens]").filter({ hasText: "Hello Mr. Bot" });
at /home/runner/work/element-web/element-web/playwright/e2e/threads/threads.spec.ts:338:77
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L1
1) [Chrome] › threads/threads.spec.ts:327:13 › Threads › with larger viewport › can send voice messages
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L338
1) [Chrome] › threads/threads.spec.ts:327:13 › Threads › with larger viewport › can send voice messages
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView_body').getByRole('textbox', { name: 'Send a message…' })
336 | // Send message
337 | const locator = page.locator(".mx_RoomView_body");
> 338 | await locator.getByRole("textbox", { name: "Send a message…" }).fill("Hello Mr. Bot");
| ^
339 | await locator.getByRole("textbox", { name: "Send a message…" }).press("Enter");
340 | // Create thread
341 | const locator2 = locator.locator(".mx_EventTile[data-scroll-tokens]").filter({ hasText: "Hello Mr. Bot" });
at /home/runner/work/element-web/element-web/playwright/e2e/threads/threads.spec.ts:338:77
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L1
2) [Chrome] › threads/threads.spec.ts:354:9 › Threads › should send location and reply to the location on ThreadView @screenshot
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L370
2) [Chrome] › threads/threads.spec.ts:354:9 › Threads › should send location and reply to the location on ThreadView @screenshot
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView_body').getByRole('textbox', { name: 'Send a message…' })
368 | // User sends message
369 | let textbox = locator.getByRole("textbox", { name: "Send a message…" });
> 370 | await textbox.fill("Hello Mr. Bot");
| ^
371 | await textbox.press("Enter");
372 | // Wait for message to send, get its ID and save as @threadid
373 | const threadId = await locator
at /home/runner/work/element-web/element-web/playwright/e2e/threads/threads.spec.ts:370:27
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L1
2) [Chrome] › threads/threads.spec.ts:354:9 › Threads › should send location and reply to the location on ThreadView @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L370
2) [Chrome] › threads/threads.spec.ts:354:9 › Threads › should send location and reply to the location on ThreadView @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView_body').getByRole('textbox', { name: 'Send a message…' })
368 | // User sends message
369 | let textbox = locator.getByRole("textbox", { name: "Send a message…" });
> 370 | await textbox.fill("Hello Mr. Bot");
| ^
371 | await textbox.press("Enter");
372 | // Wait for message to send, get its ID and save as @threadid
373 | const threadId = await locator
at /home/runner/work/element-web/element-web/playwright/e2e/threads/threads.spec.ts:370:27
|
Run Playwright tests:
[Chrome] › toasts/analytics-toast.spec.ts#L1
[Chrome] › toasts/analytics-toast.spec.ts took 18.4s
|
Run Playwright tests
36 failed
[Chrome] › threads/threads.spec.ts:327:13 › Threads › with larger viewport › can send voice messages
[Chrome] › threads/threads.spec.ts:354:9 › Threads › should send location and reply to the location on ThreadView @screenshot
[Chrome] › threads/threads.spec.ts:410:9 › Threads › right panel behaves correctly ─────────────
[Chrome] › threads/threads.spec.ts:448:9 › Threads › navigate through right panel ──────────────
[Chrome] › timeline/timeline.spec.ts:100:13 › Timeline › useOnlyCurrentProfiles › should show historical profiles if disabled
[Chrome] › timeline/timeline.spec.ts:119:13 › Timeline › useOnlyCurrentProfiles › should not show historical profiles if enabled
[Chrome] › timeline/timeline.spec.ts:140:13 › Timeline › configure room › should create and configure a room on IRC layout @screenshot
[Chrome] › timeline/timeline.spec.ts:160:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot
[Chrome] › timeline/timeline.spec.ts:192:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on compact modern/group layout @screenshot
[Chrome] › timeline/timeline.spec.ts:226:13 › Timeline › configure room › should click 'collapse' on the first hovered info event line inside GELS on bubble layout @screenshot
[Chrome] › timeline/timeline.spec.ts:277:13 › Timeline › configure room › should add inline start margin to an event line on IRC layout @screenshot
[Chrome] › timeline/timeline.spec.ts:343:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot
[Chrome] › timeline/timeline.spec.ts:487:13 › Timeline › message displaying › should render EventTiles on IRC, modern (group), and bubble layout @screenshot
[Chrome] › timeline/timeline.spec.ts:647:13 › Timeline › message displaying › should click view source event toggle @screenshot
[Chrome] › timeline/timeline.spec.ts:718:13 › Timeline › message displaying › should render file size in kibibytes on a file tile
[Chrome] › timeline/timeline.spec.ts:745:13 › Timeline › message displaying › should render url previews @screenshot
[Chrome] › timeline/timeline.spec.ts:809:17 › Timeline › message displaying › on search results panel › should highlight search result words regardless of formatting @screenshot
[Chrome] › timeline/timeline.spec.ts:835:17 › Timeline › message displaying › on search results panel › should render a fully opaque textual event @screenshot
[Chrome] › timeline/timeline.spec.ts:905:13 › Timeline › message sending › can reply with a text message
[Chrome] › timeline/timeline.spec.ts:916:13 › Timeline › message sending › can reply with a voice message
[Chrome] › timeline/timeline.spec.ts:938:13 › Timeline › message sending › should not be possible to send flag with regional emojis
[Chrome] › timeline/timeline.spec.ts:959:13 › Timeline › message sending › should display a reply chain @screenshot
[Chrome] › timeline/timeline.spec.ts:1072:13 › Timeline › message sending › should send, reply, and display long strings without overflowing @screenshot
[Chrome] › timeline/timeline.spec.ts:1216:13 › Timeline › message sending › should render images in the timeline @screenshot
[Chrome] › timeline/timeline.spec.ts:1228:17 › Timeline › message sending › MSC3916 - Authenticated Media › should render authenticated images in the timeline @screenshot
[Chrome] › user-onboarding/user-onboarding-new.spec.ts:55:9 › User Onboarding (new user) › using find friends action should increase progress
[Chrome] › widgets/events.spec.ts:70:9 › Widget Events › should be updated if user is re-invited into the room with updated state event
[Chrome] › widgets/layout.spec.ts:73:9 › Widget Layout › should be set properly @screenshot ────
[Chrome] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
[Chrome] › widgets/layout.spec.ts:89:9
|
Loading