Simplified Sliding Sync #2606
Annotations
10 errors and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
1) read-receipts/new-messages-main-timeline.spec.ts:16:17 › Read receipts › new messages › in the main timeline › Receiving a message makes a 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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:30:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
1) read-receipts/new-messages-main-timeline.spec.ts:16:17 › Read receipts › new messages › in the main timeline › Receiving a message makes a room unread
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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:30:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
1) read-receipts/new-messages-main-timeline.spec.ts:16:17 › Read receipts › new messages › in the main timeline › Receiving a message makes a room unread
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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:30:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
2) read-receipts/new-messages-main-timeline.spec.ts:32:17 › Read receipts › new messages › in the main timeline › Reading latest message makes the room 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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:42:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
2) read-receipts/new-messages-main-timeline.spec.ts:32:17 › Read receipts › new messages › in the main timeline › Reading latest message makes the room 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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:42:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
2) read-receipts/new-messages-main-timeline.spec.ts:32:17 › Read receipts › new messages › in the main timeline › Reading latest message makes the room 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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:42:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
3) read-receipts/new-messages-main-timeline.spec.ts:50:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves 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: "30"
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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:59:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
3) read-receipts/new-messages-main-timeline.spec.ts:50:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "30"
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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:59:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
3) read-receipts/new-messages-main-timeline.spec.ts:50:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "30"
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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:59:28
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L470
4) read-receipts/new-messages-main-timeline.spec.ts:67:17 › Read receipts › new messages › in the main timeline › Marking a room as read makes it 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:470
468 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
469 | } else {
> 470 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
471 | }
472 | }
473 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:470:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:72:28
|
Run Playwright tests
67 failed
read-receipts/new-messages-main-timeline.spec.ts:16:17 › Read receipts › new messages › in the main timeline › Receiving a message makes a room unread
read-receipts/new-messages-main-timeline.spec.ts:32:17 › Read receipts › new messages › in the main timeline › Reading latest message makes the room read
read-receipts/new-messages-main-timeline.spec.ts:50:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread
read-receipts/new-messages-main-timeline.spec.ts:67:17 › Read receipts › new messages › in the main timeline › Marking a room as read makes it read
read-receipts/new-messages-main-timeline.spec.ts:80:17 › Read receipts › new messages › in the main timeline › Receiving a new message after marking as read makes it unread
read-receipts/new-messages-main-timeline.spec.ts:100:17 › Read receipts › new messages › in the main timeline › A room with a new message is still unread after restart
read-receipts/new-messages-main-timeline.spec.ts:118:17 › Read receipts › new messages › in the main timeline › A room where all messages are read is still read after restart
read-receipts/new-messages-main-timeline.spec.ts:138:17 › Read receipts › new messages › in the main timeline › A room that was marked as read is still read after restart
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:1
|
Loading