This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Default the room header to on #10967
Annotations
8 errors, 28 warnings, and 6 notices
timeline/timeline.spec.ts:1041:13 › Timeline › message sending › should send:
matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts#L1152
1) timeline/timeline.spec.ts:1041:13 › Timeline › message sending › should send, reply, and display long strings without overflowing
Error: Screenshot comparison failed:
9455 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/long-strings-with-reply-bubble-layout-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-91aff-strings-without-overflowing/long-strings-with-reply-bubble-layout-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-91aff-strings-without-overflowing/long-strings-with-reply-bubble-layout-diff.png
Call log:
- expect.toHaveScreenshot(long-strings-with-reply-bubble-layout.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_ScrollPanel')
- locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_ScrollPanel mx_RoomView_messagePanel">…</div>
- 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
- 9455 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_ScrollPanel')
- locator resolved to <div tabindex="-1" class="mx_AutoHideScrollbar mx_ScrollPanel mx_RoomView_messagePanel">…</div>
- 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
- 9455 pixels (ratio 0.01 of all image pixels) are different.
1150 | await expect(lastEventTileBubble.locator(".mx_MTextBody").first()).toBeVisible();
1151 | await expect(lastEventTileBubble.locator(".mx_EventTile_receiptSent")).toBeVisible();
> 1152 | await expect(page.locator(".mx_ScrollPanel")).toMatchScreenshot(
| ^
1153 | "long-strings-with-reply-bubble-layout.png",
1154 | screenshotOptions,
1155 | );
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts:1152:59
|
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
2) 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
|
read-receipts/redactions-main-timeline.spec.ts:67:17 › Read receipts › redactions › in the main timeline › Reading an unread room after a redaction of an older message makes it read:
matrix-react-sdk/playwright/e2e/read-receipts/redactions-main-timeline.spec.ts#L1
1) read-receipts/redactions-main-timeline.spec.ts:67:17 › Read receipts › redactions › in the main timeline › Reading an unread room after a redaction of an older message makes it read
Test timeout of 30000ms exceeded while setting up "user".
|
read-receipts/redactions-main-timeline.spec.ts:67:17 › Read receipts › redactions › in the main timeline › Reading an unread room after a redaction of an older message makes it read:
matrix-react-sdk/playwright/element-web-test.ts#L230
1) read-receipts/redactions-main-timeline.spec.ts:67:17 › Read receipts › redactions › in the main timeline › Reading an unread room after a redaction of an older message makes it 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)
|
location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully:
matrix-react-sdk/playwright/e2e/location/location.spec.ts#L1
1) location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully
Test timeout of 30000ms exceeded.
|
location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully:
matrix-react-sdk/playwright/e2e/location/location.spec.ts#L27
1) location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Share location' })
- locator resolved to <button tabindex="0" type="submit" role="button" data-testid="location-picker-submit-button" class="mx_AccessibleButton mx_LocationPicker_submitButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_primary">Share location</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
25 |
26 | const submitShareLocation = (page: Page): Promise<void> => {
> 27 | return page.getByRole("button", { name: "Share location" }).click();
| ^
28 | };
29 |
30 | test.use({
at submitShareLocation (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/location/location.spec.ts:27:69)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/location/location.spec.ts:51:15
|
location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully:
matrix-react-sdk/playwright/e2e/location/location.spec.ts#L1
1) location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully:
matrix-react-sdk/playwright/e2e/location/location.spec.ts#L49
1) location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#mx_LocationPicker_map')
47 | await selectLocationShareTypeOption(page, "Pin").click();
48 |
> 49 | await page.locator("#mx_LocationPicker_map").click();
| ^
50 |
51 | await submitShareLocation(page);
52 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/location/location.spec.ts:49:54
|
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 56.5s
|
Slow Test:
matrix-react-sdk/spotlight/spotlight.spec.ts#L1
matrix-react-sdk/spotlight/spotlight.spec.ts took 3.0m
|
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 39.8s
|
Slow Test:
matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 28.8s
|
Slow Test:
matrix-react-sdk/toasts/analytics-toast.spec.ts#L1
matrix-react-sdk/toasts/analytics-toast.spec.ts took 25.7s
|
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/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.3m
|
Slow Test:
matrix-react-sdk/right-panel/file-panel.spec.ts#L1
matrix-react-sdk/right-panel/file-panel.spec.ts took 53.4s
|
Slow Test:
matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 52.9s
|
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.4m
|
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.4m
|
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.6m
|
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.2m
|
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.1m
|
Slow Test:
matrix-react-sdk/read-receipts/high-level.spec.ts#L1
matrix-react-sdk/read-receipts/high-level.spec.ts took 3.3m
|
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.5m
|
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/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 50.7s
|
🎭 Playwright Run Summary
43 skipped
23 passed (3.0m)
|
🎭 Playwright Run Summary
2 flaky
timeline/timeline.spec.ts:1041:13 › Timeline › message sending › should send, reply, and display long strings without overflowing
user-view/user-view.spec.ts:25:9 › UserView › should render the user view as expected ──────────
4 skipped
54 passed (6.1m)
|
🎭 Playwright Run Summary
9 skipped
69 passed (6.6m)
|
🎭 Playwright Run Summary
1 skipped
72 passed (7.5m)
|
🎭 Playwright Run Summary
1 flaky
read-receipts/redactions-main-timeline.spec.ts:67:17 › Read receipts › redactions › in the main timeline › Reading an unread room after a redaction of an older message makes it read
3 skipped
60 passed (7.4m)
|
🎭 Playwright Run Summary
1 flaky
location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully
2 skipped
73 passed (10.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
734 KB |
|
all-blob-reports-2
Expired
|
4.21 MB |
|
all-blob-reports-3
Expired
|
202 KB |
|
all-blob-reports-4
Expired
|
3.28 MB |
|
all-blob-reports-5
Expired
|
528 KB |
|
all-blob-reports-6
Expired
|
7.83 MB |
|
html-report
Expired
|
14.6 MB |
|
webapp
Expired
|
38.2 MB |
|