[create-pull-request] automated change (#28955) #3982
Annotations
3 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/redactions-in-threads.spec.ts#L1
1) [Chrome] › read-receipts/redactions-in-threads.spec.ts:306:17 › Read receipts › redactions › in threads › Reading a thread after a reaction to a redacted message marks the thread as read @mergequeue
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L88
1) [Chrome] › read-receipts/redactions-in-threads.spec.ts:306:17 › Read receipts › redactions › in threads › Reading a thread after a reaction to a redacted message marks the thread as read @mergequeue
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:88
86 | }
87 |
> 88 | const promise = room.evaluateHandle(
| ^
89 | async (room, { message, includeThreads }) => {
90 | let ev = room.timeline.find((e) => e.getContent().body === message);
91 | if (!ev && includeThreads) {
at MessageBuilder.getMessage (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:88:30)
at MessageContentSpec.getContent (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:187:53)
at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:348:61)
at Helpers.receiveMessages (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:585:9)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:314:17
|
Run Playwright tests:
playwright/e2e/right-panel/right-panel.spec.ts#L51
2) [Chrome] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
Expected string: "mx_EditableItem_item"
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
49 | await localAddresses.getByRole("textbox").fill(ROOM_ADDRESS_LONG);
50 | await localAddresses.getByRole("button", { name: "Add" }).click();
> 51 | await expect(localAddresses.getByText(`#${ROOM_ADDRESS_LONG}:localhost`)).toHaveClass(
| ^
52 | "mx_EditableItem_item",
53 | );
54 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:51:87
|
Run Playwright tests:
[Chrome] › read-receipts/redactions-main-timeline.spec.ts#L1
[Chrome] › read-receipts/redactions-main-timeline.spec.ts took 1.1m
|
Run Playwright tests:
[Chrome] › read-receipts/reactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/reactions-in-threads.spec.ts took 51.5s
|
Run Playwright tests:
[Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 39.2s
|
Run Playwright tests:
[Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 30.6s
|
Run Playwright tests:
[Chrome] › read-receipts/reactions-main-timeline.spec.ts#L1
[Chrome] › read-receipts/reactions-main-timeline.spec.ts took 19.4s
|
Run Playwright tests
2 flaky
[Chrome] › read-receipts/redactions-in-threads.spec.ts:306:17 › Read receipts › redactions › in threads › Reading a thread after a reaction to a redacted message marks the thread as read @mergequeue
[Chrome] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot
3 skipped
72 passed (7.3m)
|
Loading