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

Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc #11068

Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc

Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc #11068

Triggered via pull request July 25, 2024 10:53
Status Success
Total duration 13m 52s
Artifacts 8

end-to-end-tests.yaml

on: pull_request
Build Element-Web
2m 11s
Build Element-Web
Matrix: playwright
end-to-end-tests
26s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 27 warnings, and 6 notices
read-receipts/new-messages-in-threads.spec.ts:246:17 › Read receipts › new messages › in threads › A room with a new threaded message is still unread after restart: matrix-react-sdk/playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
1) read-receipts/new-messages-in-threads.spec.ts:246:17 › Read receipts › new messages › in threads › A room with a new threaded message is still unread after restart Test timeout of 30000ms exceeded while setting up "user".
read-receipts/new-messages-in-threads.spec.ts:246:17 › Read receipts › new messages › in threads › A room with a new threaded message is still unread after restart: matrix-react-sdk/playwright/element-web-test.ts#L230
1) read-receipts/new-messages-in-threads.spec.ts:246:17 › Read receipts › new messages › in threads › A room with a new threaded message is still unread after restart 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)
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#L31
1) user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected ───────── Error: Screenshot comparison failed: 76 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/user-view/user-view.spec.ts/user-info-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-view-user-view-UserVi-3a259-r-the-user-view-as-expected/user-info-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/user-view-user-view-UserVi-3a259-r-the-user-view-as-expected/user-info-diff.png Call log: - expect.toHaveScreenshot(user-info.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#mx_RightPanel') - locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 76 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#mx_RightPanel') - locator resolved to <aside id="mx_RightPanel" class="mx_RightPanel">…</aside> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 76 pixels (ratio 0.01 of all image pixels) are different. 29 | await expect(rightPanel.getByRole("heading", { name: bot.credentials.displayName, exact: true })).toBeVisible(); 30 | await expect(rightPanel.getByText("1 session")).toBeVisible(); > 31 | await expect(rightPanel).toMatchScreenshot("user-info.png", { | ^ 32 | mask: [page.locator(".mx_UserInfo_profile_mxid")], 33 | }); 34 | }); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/user-view/user-view.spec.ts:31:34
right-panel/file-panel.spec.ts:177:13 › FilePanel › render › should render file size in kibibytes on a file tile: matrix-react-sdk/playwright/e2e/right-panel/file-panel.spec.ts#L41
1) right-panel/file-panel.spec.ts:177:13 › FilePanel › render › should render file size in kibibytes on a file tile Test timeout of 30000ms exceeded while running "beforeEach" hook. 39 | }); 40 | > 41 | test.beforeEach(async ({ page, user, app }) => { | ^ 42 | await app.client.createRoom({ name: ROOM_NAME }); 43 | 44 | // Open the file panel at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/right-panel/file-panel.spec.ts:41:10
right-panel/file-panel.spec.ts:177:13 › FilePanel › render › should render file size in kibibytes on a file tile: matrix-react-sdk/playwright/element-web-test.ts#L230
1) right-panel/file-panel.spec.ts:177:13 › FilePanel › render › should render file size in kibibytes on a file tile 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)
sliding-sync/sliding-sync.spec.ts:259:9 › Sliding Sync › should show a favourite DM only in the favourite sublist: matrix-react-sdk/playwright/e2e/sliding-sync/sliding-sync.spec.ts#L26
2) sliding-sync/sliding-sync.spec.ts:259:9 › Sliding Sync › should show a favourite DM only in the favourite sublist Test timeout of 30000ms exceeded while running "beforeEach" hook. 24 | let roomId: string; 25 | > 26 | test.beforeEach(async ({ slidingSyncProxy, page, user, app }) => { | ^ 27 | roomId = await app.client.createRoom({ name: "Test Room" }); 28 | }); 29 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/sliding-sync/sliding-sync.spec.ts:26:10
sliding-sync/sliding-sync.spec.ts:259:9 › Sliding Sync › should show a favourite DM only in the favourite sublist: matrix-react-sdk/playwright/element-web-test.ts#L289
2) sliding-sync/sliding-sync.spec.ts:259:9 › Sliding Sync › should show a favourite DM only in the favourite sublist Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:289 287 | }, proxyAddress); 288 | await page.goto("/"); > 289 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 290 | await use(proxyInstance); 291 | await proxy.stop(); 292 | }, at Object.slidingSyncProxy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:289:20)
crypto/crypto.spec.ts:100:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L123
1) crypto/crypto.spec.ts:100:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys') 121 | if (!isDeviceVerified) { 122 | const uiaDialogTitle = page.locator(".mx_InteractiveAuthDialog .mx_Dialog_title"); > 123 | await expect(uiaDialogTitle.getByText("Setting up keys")).toBeVisible(); | ^ 124 | await expect(uiaDialogTitle.getByText("Setting up keys")).not.toBeVisible(); 125 | } 126 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:123:79
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
1) 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
1) 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-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 49.1s
Slow Test: matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.7m
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.1m
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.4s
Slow Test: matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 29.0s
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/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 1.2m
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.6m
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/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.spec.ts took 1.1m
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.9s
Slow Test: matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 48.6s
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/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.1m
Slow Test: matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.0m
Slow Test: matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 59.6s
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/integration-manager/send_event.spec.ts#L1
matrix-react-sdk/integration-manager/send_event.spec.ts took 54.0s
Slow Test: matrix-react-sdk/integration-manager/read_events.spec.ts#L1
matrix-react-sdk/integration-manager/read_events.spec.ts took 53.9s
🎭 Playwright Run Summary
1 flaky read-receipts/new-messages-in-threads.spec.ts:246:17 › Read receipts › new messages › in threads › A room with a new threaded message is still unread after restart 43 skipped 22 passed (3.1m)
🎭 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.7m)
🎭 Playwright Run Summary
3 skipped 61 passed (7.0m)
🎭 Playwright Run Summary
2 flaky right-panel/file-panel.spec.ts:177:13 › FilePanel › render › should render file size in kibibytes on a file tile sliding-sync/sliding-sync.spec.ts:259:9 › Sliding Sync › should show a favourite DM only in the favourite sublist 9 skipped 67 passed (7.4m)
🎭 Playwright Run Summary
1 flaky crypto/crypto.spec.ts:100:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code 1 skipped 71 passed (7.7m)
🎭 Playwright Run Summary
1 flaky 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 73 passed (10.1m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
3.82 MB
all-blob-reports-2 Expired
3.18 MB
all-blob-reports-3 Expired
3.32 MB
all-blob-reports-4 Expired
788 KB
all-blob-reports-5 Expired
4.92 MB
all-blob-reports-6 Expired
2.55 MB
html-report Expired
16.5 MB
webapp Expired
38.4 MB