This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Fix read receipt animation (#12923) #11829
Annotations
9 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
1) read-receipts/new-messages-thread-roots.spec.ts:24:17 › Read receipts › new messages › thread roots › Reading a thread root does not mark the thread as read
Test timeout of 30000ms exceeded while setting up "homeserver".
|
matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
1) read-receipts/new-messages-thread-roots.spec.ts:24:17 › Read receipts › new messages › thread roots › Reading a thread root does not mark the thread as read
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "homeserver".
|
matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
1) read-receipts/new-messages-thread-roots.spec.ts:24:17 › Read receipts › new messages › thread roots › Reading a thread root does not mark the thread as read
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "homeserver".
|
matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
2) read-receipts/new-messages-thread-roots.spec.ts:43:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline
Test timeout of 30000ms exceeded while setting up "homeserver".
|
matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
2) read-receipts/new-messages-thread-roots.spec.ts:43: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 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "homeserver".
|
matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
2) read-receipts/new-messages-thread-roots.spec.ts:43: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 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "homeserver".
|
matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
3) read-receipts/new-messages-thread-roots.spec.ts:69:17 › Read receipts › new messages › thread roots › Creating a new thread based on a reply makes the room unread
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L536
3) read-receipts/new-messages-thread-roots.spec.ts:69:17 › Read receipts › new messages › thread roots › Creating a new thread based on a reply makes the room unread
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RoomHeader').getByLabel('Threads')
- locator resolved to <button tabindex="0" role="button" aria-label="Threads" data-indicator="success" class="_icon-button_bh2qc_17">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at read-receipts/index.ts:536
534 | const isThreadPanelOpen = (await threadPanel.count()) !== 0;
535 | if (!isThreadPanelOpen) {
> 536 | await this.page.locator(".mx_RoomHeader").getByLabel("Threads").click();
| ^
537 | }
538 | await expect(threadPanel).toBeVisible();
539 | await threadPanel.evaluate(($panel) => {
at Helpers.openThreadList (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:536:77)
at Helpers.getThreadListTile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:556:9)
at Helpers.assertUnreadThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:574:22)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:88:17
|
|
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts took 2.5m
|
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 1.9m
|
matrix-react-sdk/read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.1m
|
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts took 1.0m
|
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 51.1s
|
2 failed
read-receipts/new-messages-thread-roots.spec.ts:24: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:43:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline
1 flaky
read-receipts/new-messages-thread-roots.spec.ts:69:17 › Read receipts › new messages › thread roots › Creating a new thread based on a reply makes the room unread
15 skipped
57 passed (12.9m)
|
The logs for this run have expired and are no longer available.
Loading