This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Let Element Call widget receive m.room.create (#12710) #10842
Annotations
8 errors, 28 warnings, and 6 notices
spotlight/spotlight.spec.ts:326:9 › Spotlight › should allow opening group chat dialog:
matrix-react-sdk/playwright/e2e/spotlight/spotlight.spec.ts#L68
1) spotlight/spotlight.spec.ts:326:9 › Spotlight › should allow opening group chat dialog ────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
66 | });
67 |
> 68 | test.beforeEach(async ({ page, homeserver, app, user }) => {
| ^
69 | bot1 = new Bot(page, homeserver, { displayName: bot1Name, autoAcceptInvites: true });
70 | bot2 = new Bot(page, homeserver, { displayName: bot2Name, autoAcceptInvites: true });
71 | const Visibility = await page.evaluate(() => (window as any).matrixcs.Visibility);
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spotlight/spotlight.spec.ts:68:10
|
spotlight/spotlight.spec.ts:326:9 › Spotlight › should allow opening group chat dialog:
matrix-react-sdk/playwright/element-web-test.ts#L230
1) spotlight/spotlight.spec.ts:326:9 › Spotlight › should allow opening group chat dialog ────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:230
228 | user: async ({ pageWithCredentials: page, credentials }, use) => {
229 | await page.goto("/");
> 230 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
231 | await use(credentials);
232 | },
233 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:230:20)
|
read-receipts/reactions-in-threads.spec.ts:24:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread:
matrix-react-sdk/playwright/e2e/read-receipts/reactions-in-threads.spec.ts#L1
1) read-receipts/reactions-in-threads.spec.ts:24:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread
Test timeout of 30000ms exceeded.
|
read-receipts/reactions-in-threads.spec.ts:24:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L531
1) read-receipts/reactions-in-threads.spec.ts:24:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:531
529 | // If we've just entered the room, the threads panel takes a while to decide
530 | // whether it's open or not - wait here to give it a chance to settle.
> 531 | await this.page.waitForTimeout(200);
| ^
532 |
533 | const ariaCurrent = await this.page.getByTestId("threadsButton").getAttribute("aria-current");
534 | if (ariaCurrent !== "true") {
at Helpers.openThreadList (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:531:25)
at Helpers.getThreadListTile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:557:20)
at Helpers.assertReadThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:566:33)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/reactions-in-threads.spec.ts:46:28
|
login/login.spec.ts:140:13 › Login › logout with logout_redirect_url › should respect logout_redirect_url:
matrix-react-sdk/playwright/e2e/login/login.spec.ts#L1
1) login/login.spec.ts:140:13 › Login › logout with logout_redirect_url › should respect logout_redirect_url
Test timeout of 30000ms exceeded while setting up "user".
|
login/login.spec.ts:140:13 › Login › logout with logout_redirect_url › should respect logout_redirect_url:
matrix-react-sdk/playwright/element-web-test.ts#L230
1) login/login.spec.ts:140:13 › Login › logout with logout_redirect_url › should respect logout_redirect_url
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:230
228 | user: async ({ pageWithCredentials: page, credentials }, use) => {
229 | await page.goto("/");
> 230 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
231 | await use(credentials);
232 | },
233 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:230:20)
|
read-receipts/editing-messages-thread-roots.spec.ts:125:17 › Read receipts › editing messages › thread roots › Editing a thread root that is a reply after marking as read leaves the room read:
matrix-react-sdk/playwright/e2e/read-receipts/editing-messages-thread-roots.spec.ts#L1
2) read-receipts/editing-messages-thread-roots.spec.ts:125:17 › Read receipts › editing messages › thread roots › Editing a thread root that is a reply after marking as read leaves the room read
Test timeout of 30000ms exceeded while setting up "user".
|
read-receipts/editing-messages-thread-roots.spec.ts:125:17 › Read receipts › editing messages › thread roots › Editing a thread root that is a reply after marking as read leaves the room read:
matrix-react-sdk/playwright/element-web-test.ts#L230
2) read-receipts/editing-messages-thread-roots.spec.ts:125:17 › Read receipts › editing messages › thread roots › Editing a thread root that is a reply after marking as read leaves the room read
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:230
228 | user: async ({ pageWithCredentials: page, credentials }, use) => {
229 | await page.goto("/");
> 230 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
231 | await use(credentials);
232 | },
233 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:230:20)
|
Slow Test:
matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts took 2.6m
|
Slow Test:
matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts took 1.9m
|
Slow Test:
matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts took 55.4s
|
Slow Test:
matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.5m
|
Slow Test:
matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 1.0m
|
Slow Test:
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 39.0s
|
Slow Test:
matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 28.5s
|
Slow Test:
matrix-react-sdk/toasts/analytics-toast.spec.ts#L1
matrix-react-sdk/toasts/analytics-toast.spec.ts took 24.0s
|
Slow Test:
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.8m
|
Slow Test:
matrix-react-sdk/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.spec.ts took 1.5m
|
Slow Test:
matrix-react-sdk/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 1.4m
|
Slow Test:
matrix-react-sdk/room/room-header.spec.ts#L1
matrix-react-sdk/room/room-header.spec.ts took 1.4m
|
Slow Test:
matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 54.8s
|
Slow Test:
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.7m
|
Slow Test:
matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.spec.ts took 1.5m
|
Slow Test:
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 1.1m
|
Slow Test:
matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 1.1m
|
Slow Test:
matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.1m
|
Slow Test:
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts took 3.7m
|
Slow Test:
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 2.8m
|
Slow Test:
matrix-react-sdk/read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.5m
|
Slow Test:
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 1.3m
|
Slow Test:
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts took 1.2m
|
Slow Test:
matrix-react-sdk/read-receipts/high-level.spec.ts#L1
matrix-react-sdk/read-receipts/high-level.spec.ts took 3.5m
|
Slow Test:
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts took 1.6m
|
Slow Test:
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts took 1.6m
|
Slow Test:
matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 51.2s
|
Slow Test:
matrix-react-sdk/polls/polls.spec.ts#L1
matrix-react-sdk/polls/polls.spec.ts took 50.3s
|
🎭 Playwright Run Summary
43 skipped
23 passed (3.0m)
|
🎭 Playwright Run Summary
1 flaky
spotlight/spotlight.spec.ts:326:9 › Spotlight › should allow opening group chat dialog ─────────
4 skipped
55 passed (5.9m)
|
🎭 Playwright Run Summary
9 skipped
67 passed (6.4m)
|
🎭 Playwright Run Summary
1 skipped
71 passed (7.6m)
|
🎭 Playwright Run Summary
1 flaky
read-receipts/reactions-in-threads.spec.ts:24:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread
3 skipped
67 passed (8.4m)
|
🎭 Playwright Run Summary
2 flaky
login/login.spec.ts:140:13 › Login › logout with logout_redirect_url › should respect logout_redirect_url
read-receipts/editing-messages-thread-roots.spec.ts:125:17 › Read receipts › editing messages › thread roots › Editing a thread root that is a reply after marking as read leaves the room read
2 skipped
68 passed (10.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
723 KB |
|
all-blob-reports-2
Expired
|
5.76 MB |
|
all-blob-reports-3
Expired
|
199 KB |
|
all-blob-reports-4
Expired
|
4.65 MB |
|
all-blob-reports-5
Expired
|
511 KB |
|
all-blob-reports-6
Expired
|
3.03 MB |
|
html-report
Expired
|
12.7 MB |
|
webapp
Expired
|
38.1 MB |
|