Skip to content

Make themed widgets reflect the effective theme #3619

Make themed widgets reflect the effective theme

Make themed widgets reflect the effective theme #3619

Triggered via pull request January 2, 2025 18:16
Status Success
Total duration 12m 9s
Artifacts 8

end-to-end-tests.yaml

on: pull_request
Build Element-Web
1m 51s
Build Element-Web
Matrix: playwright
end-to-end-tests
27s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 30 warnings, and 6 notices
[Chrome] › left-panel/left-panel.spec.ts:16:9 › LeftPanel › should render the Rooms list: playwright/e2e/left-panel/left-panel.spec.ts#L20
1) [Chrome] › left-panel/left-panel.spec.ts:16:9 › LeftPanel › should render the Rooms list ────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('treeitem', { name: 'Apple' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('treeitem', { name: 'Apple' }) 18 | for (const name of ["Apple", "Pineapple", "Orange"]) { 19 | await app.client.createRoom({ name }); > 20 | await expect(page.getByRole("treeitem", { name })).toBeVisible(); | ^ 21 | } 22 | }); 23 | }); at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/left-panel.spec.ts:20:64
[Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit: playwright/e2e/oidc/oidc-native.spec.ts#L1
2) [Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit Test timeout of 90000ms exceeded.
[Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit: playwright/e2e/oidc/oidc-native.spec.ts#L19
2) [Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit Error: page.waitForRequest: Test timeout of 90000ms exceeded. 17 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => { 18 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`; > 19 | const tokenApiPromise = page.waitForRequest( | ^ 20 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code", 21 | ); 22 | at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:19:38
Slow Test: [Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 2.6m
Slow Test: [Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 44.0s
Slow Test: [Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 34.8s
Slow Test: [Chrome] › widgets/widget-pip-close.spec.ts#L1
[Chrome] › widgets/widget-pip-close.spec.ts took 21.5s
Slow Test: [Chrome] › widgets/stickers.spec.ts#L1
[Chrome] › widgets/stickers.spec.ts took 20.4s
Slow Test: [Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 53.9s
Slow Test: [Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 42.8s
Slow Test: [Chrome] › right-panel/file-panel.spec.ts#L1
[Chrome] › right-panel/file-panel.spec.ts took 37.6s
Slow Test: [Chrome] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Chrome] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 30.9s
Slow Test: [Chrome] › room/room-header.spec.ts#L1
[Chrome] › room/room-header.spec.ts took 26.4s
Slow Test: [Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.2m
Slow Test: [Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.5m
Slow Test: [Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 58.7s
Slow Test: [Chrome] › settings/preferences-user-settings-tab.spec.ts#L1
[Chrome] › settings/preferences-user-settings-tab.spec.ts took 27.8s
Slow Test: [Chrome] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 24.2s
Slow Test: [Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 1.3m
Slow Test: [Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 37.1s
Slow Test: [Chrome] › integration-manager/kick.spec.ts#L1
[Chrome] › integration-manager/kick.spec.ts took 36.8s
Slow Test: [Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 30.5s
Slow Test: [Chrome] › knock/manage-knocks.spec.ts#L1
[Chrome] › knock/manage-knocks.spec.ts took 28.3s
Slow Test: [Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 1.2m
Slow Test: [Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 1.2m
Slow Test: [Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 1.0m
Slow Test: [Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 43.9s
Slow Test: [Chrome] › crypto/backups.spec.ts#L1
[Chrome] › crypto/backups.spec.ts took 42.9s
Slow Test: [Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 2.2m
Slow Test: [Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 1.7m
Slow Test: [Chrome] › login/login.spec.ts#L1
[Chrome] › login/login.spec.ts took 1.0m
Slow Test: [Chrome] › polls/polls.spec.ts#L1
[Chrome] › polls/polls.spec.ts took 33.1s
Slow Test: [Chrome] › login/soft_logout.spec.ts#L1
[Chrome] › login/soft_logout.spec.ts took 24.2s
🎭 Playwright Run Summary
2 skipped 45 passed (5.9m)
🎭 Playwright Run Summary
1 skipped 49 passed (6.3m)
🎭 Playwright Run Summary
10 skipped 44 passed (6.4m)
🎭 Playwright Run Summary
48 passed (7.1m)
🎭 Playwright Run Summary
56 passed (7.6m)
🎭 Playwright Run Summary
2 flaky [Chrome] › left-panel/left-panel.spec.ts:16:9 › LeftPanel › should render the Rooms list ─────── [Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit 1 skipped 52 passed (8.9m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-Chrome-1 Expired
213 KB
all-blob-reports-Chrome-2 Expired
579 KB
all-blob-reports-Chrome-3 Expired
8.49 MB
all-blob-reports-Chrome-4 Expired
458 KB
all-blob-reports-Chrome-5 Expired
400 KB
all-blob-reports-Chrome-6 Expired
669 KB
html-report Expired
10.3 MB
webapp Expired
28.3 MB