Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

End to End Tests #10779

End to End Tests

End to End Tests #10779

Triggered via merge group July 13, 2024 10:28
Status Success
Total duration 13m 18s
Artifacts 8

end-to-end-tests.yaml

on: merge_group
Build Element-Web
2m 12s
Build Element-Web
Matrix: playwright
end-to-end-tests
25s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 28 warnings, and 6 notices
user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected: matrix-react-sdk/playwright/e2e/user-view/user-view.spec.ts#L1
1) user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected ───────── Test timeout of 30000ms exceeded while setting up "user".
user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected: matrix-react-sdk/playwright/element-web-test.ts#L229
1) user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected ───────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:229 227 | user: async ({ pageWithCredentials: page, credentials }, use) => { 228 | await page.goto("/"); > 229 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 230 | await use(credentials); 231 | }, 232 | at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:229:20)
settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts:50:9 › Appearance user settings tab › should support enabling system font: matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts#L1
1) settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts:50:9 › Appearance user settings tab › should support enabling system font Test timeout of 30000ms exceeded while setting up "user".
settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts:50:9 › Appearance user settings tab › should support enabling system font: matrix-react-sdk/playwright/element-web-test.ts#L229
1) settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts:50:9 › Appearance user settings tab › should support enabling system font Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:229 227 | user: async ({ pageWithCredentials: page, credentials }, use) => { 228 | await page.goto("/"); > 229 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 230 | await use(credentials); 231 | }, 232 | at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:229:20)
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:49:9 › Threads Activity Centre › should show a notification indicator when there is a message in a thread: matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/index.ts#L298
2) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:49:9 › Threads Activity Centre › should show a notification indicator when there is a message in a thread Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'success\']') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'success\']') at spaces/threads-activity-centre/index.ts:298 296 | */ 297 | assertNotificationTac() { > 298 | return expect(this.getTacButton().locator("[data-indicator='success']")).toBeVisible(); | ^ 299 | } 300 | 301 | /** at Helpers.assertNotificationTac (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/index.ts:298:82) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:54:20
read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read: matrix-react-sdk/playwright/e2e/read-receipts/redactions-thread-roots.spec.ts#L1
1) read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read Test timeout of 30000ms exceeded while setting up "user".
read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read: matrix-react-sdk/playwright/element-web-test.ts#L229
1) read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes 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:229 227 | user: async ({ pageWithCredentials: page, credentials }, use) => { 228 | await page.goto("/"); > 229 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 230 | await use(credentials); 231 | }, 232 | at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:229:20)
integration-manager/send_event.spec.ts:174:9 › Integration Manager: Send Event › should send a state event with empty content: matrix-react-sdk/playwright/e2e/integration-manager/send_event.spec.ts#L112
1) integration-manager/send_event.spec.ts:174:9 › Integration Manager: Send Event › should send a state event with empty content Test timeout of 30000ms exceeded while running "beforeEach" hook. 110 | }); 111 | > 112 | test.beforeEach(async ({ page, user, app, room }) => { | ^ 113 | await app.client.setAccountData("m.widgets", { 114 | "m.integration_manager": { 115 | content: { at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/integration-manager/send_event.spec.ts:112:10
integration-manager/send_event.spec.ts:174:9 › Integration Manager: Send Event › should send a state event with empty content: matrix-react-sdk/playwright/element-web-test.ts#L229
1) integration-manager/send_event.spec.ts:174:9 › Integration Manager: Send Event › should send a state event with empty content Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:229 227 | user: async ({ pageWithCredentials: page, credentials }, use) => { 228 | await page.goto("/"); > 229 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 230 | await use(credentials); 231 | }, 232 | at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:229: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.5m
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.8m
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 53.8s
Slow Test: matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.6m
Slow Test: matrix-react-sdk/spotlight/spotlight.spec.ts#L1
matrix-react-sdk/spotlight/spotlight.spec.ts took 2.9m
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 38.8s
Slow Test: matrix-react-sdk/widgets/widget-pip-close.spec.ts#L1
matrix-react-sdk/widgets/widget-pip-close.spec.ts took 25.2s
Slow Test: matrix-react-sdk/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.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/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 1.3m
Slow Test: matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 55.5s
Slow Test: matrix-react-sdk/sliding-sync/sliding-sync.spec.ts#L1
matrix-react-sdk/sliding-sync/sliding-sync.spec.ts took 35.5s
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/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.spec.ts took 1.0m
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.5m
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.7m
Slow Test: matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts took 1.5m
Slow Test: matrix-react-sdk/read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.4m
Slow Test: matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts took 59.5s
Slow Test: matrix-react-sdk/read-receipts/high-level.spec.ts#L1
matrix-react-sdk/read-receipts/high-level.spec.ts took 3.4m
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/read-receipts/editing-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-thread-roots.spec.ts took 1.2m
Slow Test: matrix-react-sdk/login/login.spec.ts#L1
matrix-react-sdk/login/login.spec.ts took 55.8s
🎭 Playwright Run Summary
43 skipped 23 passed (2.9m)
🎭 Playwright Run Summary
1 flaky user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected ────────── 4 skipped 55 passed (5.8m)
🎭 Playwright Run Summary
2 flaky settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts:50:9 › Appearance user settings tab › should support enabling system font spaces/threads-activity-centre/threadsActivityCentre.spec.ts:49:9 › Threads Activity Centre › should show a notification indicator when there is a message in a thread 9 skipped 65 passed (6.6m)
🎭 Playwright Run Summary
1 skipped 70 passed (7.4m)
🎭 Playwright Run Summary
1 flaky read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read 3 skipped 67 passed (7.8m)
🎭 Playwright Run Summary
1 flaky integration-manager/send_event.spec.ts:174:9 › Integration Manager: Send Event › should send a state event with empty content 2 skipped 69 passed (9.8m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
718 KB
all-blob-reports-2 Expired
2.69 MB
all-blob-reports-3 Expired
202 KB
all-blob-reports-4 Expired
4.08 MB
all-blob-reports-5 Expired
5.65 MB
all-blob-reports-6 Expired
2.44 MB
html-report Expired
13.7 MB
webapp Expired
38 MB