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
3 errors, 5 warnings, and 1 notice
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
|
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".
|
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)
|
matrix-react-sdk/read-receipts/high-level.spec.ts#L1
matrix-react-sdk/read-receipts/high-level.spec.ts took 3.4m
|
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
|
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
|
matrix-react-sdk/login/login.spec.ts#L1
matrix-react-sdk/login/login.spec.ts took 54.8s
|
matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 52.5s
|
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)
|
The logs for this run have expired and are no longer available.
Loading