End to End Tests #3555
end-to-end-tests.yaml
on: schedule
Build Element-Web
1m 48s
Matrix: playwright
end-to-end-tests
1m 8s
Annotations
52 errors, 60 warnings, and 12 notices
[Firefox] › spaces/spaces.spec.ts:58:9 › Spaces › should allow user to create public space @screenshot @no-webkit:
playwright/e2e/spaces/spaces.spec.ts#L1
1) [Firefox] › spaces/spaces.spec.ts:58:9 › Spaces › should allow user to create public space @screenshot @no-webkit
Test timeout of 30000ms exceeded.
|
[Firefox] › spaces/spaces.spec.ts:58:9 › Spaces › should allow user to create public space @screenshot @no-webkit:
playwright/e2e/spaces/spaces.spec.ts#L65
1) [Firefox] › spaces/spaces.spec.ts:58:9 › Spaces › should allow user to create public space @screenshot @no-webkit
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_SpaceCreateMenu_wrapper .mx_ContextualMenu').getByRole('button', { name: /Public/ })
63 | await expect(contextMenu).toMatchScreenshot("space-create-menu.png");
64 |
> 65 | await contextMenu.getByRole("button", { name: /Public/ }).click();
| ^
66 |
67 | await contextMenu
68 | .locator('.mx_SpaceBasicSettings_avatarContainer input[type="file"]')
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:65:71
|
[Chrome] › 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
1) [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
|
[WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms:
playwright/e2e/spotlight/spotlight.spec.ts#L171
1) [WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms
Error: expect(received).toContain(expected) // indexOf
Expected substring: "!iecfTCkhqUghGUGPJy:localhost"
Received string: "http://localhost:8080/#/room/!fzDevLLVhduGkQmKWm: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
|
[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-in-threads.spec.ts:91:17 › Read receipts › editing messages › in threads › Editing a thread message after marking as read leaves the room read @mergequeue:
eval at evaluate (:234:30)#L1
2) [Chrome] › read-receipts/editing-messages-in-threads.spec.ts:91:17 › Read receipts › editing messages › in threads › Editing a thread message after marking as read leaves the room read @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-in-threads.spec.ts:99:17
|
[Chrome] › read-receipts/new-messages-in-threads.spec.ts:40:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read @mergequeue:
eval at evaluate (:234:30)#L1
3) [Chrome] › read-receipts/new-messages-in-threads.spec.ts:40:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read @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:48:17
|
[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/a739821fb353bdfb8422/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:35263/_matrix/client/v3/rooms/!oFIMJQhcGzuUhtQAUk%3Alocalhost/send/m.reaction/m1735020369407.3)
HTTPError@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31643:5
MatrixError@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31702:5
parseErrorResponse@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31970:12
requestOtherUrl@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32350:13
async*request@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32267:17
authedRequest@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32191:35
sendEventHttpRequest@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7260:24
./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:4056:32
./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50533:21
promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50532:25
./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50650:12
startProcessingQueues@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50645:8
queueEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50637:10
encryptAndSendEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7119:34
async*sendCompleteEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7073:19
sendEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/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/a739821fb353bdfb8422/init.js:31643:5
at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:31702:5
at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:31970:12
at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32350:13
at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32267:17
at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32191:35
at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:7260:24
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:4056:32
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/a739821fb353bdfb8422/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/a739821fb353bdfb8422/init.js:50532:25
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:50650:12
at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:50645:8
at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:50637:10
at /home/runner/work/element-web/element-web/encryptAndSendEvent@http:/localhost:8080/bundles/a739821fb353
|
[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/a739821fb353bdfb8422/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:36955/_matrix/client/v3/rooms/!KqvsyQMSNffkcClYUU%3Alocalhost/send/m.reaction/m1735020384436.3)
HTTPError@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31643:5
MatrixError@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31702:5
parseErrorResponse@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31970:12
requestOtherUrl@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32350:13
async*request@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32267:17
authedRequest@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32191:35
sendEventHttpRequest@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7260:24
./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:4056:32
./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50533:21
promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50532:25
./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50650:12
startProcessingQueues@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50645:8
queueEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50637:10
encryptAndSendEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7119:34
async*sendCompleteEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7073:19
sendEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/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/a739821fb353bdfb8422/init.js:31643:5
at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:31702:5
at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:31970:12
at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32350:13
at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32267:17
at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32191:35
at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:7260:24
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:4056:32
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/a739821fb353bdfb8422/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/a739821fb353bdfb8422/init.js:50532:25
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:50650:12
at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:50645:8
at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/a739821fb353bdfb8422/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/a739821fb353bdfb8422/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:43937/_matrix/client/v3/rooms/!JjwkskYkUHSesrtAHp%3Alocalhost/send/m.reaction/m1735020398510.3)
HTTPError@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31643:5
MatrixError@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31702:5
parseErrorResponse@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:31970:12
requestOtherUrl@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32350:13
async*request@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32267:17
authedRequest@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:32191:35
sendEventHttpRequest@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7260:24
./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:4056:32
./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50533:21
promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50532:25
./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50650:12
startProcessingQueues@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50645:8
queueEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:50637:10
encryptAndSendEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7119:34
async*sendCompleteEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/init.js:7073:19
sendEvent@http://localhost:8080/bundles/a739821fb353bdfb8422/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/a739821fb353bdfb8422/init.js:31643:5
at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:31702:5
at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:31970:12
at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32350:13
at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32267:17
at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:32191:35
at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:7260:24
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:4056:32
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/a739821fb353bdfb8422/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/a739821fb353bdfb8422/init.js:50532:25
at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:50650:12
at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:50645:8
at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/a739821fb353bdfb8422/init.js:50637:10
at /
|
[Firefox] › read-receipts/new-messages-thread-roots.spec.ts:35:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue:
@debugger eval code line 234 > eval#L1
2) [Firefox] › read-receipts/new-messages-thread-roots.spec.ts:35:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @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/new-messages-thread-roots.spec.ts:43:17
|
[Firefox] › read-receipts/redactions-in-threads.spec.ts:182:17 › Read receipts › redactions › in threads › Sending and redacting a message after marking the thread as read leaves it read @mergequeue:
@debugger eval code line 234 > eval#L1
3) [Firefox] › read-receipts/redactions-in-threads.spec.ts:182:17 › Read receipts › redactions › in threads › Sending and redacting a message after marking the thread as read leaves it 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-in-threads.spec.ts:190:17
|
[Firefox] › read-receipts/redactions-main-timeline.spec.ts:201:17 › Read receipts › redactions › in the main timeline › Redacting all unread messages makes the room read after restart @mergequeue:
@debugger eval code line 234 > eval#L1
4) [Firefox] › read-receipts/redactions-main-timeline.spec.ts:201:17 › Read receipts › redactions › in the main timeline › Redacting all unread messages makes the room read after restart @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:209: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:34303/_matrix/client/v3/rooms/!DqRuIXHyUyfbnYUUpi%3Alocalhost/send/m.reaction/m1735020457505.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:43353/_matrix/client/v3/rooms/!QszhecjzhFkeZdByhg%3Alocalhost/send/m.reaction/m1735020468359.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:40551/_matrix/client/v3/rooms/!cVbFSqVKCKvNaUYSzu%3Alocalhost/send/m.reaction/m1735020479504.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.
|
[WebKit] › 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
1) [WebKit] › 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.
|
[WebKit] › 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
1) [WebKit] › 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.
|
[WebKit] › 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#L573
1) [WebKit] › 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_RoomView')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView')
at read-receipts/index.ts:573
571 | await this.page.reload();
572 | // Wait for the app to reload
> 573 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
574 | }
575 |
576 | /**
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:573:57)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:243:13
|
[WebKit] › 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
1) [WebKit] › 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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[WebKit] › 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#L516
1) [WebKit] › 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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:516
514 | // If we've just entered the room, the threads panel takes a while to decide
515 | // whether it's open or not - wait here to give it a chance to settle.
> 516 | await this.page.waitForTimeout(200);
| ^
517 |
518 | const threadPanel = this.page.locator(".mx_ThreadPanel");
519 | const isThreadPanelOpen = (await threadPanel.count()) !== 0;
at Helpers.openThreadList (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:516:25)
at Helpers.getThreadListTile (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:541:20)
at Helpers.assertUnreadThread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:559:33)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:257:24
|
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts:92:17 › Read receipts › editing messages › in the main timeline › Editing a reply after marking as read makes the room unread @mergequeue:
playwright/e2e/read-receipts/index.ts#L338
2) [WebKit] › read-receipts/editing-messages-main-timeline.spec.ts:92:17 › Read receipts › editing messages › in the main timeline › Editing a reply after marking as read makes the room unread @mergequeue
Error: jsHandle.evaluate: TypeError: undefined is not an object (evaluating 'room.roomId')
at read-receipts/index.ts:338
336 | async sendMessageAsClient(cli: Client, roomName: string | { name: string }, messages: Message[]) {
337 | const room = await this.findRoomByName(typeof roomName === "string" ? roomName : roomName.name);
> 338 | const roomId = await room.evaluate((room) => room.roomId);
| ^
339 |
340 | for (const message of messages) {
341 | if (typeof message === "string") {
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:100:17
|
[WebKit] › 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#L338
3) [WebKit] › 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.evaluate: TypeError: undefined is not an object (evaluating 'room.roomId')
at read-receipts/index.ts:338
336 | async sendMessageAsClient(cli: Client, roomName: string | { name: string }, messages: Message[]) {
337 | const room = await this.findRoomByName(typeof roomName === "string" ? roomName : roomName.name);
> 338 | const roomId = await room.evaluate((room) => room.roomId);
| ^
339 |
340 | for (const message of messages) {
341 | if (typeof message === "string") {
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/high-level.spec.ts:139:13
|
[WebKit] › 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/pages/bot.ts#L193
3) [WebKit] › 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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: RuntimeError: Out of bounds memory access (evaluating 'wasm.tracing_new(retptr, min_level)')
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 Object.bot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:265:9)
|
Run Tests [WebKit] 2/4
Process completed with exit code 1.
|
[WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload:
playwright/e2e/app-loading/stored-credentials.spec.ts#L1
1) [WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ──
Test timeout of 30000ms exceeded.
|
[WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload:
playwright/e2e/app-loading/stored-credentials.spec.ts#L35
1) [WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ──
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "about:blank", waiting until "load"
33 |
34 | // Navigate away
> 35 | await page.goto("about:blank");
| ^
36 |
37 | // And back again
38 | await page.goto("/");
at /home/runner/work/element-web/element-web/playwright/e2e/app-loading/stored-credentials.spec.ts:35:16
|
[WebKit] › composer/RTE.spec.ts:38:21 › Composer › Rich text editor › Commands › Plain text mode › autocomplete behaviour tests:
playwright/e2e/composer/RTE.spec.ts#L84
2) [WebKit] › composer/RTE.spec.ts:38:21 › Composer › Rich text editor › Commands › Plain text mode › autocomplete behaviour tests
Error: expect.toBeVisible: Error: strict mode violation: getByText('this is the spoiler text') resolved to 2 elements:
1) <span>this is the spoiler text</span> aka getByRole('button', { name: 'this is the spoiler text' })
2) <div dir="auto" role="textbox" aria-multiline="true" aria-disabled="false" contenteditable="true" aria-haspopup="listbox" aria-autocomplete="list" class="mx_WysiwygComposer_Editor_content">/spoiler this is the spoiler text </div> aka getByText('/spoiler this is the spoiler')
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('this is the spoiler text')
82 | // Check that a spoiler item has appeared in the timeline and locator the spoiler command text
83 | await expect(page.locator("button.mx_EventTile_spoiler")).toBeVisible();
> 84 | await expect(page.getByText("this is the spoiler text")).toBeVisible();
| ^
85 | });
86 | });
87 | });
at /home/runner/work/element-web/element-web/playwright/e2e/composer/RTE.spec.ts:84:78
|
[WebKit] › crypto/crypto.spec.ts:231:9 › Cryptography › should allow verification when there is no existing DM:
playwright/e2e/crypto/crypto.spec.ts#L1
3) [WebKit] › crypto/crypto.spec.ts:231:9 › Cryptography › should allow verification when there is no existing DM
Test timeout of 30000ms exceeded.
|
[WebKit] › crypto/crypto.spec.ts:231:9 › Cryptography › should allow verification when there is no existing DM:
playwright/pages/client.ts#L78
3) [WebKit] › crypto/crypto.spec.ts:231:9 › Cryptography › should allow verification when there is no existing DM
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
at ../pages/client.ts:78
76 | public async evaluateHandle<T>(fn: (client: MatrixClient) => T, arg?: any): Promise<JSHandle<T>> {
77 | await this.prepareClient();
> 78 | return this.client.evaluateHandle(fn, arg);
| ^
79 | }
80 |
81 | /**
at Bot.evaluateHandle (/home/runner/work/element-web/element-web/playwright/pages/client.ts:78:28)
|
[WebKit] › crypto/crypto.spec.ts:231:9 › Cryptography › should allow verification when there is no existing DM:
playwright/e2e/crypto/utils.ts#L351
3) [WebKit] › crypto/crypto.spec.ts:231:9 › Cryptography › should allow verification when there is no existing DM
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RightPanel').getByRole('button', { name: 'Verify by emoji' })
at crypto/utils.ts:351
349 |
350 | // this requires creating a DM, so can take a while. Give it a longer timeout.
> 351 | await roomInfo.getByRole("button", { name: "Verify by emoji" }).click({ timeout: 30000 });
| ^
352 |
353 | const request = await bobsVerificationRequestPromise;
354 | // the bot user races with the Element user to hit the "verify by emoji" button
at verify (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:351:69)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:242:9
|
[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
4) [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/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:101: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/!sIQBvjwUAeuIzLGSKi: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#L573
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: expect(locator).toBeVisible()
Locator: locator('.mx_RoomView')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView')
at read-receipts/index.ts:573
571 | await this.page.reload();
572 | // Wait for the app to reload
> 573 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
574 | }
575 |
576 | /**
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:573:57)
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: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#L573
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: expect(locator).toBeVisible()
Locator: locator('.mx_RoomView')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView')
at read-receipts/index.ts:573
571 | await this.page.reload();
572 | // Wait for the app to reload
> 573 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
574 | }
575 |
576 | /**
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:573:57)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:243: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:
[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 58.9s
|
Slow Test:
[Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 34.6s
|
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] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Firefox] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 39.4s
|
Slow Test:
[Firefox] › user-onboarding/user-onboarding-new.spec.ts#L1
[Firefox] › user-onboarding/user-onboarding-new.spec.ts took 36.6s
|
Slow Test:
[Firefox] › settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts#L1
[Firefox] › settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts took 34.6s
|
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 56.8s
|
Slow Test:
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts took 53.6s
|
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 51.3s
|
Slow Test:
[WebKit] › user-onboarding/user-onboarding-new.spec.ts#L1
[WebKit] › user-onboarding/user-onboarding-new.spec.ts took 37.5s
|
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.1s
|
Slow Test:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 1.2m
|
Slow Test:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.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 59.7s
|
Slow Test:
[Chrome] › read-receipts/high-level.spec.ts#L1
[Chrome] › read-receipts/high-level.spec.ts took 3.2m
|
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-main-timeline.spec.ts#L1
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Firefox] › read-receipts/read-receipts.spec.ts#L1
[Firefox] › read-receipts/read-receipts.spec.ts took 1.4m
|
Slow Test:
[Firefox] › right-panel/right-panel.spec.ts#L1
[Firefox] › right-panel/right-panel.spec.ts took 1.2m
|
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] › settings/account-user-settings-tab.spec.ts#L1
[Firefox] › settings/account-user-settings-tab.spec.ts took 55.9s
|
Slow Test:
[Firefox] › read-receipts/reactions-main-timeline.spec.ts#L1
[Firefox] › read-receipts/reactions-main-timeline.spec.ts took 47.3s
|
Slow Test:
[Firefox] › composer/RTE.spec.ts#L1
[Firefox] › composer/RTE.spec.ts took 1.6m
|
Slow Test:
[Firefox] › crypto/event-shields.spec.ts#L1
[Firefox] › crypto/event-shields.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:
[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/new-messages-thread-roots.spec.ts#L1
[WebKit] › read-receipts/new-messages-thread-roots.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] › 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 2.0m
|
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:
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 1.3m
|
Slow Test:
[WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.5m
|
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.7s
|
Slow Test:
[WebKit] › knock/knock-into-room.spec.ts#L1
[WebKit] › knock/knock-into-room.spec.ts took 44.2s
|
Slow Test:
[WebKit] › integration-manager/kick.spec.ts#L1
[WebKit] › integration-manager/kick.spec.ts took 44.1s
|
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.3m
|
Slow Test:
[Firefox] › read-receipts/new-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/new-messages-in-threads.spec.ts took 2.2m
|
Slow Test:
[Firefox] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/new-messages-main-timeline.spec.ts took 1.6m
|
Slow Test:
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts took 1.5m
|
🎭 Playwright Run Summary
12 skipped
103 passed (13.4m)
|
🎭 Playwright Run Summary
1 flaky
[Firefox] › spaces/spaces.spec.ts:58:9 › Spaces › should allow user to create public space @screenshot @no-webkit
38 skipped
76 passed (13.7m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot
15 skipped
96 passed (14.3m)
|
🎭 Playwright Run Summary
1 flaky
[WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms
29 skipped
85 passed (13.6m)
|
🎭 Playwright Run Summary
1 skipped
118 passed (16.1m)
|
🎭 Playwright Run Summary
3 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-in-threads.spec.ts:91:17 › Read receipts › editing messages › in threads › Editing a thread message after marking as read leaves the room read @mergequeue
[Chrome] › read-receipts/new-messages-in-threads.spec.ts:40:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read @mergequeue
32 skipped
87 passed (16.2m)
|
🎭 Playwright Run Summary
1 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
3 flaky
[Firefox] › read-receipts/new-messages-thread-roots.spec.ts:35:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue
[Firefox] › read-receipts/redactions-in-threads.spec.ts:182:17 › Read receipts › redactions › in threads › Sending and redacting a message after marking the thread as read leaves it read @mergequeue
[Firefox] › read-receipts/redactions-main-timeline.spec.ts:201:17 › Read receipts › redactions › in the main timeline › Redacting all unread messages makes the room read after restart @mergequeue
19 skipped
89 passed (19.0m)
|
🎭 Playwright Run Summary
11 skipped
108 passed (19.6m)
|
🎭 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
1 flaky
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
20 skipped
89 passed (18.1m)
|
🎭 Playwright Run Summary
1 failed
[WebKit] › 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
2 flaky
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts:92:17 › Read receipts › editing messages › in the main timeline › Editing a reply after marking as read makes the room unread @mergequeue
[WebKit] › 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
33 skipped
86 passed (18.7m)
|
🎭 Playwright Run Summary
4 flaky
[WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ───
[WebKit] › composer/RTE.spec.ts:38:21 › Composer › Rich text editor › Commands › Plain text mode › autocomplete behaviour tests
[WebKit] › crypto/crypto.spec.ts:231:9 › Cryptography › should allow verification when there is no existing DM
[WebKit] › lazy-loading/lazy-loading.spec.ts:109:9 › Lazy Loading › should handle lazy loading properly even when offline
17 skipped
98 passed (19.2m)
|
🎭 Playwright Run Summary
3 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
[Firefox] › read-receipts/high-level.spec.ts:300:13 › Read receipts › Paging up › After marking room as read based on a thread message, opening threads view to find old threads that were never read leaves the room read @mergequeue
1 flaky
[Firefox] › read-receipts/high-level.spec.ts:111:13 › Read receipts › Paging up › Paging up through old messages of an unread room leaves the room unread @mergequeue
33 skipped
85 passed (22.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Chrome-1
Expired
|
879 KB |
|
all-blob-reports-Chrome-2
Expired
|
12.6 MB |
|
all-blob-reports-Chrome-3
Expired
|
5.77 MB |
|
all-blob-reports-Chrome-4
Expired
|
1.09 MB |
|
all-blob-reports-Firefox-1
Expired
|
843 KB |
|
all-blob-reports-Firefox-2
Expired
|
79.3 MB |
|
all-blob-reports-Firefox-3
Expired
|
29.1 MB |
|
all-blob-reports-Firefox-4
Expired
|
5.51 MB |
|
all-blob-reports-WebKit-1
Expired
|
21.6 MB |
|
all-blob-reports-WebKit-2
Expired
|
20.7 MB |
|
all-blob-reports-WebKit-3
Expired
|
15.9 MB |
|
all-blob-reports-WebKit-4
Expired
|
4.9 MB |
|
html-report
Expired
|
196 MB |
|
webapp
Expired
|
29.2 MB |
|