End to End Tests #3560
end-to-end-tests.yaml
on: schedule
Build Element-Web
1m 42s
Matrix: playwright
end-to-end-tests
1m 2s
Annotations
47 errors, 60 warnings, and 12 notices
[Firefox] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit:
playwright/e2e/settings/general-room-settings-tab.spec.ts#L47
1) [Firefox] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('#canonicalAlias')
Expected string: "#abcasdhjasjhdaj1jh1asdhasjdhajsdhjavhjksdabcasdhjasjhdaj1jh1asdhasjdhajsdhjavhjksdabcasdhjasjhdaj1jh1asdhasjdhajsdhjavhjksdabcasdhjasjhdaj1jh1asdhasjdhajsdhjavhjksd:localhost"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('#canonicalAlias')
9 × locator resolved to <select type="text" id="canonicalAlias" label="Main address" placeholder="Main address">…</select>
- unexpected value ""
45 |
46 | // 2. wait for the new setting to apply ...
> 47 | await expect(settings.locator("#canonicalAlias")).toHaveValue(`#${longString}:localhost`);
| ^
48 |
49 | // 3. Check if the dialog overflows
50 | const dialogBoundingBox = await page.locator(".mx_Dialog").boundingBox();
at /home/runner/work/element-web/element-web/playwright/e2e/settings/general-room-settings-tab.spec.ts:47:59
|
[Chrome] › read-receipts/redactions-in-threads.spec.ts:410:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart @mergequeue:
playwright/e2e/read-receipts/index.ts#L446
1) [Chrome] › read-receipts/redactions-in-threads.spec.ts:410:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart @mergequeue
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot')
9 × locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
at read-receipts/index.ts:446
444 | async assertRead(room: string | { name: string }) {
445 | const tile = this.getRoomListTile(room);
> 446 | await expect(tile.locator(".mx_NotificationBadge_dot")).not.toBeVisible();
| ^
447 | await expect(tile.locator(".mx_NotificationBadge_count")).not.toBeVisible();
448 | }
449 |
at Helpers.assertRead (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:446:69)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:440:28
|
[Chrome] › read-receipts/redactions-main-timeline.spec.ts:16:17 › Read receipts › redactions › in the main timeline › Redacting the message pointed to by my receipt leaves the room read @mergequeue:
eval at evaluate (:234:30)#L1
2) [Chrome] › read-receipts/redactions-main-timeline.spec.ts:16:17 › Read receipts › redactions › in the main timeline › Redacting the message pointed to by my receipt 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/redactions-main-timeline.spec.ts:24:17
|
[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
3) [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
|
[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
3) [Chrome] › 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
|
[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
|
[WebKit] › settings/roles-permissions-room-settings-tab.spec.ts:28:9 › Roles & Permissions room settings tab › should be able to change the role of a user:
playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts#L46
1) [WebKit] › settings/roles-permissions-room-settings-tab.spec.ts:28:9 › Roles & Permissions room settings tab › should be able to change the role of a user
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('.mx_SettingsFieldset').first().getByRole('combobox', { name: '@user:localhost' })
Expected string: "50"
Received string: "100"
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('.mx_SettingsFieldset').first().getByRole('combobox', { name: '@user:localhost' })
9 × locator resolved to <select type="text" id="mx_Field_5" label="@user:localhost" placeholder="@user:localhost" data-testid="power-level-select-element">…</select>
- unexpected value "100"
44 | settings = await app.settings.openRoomSettings("Roles & Permissions");
45 | combobox = privilegedUserSection.getByRole("combobox", { name: user.userId });
> 46 | await expect(combobox).toHaveValue("50");
| ^
47 | });
48 | });
49 |
at /home/runner/work/element-web/element-web/playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts:46:32
|
[WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms:
playwright/e2e/spotlight/spotlight.spec.ts#L156
2) [WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ───
Error: expect(received).toContain(expected) // indexOf
Expected substring: "!ORViZGRobgHvBkcgRN:localhost"
Received string: "http://localhost:8080/#/room/!ceFMeASmsGulJLFncd: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: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: "!xHKDUbTHvHSvPgzrCb:localhost"
Received string: "http://localhost:8080/#/room/!fXzpzrYjmxeAZXOahH: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
|
[WebKit] › spotlight/spotlight.spec.ts:339:9 › Spotlight › should close spotlight after starting a DM:
playwright/e2e/spotlight/spotlight.spec.ts#L38
4) [WebKit] › spotlight/spotlight.spec.ts:339:9 › Spotlight › should close spotlight after starting a DM
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: getByRole('group', { name: 'People' }).getByText('BotBob')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for getByRole('group', { name: 'People' }).getByText('BotBob')
36 | // The DM room is created at this point, this can take a little bit of time
37 | await expect(page.locator(".mx_EventTile_body").getByText("Hey!")).toBeAttached({ timeout: 3000 });
> 38 | await expect(page.getByRole("group", { name: "People" }).getByText(name)).toBeAttached();
| ^
39 | }
40 |
41 | test.describe("Spotlight", () => {
at startDM (/home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:38:79)
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:340:9
|
[Chrome] › audio-player/audio-player.spec.ts:243:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L256
1) [Chrome] › audio-player/audio-player.spec.ts:243:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
Error: locator.scrollIntoViewIfNeeded: Element is not attached to the DOM
Call log:
- attempting scroll into view action
- waiting for element to be stable
254 | // Find and click "Reply" button
255 | const clickButtonReply = async () => {
> 256 | await tile.scrollIntoViewIfNeeded();
| ^
257 | await tile.hover();
258 | await tile.getByRole("button", { name: "Reply", exact: true }).click();
259 | };
at clickButtonReply (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:256:28)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:274:19
|
[WebKit] › 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:
playwright/e2e/read-receipts/index.ts#L338
1) [WebKit] › 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: 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-in-threads.spec.ts:99:17
|
[WebKit] › 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#L338
2) [WebKit] › 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: 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:89:13
|
[WebKit] › 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
2) [WebKit] › 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.
|
[WebKit] › 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#L406
2) [WebKit] › 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: expect(locator).toBeVisible()
Locator: locator('.mx_EventTile_body').getByText('Msg0010')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_EventTile_body').getByText('Msg0010')
at read-receipts/index.ts:406
404 | */
405 | async assertMessageLoaded(messagePart: string) {
> 406 | await expect(this.page.locator(".mx_EventTile_body").getByText(messagePart)).toBeVisible();
| ^
407 | }
408 |
409 | /**
at Helpers.assertMessageLoaded (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:406:86)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:106:24
|
[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:35399/_matrix/client/v3/rooms/!UmnSYBWtGmgovkDjuy%3Alocalhost/send/m.reaction/m1735106780885.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:45319/_matrix/client/v3/rooms/!CiqbtvuVeCNqknHVnz%3Alocalhost/send/m.reaction/m1735106795988.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:41357/_matrix/client/v3/rooms/!zTxjqrlVlQmSrzYJAo%3Alocalhost/send/m.reaction/m1735106809849.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/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-main-timeline.spec.ts:247:17 › Read receipts › redactions › in the main timeline › Editing a redacted message leaves the room read @mergequeue:
@debugger eval code line 234 > eval#L1
3) [Firefox] › read-receipts/redactions-main-timeline.spec.ts:247:17 › Read receipts › redactions › in the main timeline › Editing a redacted message leaves the room 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:255:17
|
Run Tests [Firefox] 3/4
Process completed with exit code 1.
|
[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
1) [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] › integration-manager/kick.spec.ts:158:9 › Integration Manager: Kick › should kick the target:
playwright/e2e/integration-manager/kick.spec.ts#L128
2) [WebKit] › integration-manager/kick.spec.ts:158:9 › Integration Manager: Kick › should kick the target
Test timeout of 30000ms exceeded while running "beforeEach" hook.
126 | });
127 |
> 128 | test.beforeEach(async ({ page, user, app, room }) => {
| ^
129 | await app.client.setAccountData("m.widgets", {
130 | "m.integration_manager": {
131 | content: {
at /home/runner/work/element-web/element-web/playwright/e2e/integration-manager/kick.spec.ts:128:10
|
[WebKit] › integration-manager/kick.spec.ts:158:9 › Integration Manager: Kick › should kick the target:
playwright/element-web-test.ts#L232
2) [WebKit] › integration-manager/kick.spec.ts:158:9 › Integration Manager: Kick › should kick the target
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:232
230 | user: async ({ pageWithCredentials: page, credentials }, use) => {
231 | await page.goto("/");
> 232 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
233 | await use(credentials);
234 | },
235 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:232:20)
|
[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
3) [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
|
[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:42207/_matrix/client/v3/rooms/!fytoDTbnZCOlcrCWAe%3Alocalhost/send/m.reaction/m1735106786134.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:44205/_matrix/client/v3/rooms/!BzdnGqZtyJPXCuPqEK%3Alocalhost/send/m.reaction/m1735106796938.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:46437/_matrix/client/v3/rooms/!nhLAnVvnxEUSBQXiCe%3Alocalhost/send/m.reaction/m1735106807756.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/high-level.spec.ts#L104
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: page.waitForTimeout: Test timeout of 30000ms exceeded.
102 | await page.waitForTimeout(200);
103 | await util.pageUp();
> 104 | await page.waitForTimeout(200);
| ^
105 | await util.pageUp();
106 | await util.assertMessageLoaded("Msg0010");
107 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:104: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/!qkJGvZhSlMqruEiBcr: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 59.2s
|
Slow Test:
[Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 34.0s
|
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.4s
|
Slow Test:
[Firefox] › user-onboarding/user-onboarding-new.spec.ts#L1
[Firefox] › user-onboarding/user-onboarding-new.spec.ts took 36.5s
|
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.6s
|
Slow Test:
[Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 52.5s
|
Slow Test:
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts took 52.2s
|
Slow Test:
[Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 42.3s
|
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-in-threads.spec.ts#L1
[Chrome] › read-receipts/new-messages-in-threads.spec.ts took 1.6m
|
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:
[WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 2.0m
|
Slow Test:
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.8m
|
Slow Test:
[WebKit] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 57.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 40.5s
|
Slow Test:
[WebKit] › user-onboarding/user-onboarding-new.spec.ts#L1
[WebKit] › user-onboarding/user-onboarding-new.spec.ts took 38.8s
|
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] › 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 1.0m
|
Slow Test:
[Chrome] › crypto/backups.spec.ts#L1
[Chrome] › crypto/backups.spec.ts took 44.8s
|
Slow Test:
[WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 3.0m
|
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:
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts took 1.3m
|
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] › 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.8s
|
Slow Test:
[WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.4m
|
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.8s
|
Slow Test:
[WebKit] › knock/knock-into-room.spec.ts#L1
[WebKit] › knock/knock-into-room.spec.ts took 44.0s
|
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 2.9m
|
Slow Test:
[WebKit] › read-receipts/redactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/redactions-thread-roots.spec.ts took 1.1m
|
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 56.9s
|
Slow Test:
[WebKit] › settings/account-user-settings-tab.spec.ts#L1
[WebKit] › settings/account-user-settings-tab.spec.ts took 53.7s
|
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-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
|
Slow Test:
[Firefox] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/editing-messages-in-threads.spec.ts took 1.4m
|
🎭 Playwright Run Summary
12 skipped
103 passed (13.5m)
|
🎭 Playwright Run Summary
1 flaky
[Firefox] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit
38 skipped
76 passed (13.4m)
|
🎭 Playwright Run Summary
3 flaky
[Chrome] › read-receipts/redactions-in-threads.spec.ts:410:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart @mergequeue
[Chrome] › read-receipts/redactions-main-timeline.spec.ts:16:17 › Read receipts › redactions › in the main timeline › Redacting the message pointed to by my receipt leaves the room read @mergequeue
[Chrome] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot
15 skipped
94 passed (14.9m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › oidc/oidc-native.spec.ts:17:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
32 skipped
89 passed (15.8m)
|
🎭 Playwright Run Summary
4 flaky
[WebKit] › settings/roles-permissions-room-settings-tab.spec.ts:28:9 › Roles & Permissions room settings tab › should be able to change the role of a user
[WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ────
[WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms
[WebKit] › spotlight/spotlight.spec.ts:339:9 › Spotlight › should close spotlight after starting a DM
29 skipped
82 passed (15.7m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › audio-player/audio-player.spec.ts:243:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
1 skipped
117 passed (16.6m)
|
🎭 Playwright Run Summary
2 flaky
[WebKit] › 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
[WebKit] › 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
33 skipped
87 passed (17.7m)
|
🎭 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
2 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-main-timeline.spec.ts:247:17 › Read receipts › redactions › in the main timeline › Editing a redacted message leaves the room read @mergequeue
19 skipped
90 passed (18.8m)
|
🎭 Playwright Run Summary
3 flaky
[WebKit] › composer/RTE.spec.ts:38:21 › Composer › Rich text editor › Commands › Plain text mode › autocomplete behaviour tests
[WebKit] › integration-manager/kick.spec.ts:158:9 › Integration Manager: Kick › should kick the target
[WebKit] › lazy-loading/lazy-loading.spec.ts:109:9 › Lazy Loading › should handle lazy loading properly even when offline
17 skipped
99 passed (18.7m)
|
🎭 Playwright Run Summary
11 skipped
108 passed (19.9m)
|
🎭 Playwright Run Summary
3 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
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
2 flaky
[WebKit] › read-receipts/redactions-main-timeline.spec.ts:162:17 › Read receipts › redactions › in the main timeline › Redacting one of the unread messages reduces the unread count after restart @mergequeue
[WebKit] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
20 skipped
87 passed (19.6m)
|
🎭 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
3 flaky
[Firefox] › read-receipts/high-level.spec.ts:260:13 › Read receipts › Paging up › After marking room as read, paging up to find old threads that were never read leaves the room read @mergequeue
[Firefox] › read-receipts/new-messages-in-threads.spec.ts:16:17 › Read receipts › new messages › in threads › Receiving a message makes a room unread @mergequeue
[Firefox] › read-receipts/new-messages-in-threads.spec.ts:162:17 › Read receipts › new messages › in threads › Marking a room with unread threads as read makes it read @mergequeue
33 skipped
83 passed (22.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Chrome-1
Expired
|
5.44 MB |
|
all-blob-reports-Chrome-2
Expired
|
6.2 MB |
|
all-blob-reports-Chrome-3
Expired
|
13.5 MB |
|
all-blob-reports-Chrome-4
Expired
|
1.09 MB |
|
all-blob-reports-Firefox-1
Expired
|
843 KB |
|
all-blob-reports-Firefox-2
Expired
|
97.5 MB |
|
all-blob-reports-Firefox-3
Expired
|
23.9 MB |
|
all-blob-reports-Firefox-4
Expired
|
5.74 MB |
|
all-blob-reports-WebKit-1
Expired
|
14.1 MB |
|
all-blob-reports-WebKit-2
Expired
|
15.1 MB |
|
all-blob-reports-WebKit-3
Expired
|
26.6 MB |
|
all-blob-reports-WebKit-4
Expired
|
16.6 MB |
|
html-report
Expired
|
224 MB |
|
webapp
Expired
|
29.2 MB |
|