Localazy Download #7192
Annotations
4 errors 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/e2e/crypto/device-verification.spec.ts#L1
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:35871/_synapse/admin/v1/register
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- content-type: application/json
- content-length: 310
at Api.request (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/utils/api.js:28:41)
at StartedSynapseContainer.registerUserInternal (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/testcontainers/synapse.js:287:42)
at Object.credentials (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/fixtures/user.js:16:29)
|
|
[Chrome] › playwright/e2e/timeline/media-preview-settings.spec.ts:35:9 › Media preview settings › should be able to hide avatars of inviters @screenshot:
playwright/e2e/timeline/media-preview-settings.spec.ts#L42
1) [Chrome] › playwright/e2e/timeline/media-preview-settings.spec.ts:35:9 › Media preview settings › should be able to hide avatars of inviters @screenshot
Error: expect(locator).toHaveScreenshot(expected)
1286 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/timeline/media-preview-settings.spec.ts/invite-no-avatar-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/timeline-media-preview-set-66157-to-hide-avatars-of-inviters-Chrome/invite-no-avatar-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/timeline-media-preview-set-66157-to-hide-avatars-of-inviters-Chrome/invite-no-avatar-diff.png
Call log:
- expect.toHaveScreenshot(invite-no-avatar.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('complementary').filter({ hasText: 'Do you want to join Test room' })
- locator resolved to <div role="complementary" class="mx_RoomPreviewBar mx_RoomPreviewBar_Invite mx_RoomPreviewBar_dialog">…</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
- 1286 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('complementary').filter({ hasText: 'Do you want to join Test room' })
- locator resolved to <div role="complementary" class="mx_RoomPreviewBar mx_RoomPreviewBar_Invite mx_RoomPreviewBar_dialog">…</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
- 1286 pixels (ratio 0.01 of all image pixels) are different.
40 | await expect(
41 | page.getByRole("complementary").filter({ hasText: "Do you want to join Test room" }),
> 42 | ).toMatchScreenshot("invite-no-avatar.png");
| ^
43 | await expect(
44 | page.getByRole("tree", { name: "Rooms" }).getByRole("treeitem", { name: "Test room" }),
45 | ).toMatchScreenshot("invite-room-tree-no-avatar.png");
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/media-preview-settings.spec.ts:42:11
|
|
🎭 Playwright Run Summary
1 skipped
64 passed (4.6m)
|
|
🎭 Playwright Run Summary
2 skipped
62 passed (5.1m)
|
|
🎭 Playwright Run Summary
62 passed (6.1m)
|
|
🎭 Playwright Run Summary
46 passed (6.4m)
|
|
🎭 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
64 passed (7.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/timeline/media-preview-settings.spec.ts:35:9 › Media preview settings › should be able to hide avatars of inviters @screenshot
1 skipped
70 passed (7.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
all-blob-reports-Chrome-1
Expired
|
11.4 MB |
sha256:c359f29f3fc84f425ed0d5e0413453f77a1b6711e286a28ca54b2f40a4424c94
|
|
|
all-blob-reports-Chrome-2
Expired
|
262 KB |
sha256:93ea8c4ca50ce9a0fcfa178e028e729093c527eb0ec492ccdf774b16070d00f9
|
|
|
all-blob-reports-Chrome-3
Expired
|
227 KB |
sha256:419aa30bee0dac54e9ce2a85b119f71581d4cba6a978838f3908b91fac693e2d
|
|
|
all-blob-reports-Chrome-4
Expired
|
237 KB |
sha256:935f6841251bb25b3c78b98594ba8c1a4ca6638b96a4aaa5f91325b992b98e09
|
|
|
all-blob-reports-Chrome-5
Expired
|
4.81 MB |
sha256:70ca886f0b8935d97a84259efa04ff7a78c72c9a7163be0756cd09468f404506
|
|
|
all-blob-reports-Chrome-6
Expired
|
469 KB |
sha256:ba089b7c6551e2e353cf5cfe26f23068e6b45a83f77e2b87b9038ab1bb3574d0
|
|
|
html-report
Expired
|
16.5 MB |
sha256:692984ce94a09598e4643673565b286d5f6ea124a2e6f7d60a8e84c790beccfe
|
|
|
webapp
Expired
|
35 MB |
sha256:49c17d0f3f1eb24c46270fe62418bbec2e635f62ea5255b1006de9810ccc68ec
|
|