This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #8366
Annotations
5 errors, 6 warnings, and 1 notice
📤 Deploy to Netlify
Pull Request not found!
|
📤 Deploy to Netlify
The template is not valid. matrix-org/pr-details-action/v1.3/action.yml (Line: 15, Col: 12): Error reading JToken from JsonReader. Path '', line 0, position 0.,matrix-org/pr-details-action/v1.3/action.yml (Line: 18, Col: 12): Error reading JToken from JsonReader. Path '', line 0, position 0.,matrix-org/pr-details-action/v1.3/action.yml (Line: 21, Col: 12): Error reading JToken from JsonReader. Path '', line 0, position 0.
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L172
1) [Rust Crypto] › crypto/crypto.spec.ts:149: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: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys')
170 | if (!isDeviceVerified) {
171 | const uiaDialogTitle = page.locator(".mx_InteractiveAuthDialog .mx_Dialog_title");
> 172 | await expect(uiaDialogTitle.getByText("Setting up keys")).toBeVisible();
| ^
173 | await expect(uiaDialogTitle.getByText("Setting up keys")).not.toBeVisible();
174 | }
175 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:172:79
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/sliding-sync/sliding-sync.spec.ts#L26
2) [Rust Crypto] › sliding-sync/sliding-sync.spec.ts:186:9 › Sliding Sync › should update user settings promptly
Test timeout of 30000ms exceeded while running "beforeEach" hook.
24 | let roomId: string;
25 |
> 26 | test.beforeEach(async ({ slidingSyncProxy, page, user, app }) => {
| ^
27 | roomId = await app.client.createRoom({ name: "Test Room" });
28 | });
29 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/sliding-sync/sliding-sync.spec.ts:26:10
|
Merge into HTML Report:
matrix-react-sdk/playwright/pages/client.ts#L161
2) [Rust Crypto] › sliding-sync/sliding-sync.spec.ts:186:9 › Sliding Sync › should update user settings promptly
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:161
159 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
160 | const client = await this.prepareClient();
> 161 | return await client.evaluate(async (cli, options) => {
| ^
162 | const resp = await cli.createRoom(options);
163 | const roomId = resp.room_id;
164 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:161:29)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/sliding-sync/sliding-sync.spec.ts:27:18
|
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] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 5.8m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.3m
|
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:
[Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.6m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/new-messages.spec.ts#L1
[Legacy Crypto] › read-receipts/new-messages.spec.ts took 3.4m
|
Merge into HTML Report
2 flaky
[Rust Crypto] › crypto/crypto.spec.ts:149:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
[Rust Crypto] › sliding-sync/sliding-sync.spec.ts:186:9 › Sliding Sync › should update user settings promptly
121 skipped
671 passed (15.5m)
|
Loading