End to End Tests #3548
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
1) [Chrome] › read-receipts/new-messages-in-threads.spec.ts:86:17 › Read receipts › new messages › in threads › Reading an older thread message leaves the thread unread @mergequeue
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L86
1) [Chrome] › read-receipts/new-messages-in-threads.spec.ts:86:17 › Read receipts › new messages › in threads › Reading an older thread message leaves the thread unread @mergequeue
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:86
84 | }
85 |
> 86 | const promise = room.evaluateHandle(
| ^
87 | async (room, { message, includeThreads }) => {
88 | let ev = room.timeline.find((e) => e.getContent().body === message);
89 | if (!ev && includeThreads) {
at MessageBuilder.getMessage (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:86:30)
at MessageContentSpec.getContent (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:185:53)
at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:344:61)
at Helpers.receiveMessages (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:582:9)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-in-threads.spec.ts:94:17
|
Run Playwright tests:
[Chrome] › read-receipts/high-level.spec.ts#L1
[Chrome] › read-receipts/high-level.spec.ts took 3.3m
|
Run Playwright tests:
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
|
Run Playwright tests:
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts took 52.5s
|
Run Playwright tests
1 flaky
[Chrome] › read-receipts/new-messages-in-threads.spec.ts:86:17 › Read receipts › new messages › in threads › Reading an older thread message leaves the thread unread @mergequeue
32 skipped
49 passed (10.0m)
|
Loading