End to End Tests #3581
Annotations
43 errors, 60 warnings, and 12 notices
[WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms:
playwright/e2e/spotlight/spotlight.spec.ts#L156
1) [WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ───
Error: expect(received).toContain(expected) // indexOf
Expected substring: "!huovQiLtusrTtDFkJl:localhost"
Received string: "http://localhost:8080/#/room/!qRSdUrmjCeYvgCFIGZ:localhost"
154 | await expect(resultLocator.first()).toContainText("Join");
155 | await resultLocator.first().click();
> 156 | expect(page.url()).toContain(room2Id);
| ^
157 | await expect(page.locator(".mx_RoomView_MessageList")).toHaveCount(1);
158 | await expect(roomHeaderName(page)).toContainText(room2Name);
159 | });
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:156:28
|
[WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms:
playwright/e2e/spotlight/spotlight.spec.ts#L156
1) [WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "!UBzenbjDxSgukeDJQW:localhost"
Received string: "http://localhost:8080/#/room/!ngdCTKZYdKyxjthtjb:localhost"
154 | await expect(resultLocator.first()).toContainText("Join");
155 | await resultLocator.first().click();
> 156 | expect(page.url()).toContain(room2Id);
| ^
157 | await expect(page.locator(".mx_RoomView_MessageList")).toHaveCount(1);
158 | await expect(roomHeaderName(page)).toContainText(room2Name);
159 | });
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:156:28
|
[WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms:
playwright/e2e/spotlight/spotlight.spec.ts#L156
1) [WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "!jSOSftBheMOmyYVLZM:localhost"
Received string: "http://localhost:8080/#/room/!cvAhAyZGvGoOswnycC:localhost"
154 | await expect(resultLocator.first()).toContainText("Join");
155 | await resultLocator.first().click();
> 156 | expect(page.url()).toContain(room2Id);
| ^
157 | await expect(page.locator(".mx_RoomView_MessageList")).toHaveCount(1);
158 | await expect(roomHeaderName(page)).toContainText(room2Name);
159 | });
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:156:28
|
[WebKit] › spotlight/spotlight.spec.ts:92:9 › Spotlight › should be able to add and remove filters via keyboard:
playwright/e2e/spotlight/spotlight.spec.ts#L61
2) [WebKit] › spotlight/spotlight.spec.ts:92:9 › Spotlight › should be able to add and remove filters via keyboard
Test timeout of 30000ms exceeded while running "beforeEach" hook.
59 | });
60 |
> 61 | test.beforeEach(async ({ page, homeserver, app, user }) => {
| ^
62 | bot1 = new Bot(page, homeserver, { displayName: bot1Name, autoAcceptInvites: true });
63 | bot2 = new Bot(page, homeserver, { displayName: bot2Name, autoAcceptInvites: true });
64 | const Visibility = await page.evaluate(() => (window as any).matrixcs.Visibility);
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:61:10
|
[WebKit] › spotlight/spotlight.spec.ts:92:9 › Spotlight › should be able to add and remove filters via keyboard:
playwright/pages/bot.ts#L193
2) [WebKit] › spotlight/spotlight.spec.ts:92:9 › Spotlight › should be able to add and remove filters via keyboard
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/bot.ts:193
191 | }
192 |
> 193 | await clientHandle.evaluate(async (cli) => {
| ^
194 | await cli.initRustCrypto({ useIndexedDB: false });
195 | cli.setGlobalErrorOnUnknownDevices(false);
196 | await cli.startClient();
at Bot.buildClient (/home/runner/work/element-web/element-web/playwright/pages/bot.ts:193:28)
at Bot.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:43:27)
at Bot.joinRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:215:24)
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:68:9
|
[WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms:
playwright/e2e/spotlight/spotlight.spec.ts#L171
3) [WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms
Error: expect(received).toContain(expected) // indexOf
Expected substring: "!wgoJtbysSUKDDzNhJa:localhost"
Received string: "http://localhost:8080/#/room/!VyPouRZNpEJtJoXNBz:localhost"
169 | await expect(resultLocator.first()).toContainText("View");
170 | await resultLocator.first().click();
> 171 | expect(page.url()).toContain(room3Id);
| ^
172 | await page.getByRole("button", { name: "Join the discussion" }).click();
173 | await expect(roomHeaderName(page)).toHaveText(room3Name);
174 | });
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:171:28
|
Run Tests [WebKit] 4/4
Process completed with exit code 1.
|
[Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
playwright/e2e/oidc/oidc-native.spec.ts#L1
1) [Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
Test timeout of 90000ms exceeded.
|
[Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
playwright/e2e/oidc/oidc-native.spec.ts#L19
1) [Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
17 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => {
18 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 19 | const tokenApiPromise = page.waitForRequest(
| ^
20 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
21 | );
22 |
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:19:38
|
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts:72:17 › Read receipts › editing messages › in the main timeline › Editing a reply after reading it makes the room unread @mergequeue:
eval at evaluate (:234:30)#L1
2) [Chrome] › read-receipts/editing-messages-main-timeline.spec.ts:72:17 › Read receipts › editing messages › in the main timeline › Editing a reply after reading it makes the room unread @mergequeue
Error: jsHandle.evaluate: TypeError: Cannot read properties of undefined (reading 'roomId')
at eval (eval at evaluate (:234:30), <anonymous>:1:14)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/element-web/element-web/eval at evaluate (:234:30), <anonymous>:1:14)
at UtilityScript.evaluate (/home/runner/work/element-web/element-web/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/element-web/element-web/<anonymous>:1:44)
at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:338:35)
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-main-timeline.spec.ts:80:17
|
[Chrome] › read-receipts/high-level.spec.ts:129:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read @mergequeue:
playwright/e2e/read-receipts/high-level.spec.ts#L1
3) [Chrome] › read-receipts/high-level.spec.ts:129:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read @mergequeue
Test timeout of 90000ms exceeded.
|
[Chrome] › read-receipts/high-level.spec.ts:129:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read @mergequeue:
playwright/e2e/read-receipts/index.ts#L86
3) [Chrome] › read-receipts/high-level.spec.ts:129:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read @mergequeue
Error: jsHandle.evaluateHandle: Test timeout of 90000ms 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/high-level.spec.ts:139:13
|
[Chrome] › read-receipts/new-messages-in-threads.spec.ts:111:17 › Read receipts › new messages › in threads › Reading only one thread's message makes that thread read but not others @mergequeue:
eval at evaluate (:234:30)#L1
4) [Chrome] › read-receipts/new-messages-in-threads.spec.ts:111:17 › Read receipts › new messages › in threads › Reading only one thread's message makes that thread read but not others @mergequeue
Error: jsHandle.evaluate: TypeError: Cannot read properties of undefined (reading 'roomId')
at eval (eval at evaluate (:234:30), <anonymous>:1:14)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/element-web/element-web/eval at evaluate (:234:30), <anonymous>:1:14)
at UtilityScript.evaluate (/home/runner/work/element-web/element-web/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/element-web/element-web/<anonymous>:1:44)
at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:338:35)
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:119:17
|
[WebKit] › lazy-loading/lazy-loading.spec.ts:109:9 › Lazy Loading › should handle lazy loading properly even when offline:
playwright/e2e/lazy-loading/lazy-loading.spec.ts#L68
1) [WebKit] › lazy-loading/lazy-loading.spec.ts:109:9 › Lazy Loading › should handle lazy loading properly even when offline
Error: toBeAttached can be only used with Locator object
66 | await app.timeline.scrollToTop();
67 | for (const charly of charlies) {
> 68 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached();
| ^
69 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached();
70 | }
71 | }
at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:68:104)
at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:117:9
|
[Firefox] › 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 @mergequeue:
HTTPError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js#L31643
1) [Firefox] › 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 @mergequeue
Error: jsHandle.evaluate: MatrixError: [400] Can't send same reaction twice (http://localhost:39487/_matrix/client/v3/rooms/!TDweMsACcfqIKivRkd%3Alocalhost/send/m.reaction/m1735711557750.3)
HTTPError@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31643:5
MatrixError@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31702:5
parseErrorResponse@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31970:12
requestOtherUrl@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32350:13
async*request@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32267:17
authedRequest@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32191:35
sendEventHttpRequest@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7260:24
./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:4056:32
./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50533:21
promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50532:25
./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50650:12
startProcessingQueues@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50645:8
queueEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50637:10
encryptAndSendEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7119:34
async*sendCompleteEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7073:19
sendEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:6964:17
@debugger eval code line 234 > eval:7:21
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/HTTPError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31643:5
at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31702:5
at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31970:12
at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32350:13
at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32267:17
at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32191:35
at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7260:24
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:4056:32
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50533:21
at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50532:25
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50650:12
at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50645:8
at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50637:10
at /home/runner/work/element-web/element-web/encryptAndSendEvent@http:/localhost:8080/bundles/f4170715e1f9
|
[Firefox] › 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 @mergequeue:
HTTPError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js#L31643
1) [Firefox] › 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 @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: MatrixError: [400] Can't send same reaction twice (http://localhost:34499/_matrix/client/v3/rooms/!cajOzDnPlLiDuwLoxq%3Alocalhost/send/m.reaction/m1735711572904.3)
HTTPError@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31643:5
MatrixError@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31702:5
parseErrorResponse@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31970:12
requestOtherUrl@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32350:13
async*request@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32267:17
authedRequest@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32191:35
sendEventHttpRequest@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7260:24
./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:4056:32
./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50533:21
promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50532:25
./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50650:12
startProcessingQueues@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50645:8
queueEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50637:10
encryptAndSendEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7119:34
async*sendCompleteEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7073:19
sendEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:6964:17
@debugger eval code line 234 > eval:7:21
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/HTTPError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31643:5
at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31702:5
at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31970:12
at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32350:13
at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32267:17
at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32191:35
at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7260:24
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:4056:32
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50533:21
at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50532:25
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50650:12
at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50645:8
at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50637:10
at /
|
[Firefox] › 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 @mergequeue:
HTTPError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js#L31643
1) [Firefox] › 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 @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: MatrixError: [400] Can't send same reaction twice (http://localhost:33023/_matrix/client/v3/rooms/!ieGVlTQveUkjYXhUOx%3Alocalhost/send/m.reaction/m1735711587025.3)
HTTPError@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31643:5
MatrixError@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31702:5
parseErrorResponse@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31970:12
requestOtherUrl@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32350:13
async*request@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32267:17
authedRequest@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32191:35
sendEventHttpRequest@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7260:24
./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:4056:32
./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50533:21
promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50532:25
./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50650:12
startProcessingQueues@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50645:8
queueEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50637:10
encryptAndSendEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7119:34
async*sendCompleteEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7073:19
sendEvent@http://localhost:8080/bundles/f4170715e1f90b8f2842/init.js:6964:17
@debugger eval code line 234 > eval:7:21
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/HTTPError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31643:5
at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31702:5
at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:31970:12
at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32350:13
at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32267:17
at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:32191:35
at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:7260:24
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:4056:32
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50533:21
at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50532:25
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50650:12
at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50645:8
at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/f4170715e1f90b8f2842/init.js:50637:10
at /
|
[Firefox] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot:
playwright/e2e/right-panel/right-panel.spec.ts#L51
2) [Firefox] › 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
|
[Firefox] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot:
playwright/e2e/right-panel/right-panel.spec.ts#L51
2) [Firefox] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
[Firefox] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot:
playwright/e2e/right-panel/right-panel.spec.ts#L51
2) [Firefox] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
|
[Firefox] › read-receipts/redactions-main-timeline.spec.ts:295:17 › Read receipts › redactions › in the main timeline › Reading a reply to a redacted message marks the room as read @mergequeue:
@debugger eval code line 234 > eval#L1
3) [Firefox] › read-receipts/redactions-main-timeline.spec.ts:295:17 › Read receipts › redactions › in the main timeline › Reading a reply to a redacted message marks the room as read @mergequeue
Error: jsHandle.evaluate: room is undefined
@debugger eval code line 234 > eval:1:9
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/@debugger eval code line 234 > eval:1:9
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:338:35)
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/redactions-main-timeline.spec.ts:303:17
|
Run Tests [Firefox] 3/4
Process completed with exit code 1.
|
[WebKit] › 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 @mergequeue:
playwright/pages/client.ts#L94
1) [WebKit] › 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 @mergequeue
Error: jsHandle.evaluate: M_DUPLICATE_ANNOTATION: MatrixError: [400] Can't send same reaction twice (http://localhost:34683/_matrix/client/v3/rooms/!beecvbCuwZerPFQHDP%3Alocalhost/send/m.reaction/m1735711582583.3)
at ../pages/client.ts:94
92 | ): Promise<ISendEventResponse> {
93 | const client = await this.prepareClient();
> 94 | return client.evaluate(
| ^
95 | async (client, { roomId, threadId, eventType, content }) => {
96 | return client.sendEvent(
97 | roomId,
at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:94:23)
|
[WebKit] › 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 @mergequeue:
playwright/pages/client.ts#L94
1) [WebKit] › 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 @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: M_DUPLICATE_ANNOTATION: MatrixError: [400] Can't send same reaction twice (http://localhost:36853/_matrix/client/v3/rooms/!foZcTmnYBeYgAphyES%3Alocalhost/send/m.reaction/m1735711593499.3)
at ../pages/client.ts:94
92 | ): Promise<ISendEventResponse> {
93 | const client = await this.prepareClient();
> 94 | return client.evaluate(
| ^
95 | async (client, { roomId, threadId, eventType, content }) => {
96 | return client.sendEvent(
97 | roomId,
at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:94:23)
|
[WebKit] › 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 @mergequeue:
playwright/pages/client.ts#L94
1) [WebKit] › 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 @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: M_DUPLICATE_ANNOTATION: MatrixError: [400] Can't send same reaction twice (http://localhost:41253/_matrix/client/v3/rooms/!QYBVKMfQaImRohUDjG%3Alocalhost/send/m.reaction/m1735711604553.3)
at ../pages/client.ts:94
92 | ): Promise<ISendEventResponse> {
93 | const client = await this.prepareClient();
> 94 | return client.evaluate(
| ^
95 | async (client, { roomId, threadId, eventType, content }) => {
96 | return client.sendEvent(
97 | roomId,
at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:94:23)
|
[WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
2) [WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue
Test timeout of 30000ms exceeded.
|
[WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L310
2) [WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
308 |
309 | // the following code tests the fully read marker somewhere in the middle of the room
> 310 | const readMarkersRequestPromise = page.waitForRequest(
| ^
311 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
312 | );
313 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:310:48
|
[WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L314
2) [WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Jump to first unread message.' })
312 | );
313 |
> 314 | await page.getByRole("button", { name: "Jump to first unread message." }).click();
| ^
315 |
316 | const readMarkersRequest = await readMarkersRequestPromise;
317 | // since this is not pixel perfect,
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:314:83
|
[WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
2) [WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L310
2) [WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
308 |
309 | // the following code tests the fully read marker somewhere in the middle of the room
> 310 | const readMarkersRequestPromise = page.waitForRequest(
| ^
311 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
312 | );
313 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:310:48
|
[WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L314
2) [WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Jump to first unread message.' })
312 | );
313 |
> 314 | await page.getByRole("button", { name: "Jump to first unread message." }).click();
| ^
315 |
316 | const readMarkersRequest = await readMarkersRequestPromise;
317 | // since this is not pixel perfect,
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:314:83
|
[WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
2) [WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue:
playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue
Test timeout of 30000ms exceeded.
|
[Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue:
playwright/e2e/read-receipts/index.ts#L421
1) [Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue
Error: locator.evaluateAll: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:421
419 | */
420 | async pageUp() {
> 421 | await this.page.locator(".mx_RoomView_messagePanel").evaluateAll((messagePanels) => {
| ^
422 | messagePanels.forEach((messagePanel) => (messagePanel.scrollTop -= 1000));
423 | });
424 | }
at Helpers.pageUp (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:421:62)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:105:24
|
[Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue:
playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue:
playwright/e2e/read-receipts/index.ts#L571
1) [Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.reload: Test timeout of 30000ms exceeded.
Call log:
- waiting for navigation until "load"
- navigated to "http://localhost:8080/#/room/!pCGHfrcOgtxSNyJAbN:localhost"
at read-receipts/index.ts:571
569 | return (cli.store as IndexedDBStore).reallySave();
570 | });
> 571 | await this.page.reload();
| ^
572 | // Wait for the app to reload
573 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
574 | }
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:571:25)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:96:13
|
[Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue:
playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue:
playwright/e2e/read-receipts/index.ts#L421
1) [Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluateAll: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:421
419 | */
420 | async pageUp() {
> 421 | await this.page.locator(".mx_RoomView_messagePanel").evaluateAll((messagePanels) => {
| ^
422 | messagePanels.forEach((messagePanel) => (messagePanel.scrollTop -= 1000));
423 | });
424 | }
at Helpers.pageUp (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:421:62)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:101:24
|
[Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue:
playwright/e2e/read-receipts/high-level.spec.ts#L1
2) [Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue
Test timeout of 30000ms exceeded.
|
[Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue:
playwright/e2e/read-receipts/index.ts#L524
2) [Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue
Error: locator.evaluate: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_ThreadPanel')
at read-receipts/index.ts:524
522 | }
523 | await expect(threadPanel).toBeVisible();
> 524 | await threadPanel.evaluate(($panel) => {
| ^
525 | const $button = $panel.querySelector<HTMLElement>('[data-testid="base-card-back-button"]');
526 | // If the Threads back button is present then click it - the
527 | // threads button can open either threads list or thread panel
at Helpers.openThreadList (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:524:27)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:251:13
|
[Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue:
playwright/e2e/read-receipts/high-level.spec.ts#L1
2) [Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue:
playwright/e2e/read-receipts/index.ts#L560
2) [Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('.mx_ThreadPanel li').filter({ hasText: 'Root1' }).locator('.mx_NotificationBadge')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_ThreadPanel li').filter({ hasText: 'Root1' }).locator('.mx_NotificationBadge')
at read-receipts/index.ts:560
558 | async assertUnreadThread(rootMessage: string) {
559 | const tile = await this.getThreadListTile(rootMessage);
> 560 | await expect(tile.locator(".mx_NotificationBadge")).toBeVisible();
| ^
561 | }
562 |
563 | /**
at Helpers.assertUnreadThread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:560:61)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:236:13
|
end-to-end-tests
Process completed with exit code 1.
|
Slow Test:
[Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.9m
|
Slow Test:
[Firefox] › timeline/timeline.spec.ts#L1
[Firefox] › timeline/timeline.spec.ts took 1.9m
|
Slow Test:
[Firefox] › spaces/spaces.spec.ts#L1
[Firefox] › spaces/spaces.spec.ts took 1.3m
|
Slow Test:
[Firefox] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Firefox] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 39.3s
|
Slow Test:
[Firefox] › user-onboarding/user-onboarding-new.spec.ts#L1
[Firefox] › user-onboarding/user-onboarding-new.spec.ts took 36.6s
|
Slow Test:
[Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 2.6m
|
Slow Test:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.2m
|
Slow Test:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.5m
|
Slow Test:
[Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 59.2s
|
Slow Test:
[Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 34.7s
|
Slow Test:
[Chrome] › read-receipts/redactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/redactions-in-threads.spec.ts took 2.5m
|
Slow Test:
[Chrome] › read-receipts/redactions-main-timeline.spec.ts#L1
[Chrome] › read-receipts/redactions-main-timeline.spec.ts took 1.9m
|
Slow Test:
[Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 1.1m
|
Slow Test:
[Chrome] › read-receipts/reactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/reactions-in-threads.spec.ts took 55.9s
|
Slow Test:
[Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 53.0s
|
Slow Test:
[WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 1.8m
|
Slow Test:
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.7m
|
Slow Test:
[WebKit] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 52.0s
|
Slow Test:
[WebKit] › user-onboarding/user-onboarding-new.spec.ts#L1
[WebKit] › user-onboarding/user-onboarding-new.spec.ts took 38.0s
|
Slow Test:
[WebKit] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[WebKit] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 37.7s
|
Slow Test:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 1.2m
|
Slow Test:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 1.2m
|
Slow Test:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 1.2m
|
Slow Test:
[Chrome] › login/login.spec.ts#L1
[Chrome] › login/login.spec.ts took 1.0m
|
Slow Test:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 58.8s
|
Slow Test:
[WebKit] › read-receipts/high-level.spec.ts#L1
[WebKit] › read-receipts/high-level.spec.ts took 3.6m
|
Slow Test:
[WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 3.1m
|
Slow Test:
[WebKit] › pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › pinned-messages/pinned-messages.spec.ts took 2.0m
|
Slow Test:
[WebKit] › read-receipts/new-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/new-messages-in-threads.spec.ts took 1.9m
|
Slow Test:
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts took 1.4m
|
Slow Test:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 2.3m
|
Slow Test:
[Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 1.7m
|
Slow Test:
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 1.1m
|
Slow Test:
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts took 52.1s
|
Slow Test:
[WebKit] › composer/RTE.spec.ts#L1
[WebKit] › composer/RTE.spec.ts took 2.1m
|
Slow Test:
[WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.5m
|
Slow Test:
[WebKit] › crypto/crypto.spec.ts#L1
[WebKit] › crypto/crypto.spec.ts took 1.3m
|
Slow Test:
[WebKit] › login/login.spec.ts#L1
[WebKit] › login/login.spec.ts took 1.3m
|
Slow Test:
[WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 52.9s
|
Slow Test:
[Firefox] › read-receipts/redactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/redactions-in-threads.spec.ts took 3.3m
|
Slow Test:
[Firefox] › read-receipts/read-receipts.spec.ts#L1
[Firefox] › read-receipts/read-receipts.spec.ts took 1.4m
|
Slow Test:
[Firefox] › read-receipts/redactions-thread-roots.spec.ts#L1
[Firefox] › read-receipts/redactions-thread-roots.spec.ts took 1.2m
|
Slow Test:
[Firefox] › read-receipts/new-messages-thread-roots.spec.ts#L1
[Firefox] › read-receipts/new-messages-thread-roots.spec.ts took 1.1m
|
Slow Test:
[Firefox] › settings/account-user-settings-tab.spec.ts#L1
[Firefox] › settings/account-user-settings-tab.spec.ts took 55.6s
|
Slow Test:
[WebKit] › read-receipts/redactions-in-threads.spec.ts#L1
[WebKit] › read-receipts/redactions-in-threads.spec.ts took 3.0m
|
Slow Test:
[WebKit] › read-receipts/redactions-main-timeline.spec.ts#L1
[WebKit] › read-receipts/redactions-main-timeline.spec.ts took 2.3m
|
Slow Test:
[WebKit] › right-panel/right-panel.spec.ts#L1
[WebKit] › right-panel/right-panel.spec.ts took 1.1m
|
Slow Test:
[WebKit] › read-receipts/redactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/redactions-thread-roots.spec.ts took 1.0m
|
Slow Test:
[WebKit] › read-receipts/new-messages-thread-roots.spec.ts#L1
[WebKit] › read-receipts/new-messages-thread-roots.spec.ts took 57.3s
|
Slow Test:
[Firefox] › crypto/event-shields.spec.ts#L1
[Firefox] › crypto/event-shields.spec.ts took 1.6m
|
Slow Test:
[Firefox] › composer/RTE.spec.ts#L1
[Firefox] › composer/RTE.spec.ts took 1.6m
|
Slow Test:
[Firefox] › crypto/crypto.spec.ts#L1
[Firefox] › crypto/crypto.spec.ts took 1.4m
|
Slow Test:
[Firefox] › login/login.spec.ts#L1
[Firefox] › login/login.spec.ts took 1.3m
|
Slow Test:
[Firefox] › crypto/device-verification.spec.ts#L1
[Firefox] › crypto/device-verification.spec.ts took 1.1m
|
Slow Test:
[Firefox] › messages/messages.spec.ts#L1
[Firefox] › messages/messages.spec.ts took 3.0m
|
Slow Test:
[Firefox] › pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › pinned-messages/pinned-messages.spec.ts took 2.2m
|
Slow Test:
[Firefox] › read-receipts/new-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/new-messages-in-threads.spec.ts took 2.1m
|
Slow Test:
[Firefox] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Firefox] › read-receipts/editing-messages-thread-roots.spec.ts took 1.1m
|
Slow Test:
[Firefox] › polls/polls.spec.ts#L1
[Firefox] › polls/polls.spec.ts took 44.5s
|
🎭 Playwright Run Summary
38 skipped
77 passed (13.0m)
|
🎭 Playwright Run Summary
12 skipped
103 passed (13.5m)
|
🎭 Playwright Run Summary
15 skipped
97 passed (14.0m)
|
🎭 Playwright Run Summary
1 failed
[WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ────
2 flaky
[WebKit] › spotlight/spotlight.spec.ts:92:9 › Spotlight › should be able to add and remove filters via keyboard
[WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms
29 skipped
83 passed (14.6m)
|
🎭 Playwright Run Summary
1 skipped
118 passed (16.4m)
|
🎭 Playwright Run Summary
33 skipped
89 passed (16.9m)
|
🎭 Playwright Run Summary
4 flaky
[Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts:72:17 › Read receipts › editing messages › in the main timeline › Editing a reply after reading it makes the room unread @mergequeue
[Chrome] › read-receipts/high-level.spec.ts:129:13 › Read receipts › Paging up › Paging up to find old threads that were previously read leaves the room read @mergequeue
[Chrome] › read-receipts/new-messages-in-threads.spec.ts:111:17 › Read receipts › new messages › in threads › Reading only one thread's message makes that thread read but not others @mergequeue
32 skipped
86 passed (17.8m)
|
🎭 Playwright Run Summary
1 flaky
[WebKit] › lazy-loading/lazy-loading.spec.ts:109:9 › Lazy Loading › should handle lazy loading properly even when offline
17 skipped
101 passed (18.0m)
|
🎭 Playwright Run Summary
2 failed
[Firefox] › 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 @mergequeue
[Firefox] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot
1 flaky
[Firefox] › read-receipts/redactions-main-timeline.spec.ts:295:17 › Read receipts › redactions › in the main timeline › Reading a reply to a redacted message marks the room as read @mergequeue
19 skipped
90 passed (19.2m)
|
🎭 Playwright Run Summary
2 failed
[WebKit] › 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 @mergequeue
[WebKit] › read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts @mergequeue
2 flaky
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
[WebKit] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
20 skipped
88 passed (18.7m)
|
🎭 Playwright Run Summary
11 skipped
108 passed (19.8m)
|
🎭 Playwright Run Summary
2 failed
[Firefox] › read-receipts/high-level.spec.ts:81:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue
[Firefox] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue
4 flaky
[Firefox] › read-receipts/editing-messages-in-threads.spec.ts:68:17 › Read receipts › editing messages › in threads › Marking a room as read after an edit in a thread makes it read @mergequeue
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts:32:17 › Read receipts › editing messages › in the main timeline › Reading an edit leaves the room read @mergequeue
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts:53:17 › Read receipts › editing messages › in the main timeline › Editing a message after marking as read leaves the room read @mergequeue
[Firefox] › 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 @mergequeue
33 skipped
83 passed (21.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Chrome-1
Expired
|
878 KB |
|
all-blob-reports-Chrome-2
Expired
|
18.5 MB |
|
all-blob-reports-Chrome-3
Expired
|
751 KB |
|
all-blob-reports-Chrome-4
Expired
|
1.09 MB |
|
all-blob-reports-Firefox-1
Expired
|
844 KB |
|
all-blob-reports-Firefox-2
Expired
|
65.7 MB |
|
all-blob-reports-Firefox-3
Expired
|
20.1 MB |
|
all-blob-reports-Firefox-4
Expired
|
1020 KB |
|
all-blob-reports-WebKit-1
Expired
|
6.11 MB |
|
all-blob-reports-WebKit-2
Expired
|
466 KB |
|
all-blob-reports-WebKit-3
Expired
|
20.2 MB |
|
all-blob-reports-WebKit-4
Expired
|
13.6 MB |
|
html-report
Expired
|
147 MB |
|
webapp
Expired
|
29.2 MB |
|