Skip to content

element-web-notify #7664

element-web-notify

element-web-notify #7664

Triggered via repository dispatch May 13, 2025 12:29
@RiotRobotRiotRobot
element-web-notify fe8d5ae
Status Success
Total duration 25m 37s
Artifacts 8

end-to-end-tests.yaml

on: repository_dispatch
Build Element-Web
2m 9s
Build Element-Web
Matrix: playwright
end-to-end-tests
48s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 notices
[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
1) [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
1) [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:36303/_synapse/admin/v1/register - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 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/timeline.spec.ts:162:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot: playwright/e2e/timeline/timeline.spec.ts#L1
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:162:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot Test timeout of 30000ms exceeded.
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:162:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot: playwright/e2e/timeline/timeline.spec.ts#L179
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:162:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_GenericEventListSummary').getByRole('button', { name: 'Expand' }) - locator resolved to <div tabindex="0" role="button" aria-expanded="false" class="mx_AccessibleButton mx_GenericEventListSummary_toggle mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link_inline">Expand</div> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events - retrying click action - waiting 100ms 53 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events - retrying click action - waiting 500ms 177 | const gels = page.locator(".mx_GenericEventListSummary"); 178 | // Click "expand" link button > 179 | await gels.getByRole("button", { name: "Expand" }).click(); | ^ 180 | // Assert that the "expand" link button worked 181 | await expect(gels.getByRole("button", { name: "Collapse" })).toBeVisible(); 182 | at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:179:68
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:345:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot: playwright/e2e/timeline/timeline.spec.ts#L408
2) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:345: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. 406 | } 407 | // Record alignment of collapsed GELS and messages on messagePanel > 408 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot( | ^ 409 | "collapsed-gels-and-messages-irc-layout.png", 410 | { 411 | // Exclude timestamp from snapshot of mx_MainSplit at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:408:61
🎭 Playwright Run Summary
43 skipped 47 passed (6.5m)
🎭 Playwright Run Summary
2 skipped 92 passed (8.2m)
🎭 Playwright Run Summary
2 skipped 87 passed (7.6m)
🎭 Playwright Run Summary
1 flaky [Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit 90 passed (7.8m)
🎭 Playwright Run Summary
2 skipped 91 passed (7.8m)
🎭 Playwright Run Summary
2 flaky [Chrome] › playwright/e2e/timeline/timeline.spec.ts:162:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot [Chrome] › playwright/e2e/timeline/timeline.spec.ts:345:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot 82 passed (9.7m)

Artifacts

Produced during runtime
Name Size Digest
all-blob-reports-Chrome-1 Expired
6.29 MB
sha256:5c85a9a4cb7596b84922fed95131bced39aa744ae8058ae0199d7efa0af0ace7
all-blob-reports-Chrome-2 Expired
354 KB
sha256:dfd28a0c242e0a264fd664b88686663833d208c54ddea6c3f4e6f3634b9ee556
all-blob-reports-Chrome-3 Expired
277 KB
sha256:149863c37d926709c2a29a2901144a5871a238870177ac6bc0f6ccb00fceb6cf
all-blob-reports-Chrome-4 Expired
380 KB
sha256:d4c92d68833d307c8c8885107bf5d49672bd634d7a01447bd3cc097ac2c10999
all-blob-reports-Chrome-5 Expired
550 KB
sha256:2dc6c2d6f3158f4d15410b07e1342f9eb89c37077f13a010737a256eba655575
all-blob-reports-Chrome-6 Expired
7.92 MB
sha256:0545d482db64cc7472bb180386f767b7174b766d7960912adad6e18492d1e81e
html-report Expired
14.9 MB
sha256:66b1edc350563dac37f9b7deab80cde8bcc45d98ca507df0ab05fa1be4fa9655
webapp Expired
35.1 MB
sha256:3614ef6c4eb16caaa0f88bb3aa7403c067a9dbc583090302e7fe666b9f61b870