This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #7693
Annotations
10 errors, 6 warnings, and 1 notice
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts#L231
1) [Legacy Crypto] › knock/knock-into-room.spec.ts:212:9 › Knock Into Room › should knock into the room and knock is cancelled by user himself
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
229 | await expect(
230 | page.getByRole("group", { name: "Historical" }).getByRole("treeitem", { name: "Cybersecurity" }),
> 231 | ).toBeVisible();
| ^
232 | });
233 |
234 | test("should knock into the room then knock is cancelled by another user and room is forgotten", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts:231:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts#L231
1) [Legacy Crypto] › knock/knock-into-room.spec.ts:212:9 › Knock Into Room › should knock into the room and knock is cancelled by user himself
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
229 | await expect(
230 | page.getByRole("group", { name: "Historical" }).getByRole("treeitem", { name: "Cybersecurity" }),
> 231 | ).toBeVisible();
| ^
232 | });
233 |
234 | test("should knock into the room then knock is cancelled by another user and room is forgotten", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts:231:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts#L231
1) [Legacy Crypto] › knock/knock-into-room.spec.ts:212:9 › Knock Into Room › should knock into the room and knock is cancelled by user himself
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
229 | await expect(
230 | page.getByRole("group", { name: "Historical" }).getByRole("treeitem", { name: "Cybersecurity" }),
> 231 | ).toBeVisible();
| ^
232 | });
233 |
234 | test("should knock into the room then knock is cancelled by another user and room is forgotten", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts:231:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L47
2) [Legacy Crypto] › one-to-one-chat/one-to-one-chat.spec.ts:38:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).locator('.mx_RoomTile').getByText('Timmy')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).locator('.mx_RoomTile').getByText('Timmy')
45 | await expect(
46 | page.getByRole("group", { name: "Historical" }).locator(".mx_RoomTile").getByText(user2.displayName),
> 47 | ).toBeVisible();
| ^
48 |
49 | // open new 1:1 chat room
50 | await page.goto(`/#/user/${user2.userId}?action=chat`);
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:47:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L47
2) [Legacy Crypto] › one-to-one-chat/one-to-one-chat.spec.ts:38:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).locator('.mx_RoomTile').getByText('Timmy')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).locator('.mx_RoomTile').getByText('Timmy')
45 | await expect(
46 | page.getByRole("group", { name: "Historical" }).locator(".mx_RoomTile").getByText(user2.displayName),
> 47 | ).toBeVisible();
| ^
48 |
49 | // open new 1:1 chat room
50 | await page.goto(`/#/user/${user2.userId}?action=chat`);
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:47:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L47
2) [Legacy Crypto] › one-to-one-chat/one-to-one-chat.spec.ts:38:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).locator('.mx_RoomTile').getByText('Timmy')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).locator('.mx_RoomTile').getByText('Timmy')
45 | await expect(
46 | page.getByRole("group", { name: "Historical" }).locator(".mx_RoomTile").getByText(user2.displayName),
> 47 | ).toBeVisible();
| ^
48 |
49 | // open new 1:1 chat room
50 | await page.goto(`/#/user/${user2.userId}?action=chat`);
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:47:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts#L231
3) [Rust Crypto] › knock/knock-into-room.spec.ts:212:9 › Knock Into Room › should knock into the room and knock is cancelled by user himself
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
229 | await expect(
230 | page.getByRole("group", { name: "Historical" }).getByRole("treeitem", { name: "Cybersecurity" }),
> 231 | ).toBeVisible();
| ^
232 | });
233 |
234 | test("should knock into the room then knock is cancelled by another user and room is forgotten", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts:231:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts#L231
3) [Rust Crypto] › knock/knock-into-room.spec.ts:212:9 › Knock Into Room › should knock into the room and knock is cancelled by user himself
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
229 | await expect(
230 | page.getByRole("group", { name: "Historical" }).getByRole("treeitem", { name: "Cybersecurity" }),
> 231 | ).toBeVisible();
| ^
232 | });
233 |
234 | test("should knock into the room then knock is cancelled by another user and room is forgotten", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts:231:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts#L231
3) [Rust Crypto] › knock/knock-into-room.spec.ts:212:9 › Knock Into Room › should knock into the room and knock is cancelled by user himself
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).getByRole('treeitem', { name: 'Cybersecurity' })
229 | await expect(
230 | page.getByRole("group", { name: "Historical" }).getByRole("treeitem", { name: "Cybersecurity" }),
> 231 | ).toBeVisible();
| ^
232 | });
233 |
234 | test("should knock into the room then knock is cancelled by another user and room is forgotten", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/knock/knock-into-room.spec.ts:231:11
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L47
4) [Rust Crypto] › one-to-one-chat/one-to-one-chat.spec.ts:38:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('group', { name: 'Historical' }).locator('.mx_RoomTile').getByText('Timmy')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('group', { name: 'Historical' }).locator('.mx_RoomTile').getByText('Timmy')
45 | await expect(
46 | page.getByRole("group", { name: "Historical" }).locator(".mx_RoomTile").getByText(user2.displayName),
> 47 | ).toBeVisible();
| ^
48 |
49 | // open new 1:1 chat room
50 | await page.goto(`/#/user/${user2.userId}?action=chat`);
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:47:11
|
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 6.7m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 6.5m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.9m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.7m
|
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
4 failed
[Legacy Crypto] › knock/knock-into-room.spec.ts:212:9 › Knock Into Room › should knock into the room and knock is cancelled by user himself
[Legacy Crypto] › one-to-one-chat/one-to-one-chat.spec.ts:38:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
[Rust Crypto] › knock/knock-into-room.spec.ts:212:9 › Knock Into Room › should knock into the room and knock is cancelled by user himself
[Rust Crypto] › one-to-one-chat/one-to-one-chat.spec.ts:38:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one
3 flaky
[Legacy Crypto] › crypto/crypto.spec.ts:149:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
[Legacy Crypto] › room/room.spec.ts:64:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
[Rust Crypto] › read-receipts/redactions.spec.ts:691:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
121 skipped
654 passed (18.1m)
|
The logs for this run have expired and are no longer available.
Loading