This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #8307
Annotations
10 errors, 6 warnings, and 1 notice
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
1) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:29:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Test timeout of 30000ms exceeded while setting up "user".
|
Merge into HTML Report:
matrix-react-sdk/playwright/element-web-test.ts#L200
1) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:29:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:200
198 | user: async ({ pageWithCredentials: page, credentials }, use) => {
199 | await page.goto("/");
> 200 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
201 | await use(credentials);
202 | },
203 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:200:20)
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
1) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:29:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "user".
|
Merge into HTML Report:
matrix-react-sdk/playwright/element-web-test.ts#L200
1) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:29:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:200
198 | user: async ({ pageWithCredentials: page, credentials }, use) => {
199 | await page.goto("/");
> 200 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
201 | await use(credentials);
202 | },
203 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:200:20)
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
1) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:29:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "user".
|
Merge into HTML Report:
matrix-react-sdk/playwright/element-web-test.ts#L200
1) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:29:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:200
198 | user: async ({ pageWithCredentials: page, credentials }, use) => {
199 | await page.goto("/");
> 200 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
201 | await use(credentials);
202 | },
203 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:200:20)
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
2) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:38:9 › Threads Activity Centre › should not show indicator when there is no thread
Test timeout of 30000ms exceeded while setting up "user".
|
Merge into HTML Report:
matrix-react-sdk/playwright/element-web-test.ts#L200
2) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:38:9 › Threads Activity Centre › should not show indicator when there is no thread
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:200
198 | user: async ({ pageWithCredentials: page, credentials }, use) => {
199 | await page.goto("/");
> 200 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
201 | await use(credentials);
202 | },
203 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:200:20)
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
2) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:38:9 › Threads Activity Centre › should not show indicator when there is no thread
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "user".
|
Merge into HTML Report:
matrix-react-sdk/playwright/element-web-test.ts#L200
2) [Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:38:9 › Threads Activity Centre › should not show indicator when there is no thread
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:200
198 | user: async ({ pageWithCredentials: page, credentials }, use) => {
199 | await page.goto("/");
> 200 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
201 | await use(credentials);
202 | },
203 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:200:20)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e, bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3, actions/github-script@v6, nwtgck/actions-netlify@7a92f00dde8c92a5a9e8385ec2919775f7647352. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Merge into HTML Report:
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 13.5m
|
Merge into HTML Report:
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 13.5m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 5.9m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.2m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.7m
|
Merge into HTML Report
18 failed
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:29:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:38:9 › Threads Activity Centre › should not show indicator when there is no thread
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:49:9 › Threads Activity Centre › should show a notification indicator when there is a message in a thread
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:57:9 › Threads Activity Centre › should show a highlight indicator when there is a mention in a thread
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:75:9 › Threads Activity Centre › should show the rooms with unread threads
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:92:9 › Threads Activity Centre › should update with a thread is read
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:115:9 › Threads Activity Centre › should order by recency after notification level
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:126:9 › Threads Activity Centre › should block the Spotlight to open when the TAC is opened
[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:141:9 › Threads Activity Centre › should have the correct hover state
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:29:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:38:9 › Threads Activity Centre › should not show indicator when there is no thread
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:49:9 › Threads Activity Centre › should show a notification indicator when there is a message in a thread
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:57:9 › Threads Activity Centre › should show a highlight indicator when there is a mention in a thread
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:75:9 › Threads Activity Centre › should show the rooms with unread threads
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:92:9 › Threads Activity Centre › should update with a thread is read
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:115:9 › Threads Activity Centre › should order by recency after notification level
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:126:9 › Threads Activity Centre › should block the Spotlight to open when the TAC is opened
[Rust Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:141:9 › Threads Activity Centre › should have the correct hover state
3 flaky
[Legacy Crypto] › sliding-sync/sliding-sync.spec.ts:186:9 › Sliding Sync › should update user settings promptly
[Legacy Crypto] › timeline/timeline.spec.ts:910:13 › Timeline › message sending › should display a reply chain
[Rust Crypto] › crypto/crypto.spec.ts:149:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
121 skipped
650 passed (25.8m)
|
The logs for this run have expired and are no longer available.
Loading