This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Fix inability to change accent colour consistently in custom theming #10766
Annotations
5 errors, 28 warnings, and 6 notices
crypto/complete-security.spec.ts:25:9 › Complete security › should go straight to the welcome screen if we have no signed device:
matrix-react-sdk/playwright/e2e/crypto/complete-security.spec.ts#L1
1) crypto/complete-security.spec.ts:25:9 › Complete security › should go straight to the welcome screen if we have no signed device
Test timeout of 30000ms exceeded.
|
crypto/complete-security.spec.ts:25:9 › Complete security › should go straight to the welcome screen if we have no signed device:
matrix-react-sdk/playwright/e2e/crypto/utils.ts#L157
1) crypto/complete-security.spec.ts:25:9 › Complete security › should go straight to the welcome screen if we have no signed device
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Edit' })
at crypto/utils.ts:157
155 |
156 | // select homeserver
> 157 | await page.getByRole("button", { name: "Edit" }).click();
| ^
158 | await page.getByRole("textbox", { name: "Other homeserver" }).fill(homeserver.config.baseUrl);
159 | await page.getByRole("button", { name: "Continue", exact: true }).click();
160 |
at logIntoElement (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:157:54)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/complete-security.spec.ts:30:9
|
login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails:
matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts#L88
1) login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails, and allows a re-login
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/#\/home$/
Received string: "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_qSNZnHofgkkzRIYIMpCU_1bBbPt"
86 |
87 | // back to the welcome page
> 88 | await expect(page).toHaveURL(/\/#\/home$/);
| ^
89 | await expect(page.getByRole("heading", { name: "Welcome Alice", exact: true })).toBeVisible();
90 | });
91 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts:88:32
|
read-receipts/editing-messages-thread-roots.spec.ts:153:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root that is a reply leaves it read:
matrix-react-sdk/playwright/e2e/read-receipts/editing-messages-thread-roots.spec.ts#L1
2) read-receipts/editing-messages-thread-roots.spec.ts:153:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root that is a reply leaves it read
Test timeout of 30000ms exceeded while setting up "user".
|
read-receipts/editing-messages-thread-roots.spec.ts:153:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root that is a reply leaves it read:
matrix-react-sdk/playwright/element-web-test.ts#L229
2) read-receipts/editing-messages-thread-roots.spec.ts:153:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root that is a reply leaves it 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)
|
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.5m
|
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 1.8m
|
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.4s
|
Slow Test:
matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.8m
|
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.1m
|
Slow Test:
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 39.7s
|
Slow Test:
matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 27.7s
|
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.9m
|
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/room/room-header.spec.ts#L1
matrix-react-sdk/room/room-header.spec.ts took 1.5m
|
Slow Test:
matrix-react-sdk/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 1.5m
|
Slow Test:
matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 55.5s
|
Slow Test:
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.7m
|
Slow Test:
matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.spec.ts took 1.3m
|
Slow Test:
matrix-react-sdk/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.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/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 1.0m
|
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.6m
|
Slow Test:
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 2.8m
|
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/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 1.2m
|
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.6m
|
Slow Test:
matrix-react-sdk/login/login.spec.ts#L1
matrix-react-sdk/login/login.spec.ts took 54.8s
|
Slow Test:
matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 52.5s
|
🎭 Playwright Run Summary
43 skipped
23 passed (2.9m)
|
🎭 Playwright Run Summary
4 skipped
56 passed (5.8m)
|
🎭 Playwright Run Summary
9 skipped
67 passed (6.7m)
|
🎭 Playwright Run Summary
1 flaky
crypto/complete-security.spec.ts:25:9 › Complete security › should go straight to the welcome screen if we have no signed device
1 skipped
69 passed (7.7m)
|
🎭 Playwright Run Summary
3 skipped
68 passed (7.8m)
|
🎭 Playwright Run Summary
2 flaky
login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails, and allows a re-login
read-receipts/editing-messages-thread-roots.spec.ts:153:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root that is a reply leaves it read
2 skipped
68 passed (9.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
6.54 MB |
|
all-blob-reports-2
Expired
|
7.74 MB |
|
all-blob-reports-3
Expired
|
198 KB |
|
all-blob-reports-4
Expired
|
823 KB |
|
all-blob-reports-5
Expired
|
509 KB |
|
all-blob-reports-6
Expired
|
767 KB |
|
html-report
Expired
|
14.4 MB |
|
webapp
Expired
|
37.6 MB |
|