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

End to End Tests

End to End Tests #9772

Triggered via merge group June 10, 2024 09:41
Status Failure
Total duration 22m 49s
Artifacts 10

end-to-end-tests.yaml

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

Annotations

13 errors, 37 warnings, and 8 notices
[Legacy Crypto] › timeline/timeline.spec.ts:926:13 › Timeline › message sending › should display a reply chain: matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts#L1033
1) [Legacy Crypto] › timeline/timeline.spec.ts:926:13 › Timeline › message sending › should display a reply chain Error: Screenshot comparison failed: 103 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/timeline/timeline.spec.ts/event-tile-reply-chains-bubble-layout-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-801c1-hould-display-a-reply-chain-Legacy-Crypto/event-tile-reply-chains-bubble-layout-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-801c1-hould-display-a-reply-chain-Legacy-Crypto/event-tile-reply-chains-bubble-layout-diff.png Call log: - expect.toHaveScreenshot(event-tile-reply-chains-bubble-layout.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_EventTile_last') - locator resolved to <li tabindex="-1" aria-live="off" data-self="true" a…>…</li> - 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 - 103 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_EventTile_last') - locator resolved to <li tabindex="-1" aria-live="off" data-self="true" a…>…</li> - 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 - 103 pixels (ratio 0.01 of all image pixels) are different. 1031 | 1032 | // Take a snapshot on bubble layout > 1033 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot( | ^ 1034 | "event-tile-reply-chains-bubble-layout.png", 1035 | screenshotOptions, 1036 | ); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts:1033:62
[Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread: matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread Test timeout of 30000ms exceeded.
[Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread: matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L532
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread Error: page.waitForTimeout: Test timeout of 30000ms exceeded. at read-receipts/index.ts:532 530 | // If we've just entered the room, the threads panel takes a while to decide 531 | // whether it's open or not - wait here to give it a chance to settle. > 532 | await this.page.waitForTimeout(200); | ^ 533 | 534 | const ariaCurrent = await this.page.getByTestId("threadsButton").getAttribute("aria-current"); 535 | if (ariaCurrent !== "true") { at Helpers.openThreadList (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:532:25) at Helpers.getThreadListTile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:558:20) at Helpers.assertUnreadThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:576:33) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:337:24
[Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread: matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread: matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L590
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: locator('.mx_RoomView') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_RoomView') at read-receipts/index.ts:590 588 | await this.page.reload(); 589 | // Wait for the app to reload > 590 | await expect(this.page.locator(".mx_RoomView")).toBeVisible(); | ^ 591 | } 592 | 593 | /** at Helpers.saveAndReload (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:590:57) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:323:13
[Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread: matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread: matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L532
1) [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForTimeout: Test timeout of 30000ms exceeded. at read-receipts/index.ts:532 530 | // If we've just entered the room, the threads panel takes a while to decide 531 | // whether it's open or not - wait here to give it a chance to settle. > 532 | await this.page.waitForTimeout(200); | ^ 533 | 534 | const ariaCurrent = await this.page.getByTestId("threadsButton").getAttribute("aria-current"); 535 | if (ariaCurrent !== "true") { at Helpers.openThreadList (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:532:25) at Helpers.getThreadListTile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:558:20) at Helpers.assertUnreadThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:576:33) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:335:24
Run Tests 6/8
The process '/usr/bin/xvfb-run' failed with exit code 1
[Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
1) [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup Test timeout of 30000ms exceeded.
[Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup: matrix-react-sdk/playwright/e2e/crypto/utils.ts#L162
1) [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_AuthPage').getByRole('button', { name: 'Verify with Security Key' }) at crypto/utils.ts:162 160 | // if a securityKey was given, verify the new device 161 | if (securityKey !== undefined) { > 162 | await page.locator(".mx_AuthPage").getByRole("button", { name: "Verify with Security Key" }).click(); | ^ 163 | // Fill in the security key 164 | await page.locator(".mx_Dialog").locator('input[type="password"]').fill(securityKey); 165 | await page.locator(".mx_Dialog_primary:not([disabled])", { hasText: "Continue" }).click(); at logIntoElement (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:162:102) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:467:13
[Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
1) [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup: matrix-react-sdk/playwright/e2e/crypto/utils.ts#L162
1) [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_AuthPage').getByRole('button', { name: 'Verify with Security Key' }) at crypto/utils.ts:162 160 | // if a securityKey was given, verify the new device 161 | if (securityKey !== undefined) { > 162 | await page.locator(".mx_AuthPage").getByRole("button", { name: "Verify with Security Key" }).click(); | ^ 163 | // Fill in the security key 164 | await page.locator(".mx_Dialog").locator('input[type="password"]').fill(securityKey); 165 | await page.locator(".mx_Dialog_primary:not([disabled])", { hasText: "Continue" }).click(); at logIntoElement (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:162:102) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:467:13
end-to-end-tests
Process completed with exit code 1.
Slow Test: matrix-react-sdk/[Legacy Crypto] › read-receipts/new-messages.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › read-receipts/new-messages.spec.ts took 3.5m
Slow Test: matrix-react-sdk/[Legacy Crypto] › read-receipts/high-level.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › read-receipts/high-level.spec.ts took 3.5m
Slow Test: matrix-react-sdk/[Legacy Crypto] › read-receipts/editing-messages.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › read-receipts/editing-messages.spec.ts took 3.0m
Slow Test: matrix-react-sdk/[Legacy Crypto] › polls/polls.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › polls/polls.spec.ts took 42.7s
Slow Test: matrix-react-sdk/[Legacy Crypto] › spotlight/spotlight.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spotlight/spotlight.spec.ts took 2.0m
Slow Test: matrix-react-sdk/[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.4m
Slow Test: matrix-react-sdk/[Legacy Crypto] › spaces/spaces.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spaces/spaces.spec.ts took 57.2s
Slow Test: matrix-react-sdk/[Legacy Crypto] › threads/threads.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › threads/threads.spec.ts took 36.9s
Slow Test: matrix-react-sdk/[Legacy Crypto] › settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › settings/general-user-settings-tab.spec.ts took 32.2s
Slow Test: matrix-react-sdk/[Rust Crypto] › timeline/timeline.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › timeline/timeline.spec.ts took 2.8m
Slow Test: matrix-react-sdk/[Rust Crypto] › spotlight/spotlight.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › spotlight/spotlight.spec.ts took 2.1m
Slow Test: matrix-react-sdk/[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.5m
Slow Test: matrix-react-sdk/[Rust Crypto] › spaces/spaces.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › spaces/spaces.spec.ts took 1.0m
Slow Test: matrix-react-sdk/[Rust Crypto] › threads/threads.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › threads/threads.spec.ts took 37.8s
Slow Test: matrix-react-sdk/[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.2m
Slow Test: matrix-react-sdk/[Legacy Crypto] › read-receipts/reactions.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › read-receipts/reactions.spec.ts took 2.1m
Slow Test: matrix-react-sdk/[Legacy Crypto] › read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › read-receipts/read-receipts.spec.ts took 1.1m
Slow Test: matrix-react-sdk/[Legacy Crypto] › room/room-header.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › room/room-header.spec.ts took 56.1s
Slow Test: matrix-react-sdk/[Legacy Crypto] › settings/appearance-user-settings-tab.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › settings/appearance-user-settings-tab.spec.ts took 54.9s
Slow Test: matrix-react-sdk/[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/new-messages.spec.ts took 4.1m
Slow Test: matrix-react-sdk/[Rust Crypto] › read-receipts/editing-messages.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/editing-messages.spec.ts took 3.4m
Slow Test: matrix-react-sdk/[Rust Crypto] › polls/polls.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › polls/polls.spec.ts took 50.4s
Slow Test: matrix-react-sdk/[Rust Crypto] › read-receipts/redactions.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/redactions.spec.ts took 5.7m
Slow Test: matrix-react-sdk/[Rust Crypto] › read-receipts/reactions.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/reactions.spec.ts took 2.3m
Slow Test: matrix-react-sdk/[Rust Crypto] › read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/read-receipts.spec.ts took 1.1m
Slow Test: matrix-react-sdk/[Rust Crypto] › room/room-header.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › room/room-header.spec.ts took 1.0m
Slow Test: matrix-react-sdk/[Rust Crypto] › settings/appearance-user-settings-tab.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › settings/appearance-user-settings-tab.spec.ts took 1.0m
Slow Test: matrix-react-sdk/[Legacy Crypto] › crypto/verification.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › crypto/verification.spec.ts took 2.7m
Slow Test: matrix-react-sdk/[Legacy Crypto] › crypto/crypto.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › crypto/crypto.spec.ts took 2.0m
Slow Test: matrix-react-sdk/[Legacy Crypto] › audio-player/audio-player.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › audio-player/audio-player.spec.ts took 1.3m
Slow Test: matrix-react-sdk/[Legacy Crypto] › composer/composer.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › composer/composer.spec.ts took 1.1m
Slow Test: matrix-react-sdk/[Legacy Crypto] › crypto/staged-rollout.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › crypto/staged-rollout.spec.ts took 1.1m
Slow Test: matrix-react-sdk/[Rust Crypto] › crypto/verification.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › crypto/verification.spec.ts took 2.8m
Slow Test: matrix-react-sdk/[Rust Crypto] › audio-player/audio-player.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › audio-player/audio-player.spec.ts took 1.5m
Slow Test: matrix-react-sdk/[Rust Crypto] › composer/composer.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › composer/composer.spec.ts took 1.3m
Slow Test: matrix-react-sdk/[Rust Crypto] › integration-manager/kick.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › integration-manager/kick.spec.ts took 40.2s
Slow Test: matrix-react-sdk/[Rust Crypto] › knock/knock-into-room.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › knock/knock-into-room.spec.ts took 40.1s
🎭 Playwright Run Summary
44 skipped 60 passed (10.9m)
🎭 Playwright Run Summary
1 flaky [Legacy Crypto] › timeline/timeline.spec.ts:926:13 › Timeline › message sending › should display a reply chain 12 skipped 88 passed (12.0m)
🎭 Playwright Run Summary
13 skipped 88 passed (12.8m)
🎭 Playwright Run Summary
3 skipped 98 passed (13.5m)
🎭 Playwright Run Summary
1 failed [Rust Crypto] › read-receipts/high-level.spec.ts:297:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread 44 skipped 59 passed (13.7m)
🎭 Playwright Run Summary
3 skipped 98 passed (14.9m)
🎭 Playwright Run Summary
8 skipped 94 passed (15.8m)
🎭 Playwright Run Summary
1 flaky [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup 7 skipped 94 passed (18.4m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
1.5 MB
all-blob-reports-2 Expired
644 KB
all-blob-reports-3 Expired
997 KB
all-blob-reports-4 Expired
4.91 MB
all-blob-reports-5 Expired
16.3 MB
all-blob-reports-6 Expired
15 MB
all-blob-reports-7 Expired
944 KB
all-blob-reports-8 Expired
1.11 MB
html-report Expired
36.4 MB
webapp Expired
38.5 MB