Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Update right panel base card styling to match Compound #10774

Update right panel base card styling to match Compound

Update right panel base card styling to match Compound #10774

Triggered via pull request July 12, 2024 19:03
Status Success
Total duration 13m 22s
Artifacts 8

end-to-end-tests.yaml

on: pull_request
Build Element-Web
2m 14s
Build Element-Web
Matrix: playwright
end-to-end-tests
24s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 28 warnings, and 6 notices
settings/roles-permissions-room-settings-tab.spec.ts:38:9 › Roles & Permissions room settings tab › should be able to change the role of a user: matrix-react-sdk/playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts#L1
1) settings/roles-permissions-room-settings-tab.spec.ts:38:9 › Roles & Permissions room settings tab › should be able to change the role of a user Test timeout of 30000ms exceeded.
settings/roles-permissions-room-settings-tab.spec.ts:38:9 › Roles & Permissions room settings tab › should be able to change the role of a user: matrix-react-sdk/playwright/pages/settings.ts#L98
1) settings/roles-permissions-room-settings-tab.spec.ts:38:9 › Roles & Permissions room settings tab › should be able to change the role of a user Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('banner').getByRole('button', { name: 'Room options', exact: true }) at ../pages/settings.ts:98 96 | */ 97 | public async openRoomSettings(tab?: string): Promise<Locator> { > 98 | await this.page.getByRole("banner").getByRole("button", { name: "Room options", exact: true }).click(); | ^ 99 | await this.page.locator(".mx_RoomTile_contextMenu").getByRole("menuitem", { name: "Settings" }).click(); 100 | if (tab) await this.switchTab(tab); 101 | return this.page.locator(".mx_Dialog").filter({ has: this.page.locator(".mx_RoomSettingsDialog") }); at Settings.openRoomSettings (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/settings.ts:98:104) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts:54:39
audio-player/audio-player.spec.ts:203:9 › Audio player › should support downloading an audio file: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L1
1) audio-player/audio-player.spec.ts:203:9 › Audio player › should support downloading an audio file Test timeout of 30000ms exceeded.
audio-player/audio-player.spec.ts:203:9 › Audio player › should support downloading an audio file: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L206
1) audio-player/audio-player.spec.ts:203:9 › Audio player › should support downloading an audio file Error: page.waitForEvent: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for event "download" ============================================================ 204 | await uploadFile(page, "playwright/sample-files/1sec.ogg"); 205 | > 206 | const downloadPromise = page.waitForEvent("download"); | ^ 207 | 208 | // Find and click "Download" button on MessageActionBar 209 | const tile = page.locator(".mx_EventTile_last"); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:206:38
audio-player/audio-player.spec.ts:203:9 › Audio player › should support downloading an audio file: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L211
1) audio-player/audio-player.spec.ts:203:9 › Audio player › should support downloading an audio file Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_EventTile_last').getByRole('button', { name: 'Download' }) - locator resolved to <div tabindex="0" role="button" aria-label="Download" class="mx_AccessibleButton mx_MessageActionBar_iconButton mx_MessageActionBar_downloadButton">…</div> - attempting click action - waiting for element to be visible, enabled and stable - element is not stable - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$zKziM-Y62vFWDUHBshg2OtoPGLx4w-genGq6wEHv4cA" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection" data-scroll-tokens="$zKziM-Y62vFWDUHBshg2OtoPGLx4w-genGq6wEHv4cA">…</li> intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #9 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #10 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #11 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #12 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #13 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #14 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #15 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #16 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #17 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #18 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible - retrying click action, attempt #19 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not visible
crypto/crypto.spec.ts:100:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L123
2) crypto/crypto.spec.ts:100:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys') 121 | if (!isDeviceVerified) { 122 | const uiaDialogTitle = page.locator(".mx_InteractiveAuthDialog .mx_Dialog_title"); > 123 | await expect(uiaDialogTitle.getByText("Setting up keys")).toBeVisible(); | ^ 124 | await expect(uiaDialogTitle.getByText("Setting up keys")).not.toBeVisible(); 125 | } 126 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:123:79
read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read: matrix-react-sdk/playwright/e2e/read-receipts/redactions-thread-roots.spec.ts#L1
1) read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read Test timeout of 30000ms exceeded while setting up "user".
read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read: matrix-react-sdk/playwright/element-web-test.ts#L229
1) read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:229 227 | user: async ({ pageWithCredentials: page, credentials }, use) => { 228 | await page.goto("/"); > 229 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 230 | await use(credentials); 231 | }, 232 | at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:229:20)
location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully: matrix-react-sdk/playwright/e2e/location/location.spec.ts#L1
1) location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully Test timeout of 30000ms exceeded.
location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully: matrix-react-sdk/playwright/e2e/location/location.spec.ts#L27
1) location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Share location' }) - locator resolved to <button tabindex="0" type="submit" role="button" data-testid="location-picker-submit-button" class="mx_AccessibleButton mx_LocationPicker_submitButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_primary">Share location</button> - attempting click action - waiting for element to be visible, enabled and stable - element is not stable - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying 25 | 26 | const submitShareLocation = (page: Page): Promise<void> => { > 27 | return page.getByRole("button", { name: "Share location" }).click(); | ^ 28 | }; 29 | 30 | test.use({ at submitShareLocation (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/location/location.spec.ts:27:69) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/location/location.spec.ts:51:15
Slow Test: matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts took 2.7m
Slow Test: matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts took 2.0m
Slow Test: matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts took 52.8s
Slow Test: matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.9m
Slow Test: matrix-react-sdk/spotlight/spotlight.spec.ts#L1
matrix-react-sdk/spotlight/spotlight.spec.ts took 3.0m
Slow Test: matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 1.0m
Slow Test: matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 40.6s
Slow Test: matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 28.4s
Slow Test: matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.8m
Slow Test: matrix-react-sdk/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.spec.ts took 1.5m
Slow Test: matrix-react-sdk/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 1.4m
Slow Test: matrix-react-sdk/room/room-header.spec.ts#L1
matrix-react-sdk/room/room-header.spec.ts took 1.4m
Slow Test: matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 49.0s
Slow Test: matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 1.1m
Slow Test: matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 1.1m
Slow Test: matrix-react-sdk/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.spec.ts took 1.0m
Slow Test: matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 54.4s
Slow Test: matrix-react-sdk/integration-manager/kick.spec.ts#L1
matrix-react-sdk/integration-manager/kick.spec.ts took 50.9s
Slow Test: matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts took 3.8m
Slow Test: matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 3.0m
Slow Test: matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts took 1.6m
Slow Test: matrix-react-sdk/read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.5m
Slow Test: matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts took 1.1m
Slow Test: matrix-react-sdk/read-receipts/high-level.spec.ts#L1
matrix-react-sdk/read-receipts/high-level.spec.ts took 3.4m
Slow Test: matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts took 1.6m
Slow Test: matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts took 1.5m
Slow Test: matrix-react-sdk/read-receipts/editing-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-thread-roots.spec.ts took 1.2m
Slow Test: matrix-react-sdk/login/login.spec.ts#L1
matrix-react-sdk/login/login.spec.ts took 53.4s
🎭 Playwright Run Summary
43 skipped 23 passed (3.0m)
🎭 Playwright Run Summary
4 skipped 56 passed (5.8m)
🎭 Playwright Run Summary
1 flaky settings/roles-permissions-room-settings-tab.spec.ts:38:9 › Roles & Permissions room settings tab › should be able to change the role of a user 9 skipped 66 passed (6.7m)
🎭 Playwright Run Summary
2 flaky audio-player/audio-player.spec.ts:203:9 › Audio player › should support downloading an audio file crypto/crypto.spec.ts:100:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code 1 skipped 68 passed (7.8m)
🎭 Playwright Run Summary
1 flaky read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read 3 skipped 67 passed (8.5m)
🎭 Playwright Run Summary
1 flaky location/location.spec.ts:40:9 › Location sharing › sends and displays pin drop location message successfully 2 skipped 69 passed (9.8m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
6.27 MB
all-blob-reports-2 Expired
4.48 MB
all-blob-reports-3 Expired
202 KB
all-blob-reports-4 Expired
4.07 MB
all-blob-reports-5 Expired
3.57 MB
all-blob-reports-6 Expired
767 KB
html-report Expired
17.2 MB
webapp Expired
38 MB