matrix-react-sdk End to End Tests #66
Triggered via workflow run
January 22, 2024 14:18
BillCarsonFr
completed
2337d5a
Status
Failure
Total duration
19m 15s
Artifacts
9
downstream-end-to-end-tests.yml
on: workflow_run
Playwright
/
Prepare
2s
mark_skipped
0s
Matrix: Playwright / tests
Playwright
/
Report results
45s
Annotations
8 errors, 5 warnings, and 1 notice
Playwright / Run Tests 3/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
[Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator:
matrix-react-sdk/playwright/pages/network.ts#L46
1) [Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629
Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.
at ../pages/network.ts:46
44 | route.abort();
45 | } else {
> 46 | route.continue();
| ^
47 | }
48 | });
49 | }
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
|
[Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator:
matrix-react-sdk/playwright/pages/network.ts#L46
1) [Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.
at ../pages/network.ts:46
44 | route.abort();
45 | } else {
> 46 | route.continue();
| ^
47 | }
48 | });
49 | }
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
|
[Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator:
matrix-react-sdk/playwright/pages/network.ts#L46
1) [Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.
at ../pages/network.ts:46
44 | route.abort();
45 | } else {
> 46 | route.continue();
| ^
47 | }
48 | });
49 | }
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
|
[Legacy Crypto] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L81
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
79 |
80 | // Check the status of the seek bar
> 81 | expect(await page.locator(".mx_AudioPlayer_seek input[type='range']").count()).toBeGreaterThan(0);
| ^
82 |
83 | // Enable IRC layout
84 | await app.settings.setValue("layout", null, SettingLevel.DEVICE, Layout.IRC);
at takeSnapshots (/home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:81:88)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:174:9
|
[Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator:
matrix-react-sdk/playwright/pages/network.ts#L46
3) [Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629
Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.
at ../pages/network.ts:46
44 | route.abort();
45 | } else {
> 46 | route.continue();
| ^
47 | }
48 | });
49 | }
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
|
[Rust Crypto] › read-receipts/redactions.spec.ts:691:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L462
4) [Rust Crypto] › read-receipts/redactions.spec.ts:691:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot')
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
at read-receipts/index.ts:462
460 | async assertRead(room: string | { name: string }) {
461 | const tile = this.getRoomListTile(room);
> 462 | await expect(tile.locator(".mx_NotificationBadge_dot")).not.toBeVisible();
| ^
463 | await expect(tile.locator(".mx_NotificationBadge_count")).not.toBeVisible();
464 | }
465 |
at Helpers.assertRead (/home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:462:69)
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/e2e/read-receipts/redactions.spec.ts:721:28
|
[Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line:
matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts#L587
5) [Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line
Error: Screenshot comparison failed:
28 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/snapshots/timeline/timeline.spec.ts/hidden-event-line-zero-padding-irc-layout-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-message-displaying-should-set-inline-start-padding-to-a-hidden-event-line-Rust-Crypto/hidden-event-line-zero-padding-irc-layout-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-message-displaying-should-set-inline-start-padding-to-a-hidden-event-line-Rust-Crypto/hidden-event-line-zero-padding-irc-layout-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- 28 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 28 pixels (ratio 0.01 of all image pixels) are different.
585 | };
586 |
> 587 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot(
| ^
588 | "hidden-event-line-zero-padding-irc-layout.png",
589 | screenshotOptions,
590 | );
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts:587:57
|
Slow Test:
[Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 6.4m
|
Slow Test:
[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.4m
|
Slow Test:
[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.8m
|
Slow Test:
[Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.8m
|
Slow Test:
[Legacy Crypto] › read-receipts/high-level.spec.ts#L1
[Legacy Crypto] › read-receipts/high-level.spec.ts took 3.6m
|
🎭 Playwright Run Summary
1 failed
[Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629
4 flaky
[Legacy Crypto] › audio-player/audio-player.spec.ts:168:9 › Audio player › should be correctly rendered - dark theme
[Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629
[Rust Crypto] › read-receipts/redactions.spec.ts:691:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
[Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line
115 skipped
630 passed (16.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
4.43 MB |
|
all-blob-reports-2
Expired
|
427 KB |
|
all-blob-reports-3
Expired
|
5.21 MB |
|
all-blob-reports-4
Expired
|
1000 KB |
|
all-blob-reports-5
Expired
|
1000 KB |
|
all-blob-reports-6
Expired
|
415 KB |
|
all-blob-reports-7
Expired
|
9.48 MB |
|
all-blob-reports-8
Expired
|
3.73 MB |
|
html-report--attempt-1
Expired
|
20.8 MB |
|