This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #9416
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L462
1) [Rust Crypto] › read-receipts/redactions.spec.ts:726:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot')
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge…>…</div>
- unexpected value "visible"
at read-receipts/index.ts:462
460 | async assertRead(room: string | { name: string }) {
461 | const tile = this.getRoomListTile(room);
> 462 | await expect(tile.locator(".mx_NotificationBadge_dot")).not.toBeVisible();
| ^
463 | await expect(tile.locator(".mx_NotificationBadge_count")).not.toBeVisible();
464 | }
465 |
at Helpers.assertRead (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:462:69)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/redactions.spec.ts:756:28
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L486
2) [Rust Crypto] › read-receipts/redactions.spec.ts:1020:17 › Read receipts › redactions › thread roots › Replying to a redacted thread root makes the room unread
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
at read-receipts/index.ts:486
484 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
485 | } else {
> 486 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
487 | }
488 | }
489 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:486:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/redactions.spec.ts:1044:28
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › read-receipts/reactions.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/reactions.spec.ts took 2.4m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › read-receipts/read-receipts.spec.ts took 1.2m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › settings/appearance-user-settings-tab.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › settings/appearance-user-settings-tab.spec.ts took 1.0m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › room/room-header.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › room/room-header.spec.ts took 1.0m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › right-panel/right-panel.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › right-panel/right-panel.spec.ts took 59.8s
|
Run Playwright tests
2 flaky
[Rust Crypto] › read-receipts/redactions.spec.ts:726:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
[Rust Crypto] › read-receipts/redactions.spec.ts:1020:17 › Read receipts › redactions › thread roots › Replying to a redacted thread root makes the room unread
3 skipped
95 passed (16.1m)
|
Loading