Localazy Download #5945
end-to-end-tests.yaml
on: pull_request
Build Element-Web
1m 52s
Matrix: playwright
end-to-end-tests
1m 8s
Annotations
4 errors, 27 warnings, and 6 notices
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L21
1) [Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
Error: Test timeout of 30000ms exceeded
19 | await tile.hover();
20 | await tile.getByRole("button", { name: "Reply", exact: true }).click();
> 21 | }).toPass();
| ^
22 | };
23 |
24 | test.describe("Audio player", { tag: ["@no-firefox", "@no-webkit"] }, () => {
at clickButtonReply (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:21:8)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:274:19
|
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L96
2) [Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: "route.fetch: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
94 | await route.fulfill({ json: {} });
95 | await new Promise((f) => setTimeout(f, 1000));
> 96 | await route.fetch();
| ^
97 | });
98 |
99 | await logIntoElement(page, credentials);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:96:25
|
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/plugins/utils/api.ts#L27
2) [Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: apiRequestContext.fetch: Target page, context or browser has been closed
Call log:
- → POST http://localhost:36293/_synapse/admin/v1/register
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- content-type: application/json
- content-length: 312
at ../plugins/utils/api.ts:27
25 | public async request<R extends {}>(verb: Verb, path: string, token?: string, data?: object): Promise<R> {
26 | const url = `${this.baseUrl}${path}`;
> 27 | const res = await this._request.fetch(url, {
| ^
28 | data,
29 | method: verb,
30 | headers: token
at Api.request (/home/runner/work/element-web/element-web/playwright/plugins/utils/api.ts:27:41)
at StartedSynapseContainer.registerUserInternal (/home/runner/work/element-web/element-web/playwright/testcontainers/synapse.ts:307:42)
at Object.credentials (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:162:29)
|
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:343:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot:
playwright/e2e/timeline/timeline.spec.ts#L406
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:343:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot
Error: expect(locator).toHaveScreenshot(expected)
252 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/timeline/timeline.spec.ts/collapsed-gels-and-messages-irc-layout-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-5dcf4-ges-and-emote-on-IRC-layout-Chrome/collapsed-gels-and-messages-irc-layout-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-5dcf4-ges-and-emote-on-IRC-layout-Chrome/collapsed-gels-and-messages-irc-layout-diff.png
Call log:
- expect.toHaveScreenshot(collapsed-gels-and-messages-irc-layout.png) 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
- attempting scroll into view action
- waiting for element to be stable
- 40 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
- attempting scroll into view action
- waiting for element to be stable
- 212 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms 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
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 252 pixels (ratio 0.01 of all image pixels) are different.
404 | }
405 | // Record alignment of collapsed GELS and messages on messagePanel
> 406 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot(
| ^
407 | "collapsed-gels-and-messages-irc-layout.png",
408 | {
409 | // Exclude timestamp from snapshot of mx_MainSplit
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:406:61
|
Slow Test:
[Chrome] › playwright/e2e/messages/messages.spec.ts#L1
[Chrome] › playwright/e2e/messages/messages.spec.ts took 1.2m
|
Slow Test:
[Chrome] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 56.8s
|
Slow Test:
[Chrome] › playwright/e2e/right-panel/right-panel.spec.ts#L1
[Chrome] › playwright/e2e/right-panel/right-panel.spec.ts took 26.7s
|
Slow Test:
[Chrome] › playwright/e2e/right-panel/file-panel.spec.ts#L1
[Chrome] › playwright/e2e/right-panel/file-panel.spec.ts took 18.9s
|
Slow Test:
[Chrome] › playwright/e2e/polls/polls.spec.ts#L1
[Chrome] › playwright/e2e/polls/polls.spec.ts took 18.5s
|
Slow Test:
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts took 53.6s
|
Slow Test:
[Chrome] › playwright/e2e/room/room-header.spec.ts#L1
[Chrome] › playwright/e2e/room/room-header.spec.ts took 27.3s
|
Slow Test:
[Chrome] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts#L1
[Chrome] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts took 19.3s
|
Slow Test:
[Chrome] › playwright/e2e/settings/account-user-settings-tab.spec.ts#L1
[Chrome] › playwright/e2e/settings/account-user-settings-tab.spec.ts took 17.1s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/invisible-crypto.spec.ts#L1
[Chrome] › playwright/e2e/crypto/invisible-crypto.spec.ts took 29.7s
|
Slow Test:
[Chrome] › playwright/e2e/integration-manager/kick.spec.ts#L1
[Chrome] › playwright/e2e/integration-manager/kick.spec.ts took 24.4s
|
Slow Test:
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L1
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts took 22.9s
|
Slow Test:
[Chrome] › playwright/e2e/knock/knock-into-room.spec.ts#L1
[Chrome] › playwright/e2e/knock/knock-into-room.spec.ts took 19.6s
|
Slow Test:
[Chrome] › playwright/e2e/editing/editing.spec.ts#L1
[Chrome] › playwright/e2e/editing/editing.spec.ts took 16.6s
|
Slow Test:
[Chrome] › playwright/e2e/login/login-consent.spec.ts#L1
[Chrome] › playwright/e2e/login/login-consent.spec.ts took 1.4m
|
Slow Test:
[Chrome] › playwright/e2e/crypto/dehydration.spec.ts#L1
[Chrome] › playwright/e2e/crypto/dehydration.spec.ts took 30.6s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/backups-mas.spec.ts#L1
[Chrome] › playwright/e2e/crypto/backups-mas.spec.ts took 29.5s
|
Slow Test:
[Chrome] › playwright/e2e/app-loading/guest-registration.spec.ts#L1
[Chrome] › playwright/e2e/app-loading/guest-registration.spec.ts took 15.4s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts took 54.7s
|
Slow Test:
[Chrome] › playwright/e2e/composer/RTE.spec.ts#L1
[Chrome] › playwright/e2e/composer/RTE.spec.ts took 35.0s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/crypto.spec.ts#L1
[Chrome] › playwright/e2e/crypto/crypto.spec.ts took 33.4s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts took 28.5s
|
Slow Test:
[Chrome] › playwright/e2e/accessibility/keyboard-navigation.spec.ts#L1
[Chrome] › playwright/e2e/accessibility/keyboard-navigation.spec.ts took 24.2s
|
Slow Test:
[Chrome] › playwright/e2e/spotlight/spotlight.spec.ts#L1
[Chrome] › playwright/e2e/spotlight/spotlight.spec.ts took 2.3m
|
Slow Test:
[Chrome] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 49.6s
|
Slow Test:
[Chrome] › playwright/e2e/spaces/spaces.spec.ts#L1
[Chrome] › playwright/e2e/spaces/spaces.spec.ts took 46.6s
|
Slow Test:
[Chrome] › playwright/e2e/threads/threads.spec.ts#L1
[Chrome] › playwright/e2e/threads/threads.spec.ts took 26.0s
|
🎭 Playwright Run Summary
1 skipped
57 passed (3.8m)
|
🎭 Playwright Run Summary
1 skipped
60 passed (4.1m)
|
🎭 Playwright Run Summary
1 skipped
55 passed (4.9m)
|
🎭 Playwright Run Summary
44 passed (5.5m)
|
🎭 Playwright Run Summary
2 flaky
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
55 passed (5.7m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:343:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot
1 skipped
59 passed (6.1m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
all-blob-reports-Chrome-1
Expired
|
11 MB |
sha256:d0fd21417022fd515e322f3527ef46871da2da79e465ee447bb339d9e39014ad
|
|
all-blob-reports-Chrome-2
Expired
|
572 KB |
sha256:b49d339a1f94e13b5bab922d07016ec1f8539146e8708d9437a7de43db5388d0
|
|
all-blob-reports-Chrome-3
Expired
|
179 KB |
sha256:7690afe8a135dc26a81ad3548c591de95ce563bdc51ead1921eca40d3205d336
|
|
all-blob-reports-Chrome-4
Expired
|
194 KB |
sha256:f726ee64e9b73b2ec3647ea7bdd8aa39505038216dc3579f983614926ba5b4ee
|
|
all-blob-reports-Chrome-5
Expired
|
4.37 MB |
sha256:7732359259ae54b6ca11e9c19676b4b1321d2d7d275ffa7e3e71fcc4b9fcdc01
|
|
all-blob-reports-Chrome-6
Expired
|
435 KB |
sha256:4bc8ac351edf3f1cae4cd9cc53417faad65e54e53474723468580c6e101e7c4b
|
|
html-report
Expired
|
16.1 MB |
sha256:5d67a67ff74f0de67d1a30f99bdd66407ec04c32485e5a1bf66f03bacb9bb20b
|
|
webapp
Expired
|
27.4 MB |
sha256:2ae277602215150003712021c01fe8cbc2ccc42f668087ec2fcff36d006190e2
|
|