This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #6738
Annotations
10 errors, 4 warnings, and 1 notice
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Legacy Crypto] › read-receipts/high-level.spec.ts:208:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read
Test timeout of 90000ms exceeded.
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L397
1) [Legacy Crypto] › read-receipts/high-level.spec.ts:208:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView_body .mx_EventTile[data-scroll-tokens]').filter({ hasText: 'Root1' }).getByRole('button', { name: 'Reply in thread' })
at read-receipts/index.ts:397
395 | const tile = this.page.locator(".mx_RoomView_body .mx_EventTile[data-scroll-tokens]", { hasText: rootMessage });
396 | await tile.hover();
> 397 | await tile.getByRole("button", { name: "Reply in thread" }).click();
| ^
398 | await expect(this.page.locator(".mx_ThreadView_timelinePanelWrapper")).toBeVisible();
399 | }
400 |
at Helpers.openThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:397:69)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:228:13
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Legacy Crypto] › read-receipts/high-level.spec.ts:208:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L397
1) [Legacy Crypto] › read-receipts/high-level.spec.ts:208:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView_body .mx_EventTile[data-scroll-tokens]').filter({ hasText: 'Root1' }).getByRole('button', { name: 'Reply in thread' })
at read-receipts/index.ts:397
395 | const tile = this.page.locator(".mx_RoomView_body .mx_EventTile[data-scroll-tokens]", { hasText: rootMessage });
396 | await tile.hover();
> 397 | await tile.getByRole("button", { name: "Reply in thread" }).click();
| ^
398 | await expect(this.page.locator(".mx_ThreadView_timelinePanelWrapper")).toBeVisible();
399 | }
400 |
at Helpers.openThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:397:69)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:228:13
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Legacy Crypto] › read-receipts/high-level.spec.ts:208:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L397
1) [Legacy Crypto] › read-receipts/high-level.spec.ts:208:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.mx_RoomView_body .mx_EventTile[data-scroll-tokens]').filter({ hasText: 'Root1' }).getByRole('button', { name: 'Reply in thread' })
at read-receipts/index.ts:397
395 | const tile = this.page.locator(".mx_RoomView_body .mx_EventTile[data-scroll-tokens]", { hasText: rootMessage });
396 | await tile.hover();
> 397 | await tile.getByRole("button", { name: "Reply in thread" }).click();
| ^
398 | await expect(this.page.locator(".mx_ThreadView_timelinePanelWrapper")).toBeVisible();
399 | }
400 |
at Helpers.openThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:397:69)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:228:13
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
2) [Legacy Crypto] › read-receipts/high-level.spec.ts:418:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Test timeout of 30000ms exceeded.
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L609
2) [Legacy Crypto] › read-receipts/high-level.spec.ts:418:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ }).getByLabel('List options')
at read-receipts/index.ts:609
607 | await tile.hover();
608 | const button = tile.getByLabel("List options");
> 609 | await button.click();
| ^
610 | }
611 |
612 | /**
at Helpers.toggleRoomListMenu (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:609:22)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:616:9)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:428:13
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
2) [Legacy Crypto] › read-receipts/high-level.spec.ts:418:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L609
2) [Legacy Crypto] › read-receipts/high-level.spec.ts:418:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: /^Rooms/ }).getByLabel('List options')
at read-receipts/index.ts:609
607 | await tile.hover();
608 | const button = tile.getByLabel("List options");
> 609 | await button.click();
| ^
610 | }
611 |
612 | /**
at Helpers.toggleRoomListMenu (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:609:22)
at Helpers.toggleRoomUnreadOrder (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:616:9)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:428:13
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 14.5m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/new-messages.spec.ts#L1
[Legacy Crypto] › read-receipts/new-messages.spec.ts took 14.3m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 10.7m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/high-level.spec.ts#L1
[Legacy Crypto] › read-receipts/high-level.spec.ts took 10.5m
|
Merge into HTML Report
22 failed
[Legacy Crypto] › read-receipts/high-level.spec.ts:208:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read
[Legacy Crypto] › read-receipts/high-level.spec.ts:418:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
[Legacy Crypto] › read-receipts/high-level.spec.ts:436:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected
[Legacy Crypto] › read-receipts/new-messages.spec.ts:189:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read
[Legacy Crypto] › read-receipts/new-messages.spec.ts:207:17 › Read receipts › new messages › in threads › Reading a thread message makes the thread read
[Legacy Crypto] › read-receipts/new-messages.spec.ts:255:17 › Read receipts › new messages › in threads › Reading only one thread's message does not make the room read
[Legacy Crypto] › read-receipts/new-messages.spec.ts:279:17 › Read receipts › new messages › in threads › Reading only one thread's message makes that thread read but not others
[Legacy Crypto] › read-receipts/new-messages.spec.ts:400:17 › Read receipts › new messages › in threads › A room with a new threaded message is still unread after restart
[Legacy Crypto] › read-receipts/new-messages.spec.ts:428:17 › Read receipts › new messages › in threads › A room where all threaded messages are read is still read after restart
[Legacy Crypto] › read-receipts/new-messages.spec.ts:474:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline
[Legacy Crypto] › read-receipts/new-messages.spec.ts:519:17 › Read receipts › new messages › thread roots › Reading a thread whose root is a reply makes the room read
[Rust Crypto] › read-receipts/high-level.spec.ts:208:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read
[Rust Crypto] › read-receipts/high-level.spec.ts:418:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected
[Rust Crypto] › read-receipts/high-level.spec.ts:436:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected
[Rust Crypto] › read-receipts/new-messages.spec.ts:189:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read
[Rust Crypto] › read-receipts/new-messages.spec.ts:207:17 › Read receipts › new messages › in threads › Reading a thread message makes the thread read
[Rust Crypto] › read-receipts/new-messages.spec.ts:255:17 › Read receipts › new messages › in threads › Reading only one thread's message does not make the room read
[Rust Crypto] › read-receipts/new-messages.spec.ts:279:17 › Read receipts › new messages › in threads › Reading only one thread's message makes that thread read but not others
[Rust Crypto] › read-receipts/new-messages.spec.ts:400:17 › Read receipts › new messages › in threads › A room with a new threaded message is still unread after restart
[Rust Crypto] › read-receipts/new-messages.spec.ts:428:17 › Read receipts › new messages › in threads › A room where all threaded messages are read is still read after restart
[Rust Crypto] › read-receipts/new-messages.spec.ts:474:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline
[Rust Crypto] › read-receipts/new-messages.spec.ts:519:17 › Read receipts › new messages › thread roots › Reading a thread whose root is a reply makes the room read
86 skipped
50 passed (26.3m)
|
The logs for this run have expired and are no longer available.
Loading