This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Experimental SSS #220
Annotations
10 errors and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
1) read-receipts/new-messages-thread-roots.spec.ts:16:17 › Read receipts › new messages › thread roots › Reading a thread root does not mark the thread as read
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "1"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:25:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
1) read-receipts/new-messages-thread-roots.spec.ts:16:17 › Read receipts › new messages › thread roots › Reading a thread root does not mark the thread as read
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "1"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:25:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
1) read-receipts/new-messages-thread-roots.spec.ts:16:17 › Read receipts › new messages › thread roots › Reading a thread root does not mark the thread as read
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "1"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:25:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
2) read-receipts/new-messages-thread-roots.spec.ts:35:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "61"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:49:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
2) read-receipts/new-messages-thread-roots.spec.ts:35:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "61"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:49:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
2) read-receipts/new-messages-thread-roots.spec.ts:35:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "61"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:49:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
3) read-receipts/new-messages-thread-roots.spec.ts:83:17 › Read receipts › new messages › thread roots › Reading a thread whose root is a reply makes the thread read
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "2"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:96:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
3) read-receipts/new-messages-thread-roots.spec.ts:83:17 › Read receipts › new messages › thread roots › Reading a thread whose root is a reply makes the thread read
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "2"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:96:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
3) read-receipts/new-messages-thread-roots.spec.ts:83:17 › Read receipts › new messages › thread roots › Reading a thread whose root is a reply makes the thread read
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "2"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:96:28
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L477
4) read-receipts/reactions-in-threads.spec.ts:16:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make 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 string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
- locator resolved to <span class="mx_NotificationBadge_count"></span>
- unexpected value ""
at read-receipts/index.ts:477
475 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
476 | } else {
> 477 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
478 | }
479 | }
480 |
at Helpers.assertUnread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:477:71)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/reactions-in-threads.spec.ts:26:28
|
59 failed
read-receipts/new-messages-thread-roots.spec.ts:16:17 › Read receipts › new messages › thread roots › Reading a thread root does not mark the thread as read
read-receipts/new-messages-thread-roots.spec.ts:35:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline
read-receipts/new-messages-thread-roots.spec.ts:83:17 › Read receipts › new messages › thread roots › Reading a thread whose root is a reply makes the thread read
read-receipts/reactions-in-threads.spec.ts:16:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread
read-receipts/reactions-in-threads.spec.ts:41:17 › Read receipts › reactions › in threads › Marking a room as read after a reaction in a thread makes it read
read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread
read-receipts/reactions-in-threads.spec.ts:91:17 › Read receipts › reactions › in threads › A room with a reaction to a threaded message is still unread after restart
read-receipts/reactions-in-threads.spec.ts:120:17 › Read receipts › reactions › in threads › A room where all reactions in threads are read is still read after restart
read-receipts/reactions-in-threads.spec.ts:161:17 › Read receipts › reactions › in threads › Can remove a reaction in a thread
read-receipts/reactions-main-timeline.spec.ts:16:17 › Read receipts › reactions › in the main timeline › Receiving a reaction to a message does not make a room unread
read-receipts/reactions-main-timeline.spec.ts:35:17 › Read receipts › reactions › in the main timeline › Reacting to a message after marking as read does not make the room unread
read-receipts/reactions-main-timeline.spec.ts:52:17 › Read receipts › reactions › in the main timeline › A room with an unread reaction is still read after restart
read-receipts/reactions-main-timeline.spec.ts:72:17 › Read receipts › reactions › in the main timeline › A room where all reactions are read is still read after restart
read-receipts/reactions-thread-roots.spec.ts:16:17 › Read receipts › reactions › thread roots › A reaction to a thread root does not make the room unread
read-receipts/reactions-thread-roots.spec.ts:44:17 › Read receipts › reactions › thread roots › Reading a reaction to a thread root leaves the room read
read-receipts/reactions-thread-roots.spec.ts:78:17 › Read receipts › reactions › thread roots › Reacting to a thread root after marking as read makes the room unread but not the thread
read-receipts/read-receipts.spec.ts:142:9 › Read receipts › Recognises unread messages on main thread after receiving a receipt for earlier ones
read-receipts/read-receipts.spec.ts:162:9 › Read receipts › Considers room read if there is only a main thread and we have a main receipt
read-receipts/read-receipts.spec.ts:181:9 › Read receipts › Recognises unread messages on other thread after receiving a receipt for earlier ones
read-receipts/read-receipts.spec.ts:203:9 › Read receipts › Considers room read if there are receipts for main and other thread
read-receipts/read-receipts.spec.ts:221:9 › Read receipts › Recognises unread messages on a thread after receiving a unthreaded receipt for earlier ones
read-receipts/read-receipts.spec.ts:246:9 › Read receipts › Recognises unread messages on main after receiving a unthreaded receipt for a thread message
read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts ───
read-receipts/redactions-in-threads.spec.ts:16:17 › Read receipts › redactions › in threads › Redacting the threaded message pointed to by my receipt leaves the room read
read-receipts/redactions-in-threads.spec.ts:58:17 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read
read-receipts/redactions-in-
|
This job failed
Loading