Stabilise audio-player reply button clicking in playwright #1702
Annotations
2 errors, 3 warnings, and 1 notice
playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts#L1
1) read-receipts/editing-messages-in-threads.spec.ts:16:17 › Read receipts › editing messages › in threads › An edit of a threaded message makes the room unread
Test timeout of 30000ms exceeded while setting up "user".
|
playwright/e2e/read-receipts/index.ts#L86
2) read-receipts/editing-messages-thread-roots.spec.ts:44:17 › Read receipts › editing messages › thread roots › Reading an edit of a thread root leaves the room read
Error: jsHandle.evaluateHandle: Execution context was destroyed, most likely because of a navigation.
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/editing-messages-thread-roots.spec.ts:52:17
|
read-receipts/high-level.spec.ts#L1
read-receipts/high-level.spec.ts took 3.5m
|
read-receipts/new-messages-in-threads.spec.ts#L1
read-receipts/new-messages-in-threads.spec.ts took 1.9m
|
read-receipts/editing-messages-main-timeline.spec.ts#L1
read-receipts/editing-messages-main-timeline.spec.ts took 1.2m
|
2 flaky
read-receipts/editing-messages-in-threads.spec.ts:16:17 › Read receipts › editing messages › in threads › An edit of a threaded message makes the room unread
read-receipts/editing-messages-thread-roots.spec.ts:44:17 › Read receipts › editing messages › thread roots › Reading an edit of a thread root leaves the room read
32 skipped
40 passed (9.6m)
|
This job succeeded
Loading