Skip to content

Run Playwright tests against Dendrite & Pinecone periodically #3993

Run Playwright tests against Dendrite & Pinecone periodically

Run Playwright tests against Dendrite & Pinecone periodically #3993

Triggered via pull request January 10, 2025 11:55
Status Failure
Total duration 19m 31s
Artifacts 32

end-to-end-tests.yaml

on: pull_request
Build Element-Web
1m 54s
Build Element-Web
Matrix: playwright
end-to-end-tests
1m 18s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

89 errors, 106 warnings, and 30 notices
[Pinecone] › 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) [Pinecone] › 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:5a3807b5034960b10956fbe09b45039c7941b69ea61caf9421c032539af98f6c" 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}:${user.homeServer}`); | ^ 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
[Pinecone] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot: playwright/element-web-test.ts#L334
2) [Pinecone] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot Error: expect.toMatchScreenshot: Test ended. at ../element-web-test.ts:334 332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options); 333 | > 334 | await style.evaluate((tag) => tag.remove()); | ^ 335 | 336 | testInfo.annotations.push({ 337 | // `_` prefix hides it from the HTML reporter at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:334:21)
[Pinecone] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot: playwright/element-web-test.ts#L334
3) [Pinecone] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot Error: expect.toMatchScreenshot: Test ended. at ../element-web-test.ts:334 332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options); 333 | > 334 | await style.evaluate((tag) => tag.remove()); | ^ 335 | 336 | testInfo.annotations.push({ 337 | // `_` prefix hides it from the HTML reporter at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:334:21)
[Dendrite] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot: playwright/e2e/room/room-header.spec.ts#L1
1) [Dendrite] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot Test timeout of 30000ms exceeded while setting up "user".
[Dendrite] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot: playwright/element-web-test.ts#L202
1) [Dendrite] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:202 200 | user: async ({ pageWithCredentials: page, credentials }, use) => { 201 | await page.goto("/"); > 202 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 203 | await use(credentials); 204 | }, 205 | at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:202:20)
[Dendrite] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot: playwright/element-web-test.ts#L334
2) [Dendrite] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot Error: expect.toMatchScreenshot: Test ended. at ../element-web-test.ts:334 332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options); 333 | > 334 | await style.evaluate((tag) => tag.remove()); | ^ 335 | 336 | testInfo.annotations.push({ 337 | // `_` prefix hides it from the HTML reporter at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:334:21)
[Dendrite] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot: playwright/element-web-test.ts#L327
3) [Dendrite] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot Error: expect.toMatchScreenshot: Test ended. at ../element-web-test.ts:327 325 | 326 | // We add a custom style tag before taking screenshots > 327 | const style = (await page.addStyleTag({ | ^ 328 | content: css, 329 | })) as ElementHandle<Element>; 330 | at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:327:35) at /home/runner/work/element-web/element-web/playwright/e2e/share-dialog/share-dialog.spec.ts:43:24
[Dendrite] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @no-firefox @no-webkit @screenshot: playwright/e2e/audio-player/audio-player.spec.ts#L125
1) [Dendrite] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @no-firefox @no-webkit @screenshot Test timeout of 30000ms exceeded while running "beforeEach" hook. 123 | }; 124 | > 125 | test.beforeEach(async ({ page, app, user }) => { | ^ 126 | await app.client.createRoom({ name: "Test Room" }); 127 | await app.viewRoomByName("Test Room"); 128 | at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:125:10
[Dendrite] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @no-firefox @no-webkit @screenshot: playwright/pages/ElementAppPage.ts#L96
1) [Dendrite] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @no-firefox @no-webkit @screenshot Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('tree', { name: 'Rooms' }).locator('[title="Test Room"],[aria-label="Test Room"]').first() at ../pages/ElementAppPage.ts:96 94 | .locator(`[title="${name}"],[aria-label="${name}"]`) 95 | .first() > 96 | .click(); | ^ 97 | } 98 | 99 | public async viewRoomById(roomId: string): Promise<void> { at ElementAppPage.viewRoomByName (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:96:14) at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:127:19
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts:38:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue: playwright/e2e/read-receipts/index.ts#L473
1) [Chrome] › read-receipts/new-messages-thread-roots.spec.ts:38: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: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count') Expected string: "23" Received string: "61" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count') 9 × locator resolved to <span class="mx_NotificationBadge_count">61</span> - unexpected value "61" at read-receipts/index.ts:473 471 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible(); 472 | } else { > 473 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString()); | ^ 474 | } 475 | } 476 | at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:473:71) at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:61:28
[Chrome] › 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) [Chrome] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ── Test timeout of 30000ms exceeded.
[Chrome] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload: playwright/pages/ElementAppPage.ts#L96
1) [Chrome] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('tree', { name: 'Rooms' }).locator('[title="Test Room"],[aria-label="Test Room"]').first() at ../pages/ElementAppPage.ts:96 94 | .locator(`[title="${name}"],[aria-label="${name}"]`) 95 | .first() > 96 | .click(); | ^ 97 | } 98 | 99 | public async viewRoomById(roomId: string): Promise<void> { at ElementAppPage.viewRoomByName (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:96:14) at /home/runner/work/element-web/element-web/playwright/e2e/app-loading/stored-credentials.spec.ts:32:15
[WebKit] › read-receipts/new-messages-thread-roots.spec.ts:38:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue: playwright/e2e/read-receipts/index.ts#L473
1) [WebKit] › read-receipts/new-messages-thread-roots.spec.ts:38: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: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count') Expected string: "23" Received string: "61" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count') 8 × locator resolved to <span class="mx_NotificationBadge_count">61</span> - unexpected value "61" at read-receipts/index.ts:473 471 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible(); 472 | } else { > 473 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString()); | ^ 474 | } 475 | } 476 | at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:473:71) at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:61:28
[WebKit] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery: playwright/e2e/crypto/backups-mas.spec.ts#L1
1) [WebKit] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery Test timeout of 30000ms exceeded.
[WebKit] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery: playwright/e2e/oidc/index.ts#L38
1) [WebKit] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('textbox', { name: '6-digit code' }) at oidc/index.ts:38 36 | const [code] = messages.items[0].text.match(/(\d{6})/); 37 | > 38 | await page.getByRole("textbox", { name: "6-digit code" }).fill(code); | ^ 39 | await page.getByRole("button", { name: "Continue" }).click(); 40 | await expect(page.getByText("Allow access to your account?")).toBeVisible(); 41 | await page.getByRole("button", { name: "Continue" }).click(); at registerAccountMas (/home/runner/work/element-web/element-web/playwright/e2e/oidc/index.ts:38:63) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:34:9
[WebKit] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere: playwright/e2e/crypto/backups-mas.spec.ts#L1
2) [WebKit] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere Test timeout of 30000ms exceeded.
[WebKit] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere: playwright/e2e/oidc/index.ts#L38
2) [WebKit] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('textbox', { name: '6-digit code' }) at oidc/index.ts:38 36 | const [code] = messages.items[0].text.match(/(\d{6})/); 37 | > 38 | await page.getByRole("textbox", { name: "6-digit code" }).fill(code); | ^ 39 | await page.getByRole("button", { name: "Continue" }).click(); 40 | await expect(page.getByText("Allow access to your account?")).toBeVisible(); 41 | await page.getByRole("button", { name: "Continue" }).click(); at registerAccountMas (/home/runner/work/element-web/element-web/playwright/e2e/oidc/index.ts:38:63) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:58:9
[WebKit] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login: playwright/e2e/login/login-consent.spec.ts#L1
3) [WebKit] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[WebKit] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
4) [WebKit] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up, skippable by default { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[WebKit] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
5) [WebKit] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[WebKit] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
6) [WebKit] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[WebKit] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout: playwright/e2e/login/login-consent.spec.ts#L1
7) [WebKit] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[WebKit] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails: playwright/e2e/login/utils.ts#L37
8) [WebKit] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails, and allows a re-login Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('heading', { name: 'Create your account' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Create your account' }) at login/utils.ts:37 35 | 36 | // Synapse prompts us to pick a user ID > 37 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible(); | ^ 38 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice"); 39 | 40 | // wait for username validation to start, and complete at doTokenRegistration (/home/runner/work/element-web/element-web/playwright/e2e/login/utils.ts:37:78) at Object.user (/home/runner/work/element-web/element-web/playwright/e2e/login/soft_logout_oauth.spec.ts:30:26)
[Firefox] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery: playwright/e2e/crypto/backups-mas.spec.ts#L1
1) [Firefox] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery Test timeout of 30000ms exceeded.
[Firefox] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery: playwright/e2e/oidc/index.ts#L38
1) [Firefox] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('textbox', { name: '6-digit code' }) at oidc/index.ts:38 36 | const [code] = messages.items[0].text.match(/(\d{6})/); 37 | > 38 | await page.getByRole("textbox", { name: "6-digit code" }).fill(code); | ^ 39 | await page.getByRole("button", { name: "Continue" }).click(); 40 | await expect(page.getByText("Allow access to your account?")).toBeVisible(); 41 | await page.getByRole("button", { name: "Continue" }).click(); at registerAccountMas (/home/runner/work/element-web/element-web/playwright/e2e/oidc/index.ts:38:63) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:34:9
[Firefox] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere: playwright/e2e/crypto/backups-mas.spec.ts#L1
2) [Firefox] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere Test timeout of 30000ms exceeded.
[Firefox] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere: playwright/e2e/oidc/index.ts#L38
2) [Firefox] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('textbox', { name: '6-digit code' }) at oidc/index.ts:38 36 | const [code] = messages.items[0].text.match(/(\d{6})/); 37 | > 38 | await page.getByRole("textbox", { name: "6-digit code" }).fill(code); | ^ 39 | await page.getByRole("button", { name: "Continue" }).click(); 40 | await expect(page.getByText("Allow access to your account?")).toBeVisible(); 41 | await page.getByRole("button", { name: "Continue" }).click(); at registerAccountMas (/home/runner/work/element-web/element-web/playwright/e2e/oidc/index.ts:38:63) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:58:9
[Firefox] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login: playwright/e2e/login/login-consent.spec.ts#L1
3) [Firefox] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Firefox] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
4) [Firefox] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up, skippable by default { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Firefox] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
5) [Firefox] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Firefox] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
6) [Firefox] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Firefox] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout: playwright/e2e/login/login-consent.spec.ts#L1
7) [Firefox] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Firefox] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails: playwright/e2e/login/utils.ts#L37
8) [Firefox] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails, and allows a re-login Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('heading', { name: 'Create your account' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Create your account' }) at login/utils.ts:37 35 | 36 | // Synapse prompts us to pick a user ID > 37 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible(); | ^ 38 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice"); 39 | 40 | // wait for username validation to start, and complete at doTokenRegistration (/home/runner/work/element-web/element-web/playwright/e2e/login/utils.ts:37:78) at Object.user (/home/runner/work/element-web/element-web/playwright/e2e/login/soft_logout_oauth.spec.ts:30:26)
[Chrome] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery: playwright/e2e/crypto/backups-mas.spec.ts#L1
1) [Chrome] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery Test timeout of 30000ms exceeded.
[Chrome] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery: playwright/e2e/oidc/index.ts#L38
1) [Chrome] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('textbox', { name: '6-digit code' }) at oidc/index.ts:38 36 | const [code] = messages.items[0].text.match(/(\d{6})/); 37 | > 38 | await page.getByRole("textbox", { name: "6-digit code" }).fill(code); | ^ 39 | await page.getByRole("button", { name: "Continue" }).click(); 40 | await expect(page.getByText("Allow access to your account?")).toBeVisible(); 41 | await page.getByRole("button", { name: "Continue" }).click(); at registerAccountMas (/home/runner/work/element-web/element-web/playwright/e2e/oidc/index.ts:38:63) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:34:9
[Chrome] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere: playwright/e2e/crypto/backups-mas.spec.ts#L1
2) [Chrome] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere Test timeout of 30000ms exceeded.
[Chrome] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere: playwright/e2e/oidc/index.ts#L38
2) [Chrome] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('textbox', { name: '6-digit code' }) at oidc/index.ts:38 36 | const [code] = messages.items[0].text.match(/(\d{6})/); 37 | > 38 | await page.getByRole("textbox", { name: "6-digit code" }).fill(code); | ^ 39 | await page.getByRole("button", { name: "Continue" }).click(); 40 | await expect(page.getByText("Allow access to your account?")).toBeVisible(); 41 | await page.getByRole("button", { name: "Continue" }).click(); at registerAccountMas (/home/runner/work/element-web/element-web/playwright/e2e/oidc/index.ts:38:63) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:58:9
[Chrome] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login: playwright/e2e/login/login-consent.spec.ts#L1
3) [Chrome] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Chrome] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
4) [Chrome] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up, skippable by default { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Chrome] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
5) [Chrome] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Chrome] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up: playwright/e2e/login/login-consent.spec.ts#L1
6) [Chrome] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Chrome] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout: playwright/e2e/login/login-consent.spec.ts#L1
7) [Chrome] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout { errcode: 'M_USER_IN_USE', error: 'User ID already taken.' }
[Chrome] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails: playwright/e2e/login/utils.ts#L37
8) [Chrome] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails, and allows a re-login Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('heading', { name: 'Create your account' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Create your account' }) at login/utils.ts:37 35 | 36 | // Synapse prompts us to pick a user ID > 37 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible(); | ^ 38 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice"); 39 | 40 | // wait for username validation to start, and complete at doTokenRegistration (/home/runner/work/element-web/element-web/playwright/e2e/login/utils.ts:37:78) at Object.user (/home/runner/work/element-web/element-web/playwright/e2e/login/soft_logout_oauth.spec.ts:30:26)
[Firefox] › read-receipts/reactions-in-threads.spec.ts:67: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/7398f8687b0946644533/init.js#L31641
1) [Firefox] › read-receipts/reactions-in-threads.spec.ts:67: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:44625/_matrix/client/v3/rooms/!EQlMLujQYcDIyNHExD%3Alocalhost/send/m.reaction/m1736510321909.3) HTTPError@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31641:5 MatrixError@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31700:5 parseErrorResponse@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31968:12 requestOtherUrl@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32348:13 async*request@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32265:17 authedRequest@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32189:35 sendEventHttpRequest@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7260:24 ./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:4056:32 ./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50323:21 promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50322:25 ./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50440:12 startProcessingQueues@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50435:8 queueEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50427:10 encryptAndSendEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7119:34 async*sendCompleteEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7073:19 sendEvent@http://localhost:8080/bundles/7398f8687b0946644533/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/7398f8687b0946644533/init.js:31641:5 at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:31700:5 at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:31968:12 at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32348:13 at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32265:17 at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32189:35 at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:7260:24 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:4056:32 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50323:21 at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50322:25 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50440:12 at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50435:8 at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50427:10 at /home/runner/work/element-web/element-web/encryptAndSendEvent@http:/localhost:8080/bundles/7398f8687b09
[Firefox] › read-receipts/reactions-in-threads.spec.ts:67: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/7398f8687b0946644533/init.js#L31641
1) [Firefox] › read-receipts/reactions-in-threads.spec.ts:67: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:38945/_matrix/client/v3/rooms/!FERWvrblqwADYqORmF%3Alocalhost/send/m.reaction/m1736510338121.3) HTTPError@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31641:5 MatrixError@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31700:5 parseErrorResponse@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31968:12 requestOtherUrl@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32348:13 async*request@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32265:17 authedRequest@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32189:35 sendEventHttpRequest@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7260:24 ./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:4056:32 ./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50323:21 promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50322:25 ./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50440:12 startProcessingQueues@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50435:8 queueEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50427:10 encryptAndSendEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7119:34 async*sendCompleteEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7073:19 sendEvent@http://localhost:8080/bundles/7398f8687b0946644533/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/7398f8687b0946644533/init.js:31641:5 at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:31700:5 at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:31968:12 at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32348:13 at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32265:17 at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32189:35 at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:7260:24 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:4056:32 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50323:21 at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50322:25 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50440:12 at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50435:8 at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50427:10 at /
[Firefox] › read-receipts/reactions-in-threads.spec.ts:67: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/7398f8687b0946644533/init.js#L31641
1) [Firefox] › read-receipts/reactions-in-threads.spec.ts:67: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:41613/_matrix/client/v3/rooms/!kyBSmcfnBmYqoApuXa%3Alocalhost/send/m.reaction/m1736510352864.3) HTTPError@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31641:5 MatrixError@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31700:5 parseErrorResponse@http://localhost:8080/bundles/7398f8687b0946644533/init.js:31968:12 requestOtherUrl@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32348:13 async*request@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32265:17 authedRequest@http://localhost:8080/bundles/7398f8687b0946644533/init.js:32189:35 sendEventHttpRequest@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7260:24 ./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:4056:32 ./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50323:21 promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50322:25 ./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50440:12 startProcessingQueues@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50435:8 queueEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:50427:10 encryptAndSendEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7119:34 async*sendCompleteEvent@http://localhost:8080/bundles/7398f8687b0946644533/init.js:7073:19 sendEvent@http://localhost:8080/bundles/7398f8687b0946644533/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/7398f8687b0946644533/init.js:31641:5 at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:31700:5 at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:31968:12 at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32348:13 at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32265:17 at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:32189:35 at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:7260:24 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:4056:32 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50323:21 at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50322:25 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50440:12 at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50435:8 at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/7398f8687b0946644533/init.js:50427:10 at /
Run Tests [Firefox] 4/6
Process completed with exit code 1.
[Chrome] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot: playwright/e2e/room/room-header.spec.ts#L1
1) [Chrome] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot Test timeout of 30000ms exceeded.
[Chrome] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot: playwright/pages/ElementAppPage.ts#L96
1) [Chrome] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('tree', { name: 'Rooms' }).locator('[title="Test Room"],[aria-label="Test Room"]').first() at ../pages/ElementAppPage.ts:96 94 | .locator(`[title="${name}"],[aria-label="${name}"]`) 95 | .first() > 96 | .click(); | ^ 97 | } 98 | 99 | public async viewRoomById(roomId: string): Promise<void> { at ElementAppPage.viewRoomByName (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:96:14) at /home/runner/work/element-web/element-web/playwright/e2e/room/room-header.spec.ts:25:23
[Chrome] › room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit: playwright/e2e/room-directory/room-directory.spec.ts#L35
2) [Chrome] › room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#gaming: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('#gaming:localhost') 33 | await localAddresses.getByRole("textbox").fill("gaming"); 34 | await localAddresses.getByRole("button", { name: "Add" }).click(); > 35 | await expect(localAddresses.getByText(`#gaming:${user.homeServer}`)).toHaveClass("mx_EditableItem_item"); | ^ 36 | 37 | // Publish into the public rooms directory 38 | const publishedAddresses = page.locator(".mx_SettingsFieldset", { hasText: "Published Addresses" }); at /home/runner/work/element-web/element-web/playwright/e2e/room-directory/room-directory.spec.ts:35:82
[Chrome] › 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
3) [Chrome] › 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}:${user.homeServer}`); | ^ 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] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot: playwright/element-web-test.ts#L332
4) [Chrome] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot Error: expect.toHaveScreenshot(share-dialog-room.png): Test ended. Call log: - expect.toHaveScreenshot(share-dialog-room.png) with timeout 5000ms - verifying given screenshot expectation - waiting for getByRole('dialog', { name: 'Share room' }) at ../element-web-test.ts:332 330 | 331 | const screenshotName = sanitizeFilePathBeforeExtension(name); > 332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options); | ^ 333 | 334 | await style.evaluate((tag) => tag.remove()); 335 | at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:332:9)
[Chrome] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot: playwright/element-web-test.ts#L332
5) [Chrome] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot Error: expect.toHaveScreenshot(share-dialog-user.png): Test ended. Call log: - expect.toHaveScreenshot(share-dialog-user.png) with timeout 5000ms - verifying given screenshot expectation - waiting for getByRole('dialog', { name: 'Share User' }) at ../element-web-test.ts:332 330 | 331 | const screenshotName = sanitizeFilePathBeforeExtension(name); > 332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options); | ^ 333 | 334 | await style.evaluate((tag) => tag.remove()); 335 | at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:332:9)
[Chrome] › share-dialog/share-dialog.spec.ts:49:9 › Share dialog › should share an event @screenshot: playwright/element-web-test.ts#L332
6) [Chrome] › share-dialog/share-dialog.spec.ts:49:9 › Share dialog › should share an event @screenshot Error: expect.toHaveScreenshot(share-dialog-event.png): Test ended. Call log: - expect.toHaveScreenshot(share-dialog-event.png) with timeout 5000ms - verifying given screenshot expectation - waiting for getByRole('dialog', { name: 'Share Room Message' }) - locator resolved to <div role="dialog" class="mx_ShareDialog" data-focus-lock-disabled="false" aria-describedby="mx_Dialog_content" aria-labelledby="mx_BaseDialog_title">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable at ../element-web-test.ts:332 330 | 331 | const screenshotName = sanitizeFilePathBeforeExtension(name); > 332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options); | ^ 333 | 334 | await style.evaluate((tag) => tag.remove()); 335 | at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:332:9)
[Chrome] › spotlight/spotlight.spec.ts:135:9 › Spotlight › should find known public rooms: playwright/e2e/spotlight/spotlight.spec.ts#L141
7) [Chrome] › spotlight/spotlight.spec.ts:135:9 › Spotlight › should find known public rooms ───── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 3 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 3 elements - unexpected value "3" 139 | await spotlight.search(room1Name); 140 | const resultLocator = spotlight.results; > 141 | await expect(resultLocator).toHaveCount(1); | ^ 142 | await expect(resultLocator.first()).toContainText(room1Name); 143 | await expect(resultLocator.first()).toContainText("View"); 144 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:141:37
[Chrome] › spotlight/spotlight.spec.ts:149:9 › Spotlight › should find unknown public rooms: playwright/e2e/spotlight/spotlight.spec.ts#L155
8) [Chrome] › spotlight/spotlight.spec.ts:149:9 › Spotlight › should find unknown public rooms ─── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 2 elements - unexpected value "2" 153 | await spotlight.search(room2Name); 154 | const resultLocator = spotlight.results; > 155 | await expect(resultLocator).toHaveCount(1); | ^ 156 | await expect(resultLocator.first()).toContainText(room2Name); 157 | await expect(resultLocator.first()).toContainText("Join"); 158 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:155:37
[Chrome] › spotlight/spotlight.spec.ts:164:9 › Spotlight › should find unknown public world readable rooms: playwright/e2e/spotlight/spotlight.spec.ts#L170
9) [Chrome] › spotlight/spotlight.spec.ts:164:9 › Spotlight › should find unknown public world readable rooms Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 2 elements - unexpected value "2" 168 | await spotlight.search(room3Name); 169 | const resultLocator = spotlight.results; > 170 | await expect(resultLocator).toHaveCount(1); | ^ 171 | await expect(resultLocator.first()).toContainText(room3Name); 172 | await expect(resultLocator.first()).toContainText("View"); 173 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:170:37
[WebKit] › read-receipts/reactions-in-threads.spec.ts:67: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#L98
1) [WebKit] › read-receipts/reactions-in-threads.spec.ts:67: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:45741/_matrix/client/v3/rooms/!MzfNqPnLZqwwAbPPDT%3Alocalhost/send/m.reaction/m1736510384117.3) at ../pages/client.ts:98 96 | ): Promise<ISendEventResponse> { 97 | const client = await this.prepareClient(); > 98 | return client.evaluate( | ^ 99 | async (client, { roomId, threadId, eventType, content }) => { 100 | return client.sendEvent( 101 | roomId, at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:98:23)
[WebKit] › read-receipts/reactions-in-threads.spec.ts:67: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#L98
1) [WebKit] › read-receipts/reactions-in-threads.spec.ts:67: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:35659/_matrix/client/v3/rooms/!vhQvTOabEKmGtxdoWJ%3Alocalhost/send/m.reaction/m1736510395834.3) at ../pages/client.ts:98 96 | ): Promise<ISendEventResponse> { 97 | const client = await this.prepareClient(); > 98 | return client.evaluate( | ^ 99 | async (client, { roomId, threadId, eventType, content }) => { 100 | return client.sendEvent( 101 | roomId, at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:98:23)
[WebKit] › read-receipts/reactions-in-threads.spec.ts:67: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#L98
1) [WebKit] › read-receipts/reactions-in-threads.spec.ts:67: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:46771/_matrix/client/v3/rooms/!EarqbqwyELjkrfKgIb%3Alocalhost/send/m.reaction/m1736510407893.3) at ../pages/client.ts:98 96 | ): Promise<ISendEventResponse> { 97 | const client = await this.prepareClient(); > 98 | return client.evaluate( | ^ 99 | async (client, { roomId, threadId, eventType, content }) => { 100 | return client.sendEvent( 101 | roomId, at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:98:23)
[WebKit] › read-receipts/read-receipts.spec.ts:281: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:281:9 › Read receipts › Should send the correct receipts @mergequeue Test timeout of 30000ms exceeded.
[WebKit] › read-receipts/read-receipts.spec.ts:281:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L312
2) [WebKit] › read-receipts/read-receipts.spec.ts:281: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…/ ============================================================ 310 | 311 | // the following code tests the fully read marker somewhere in the middle of the room > 312 | const readMarkersRequestPromise = page.waitForRequest( | ^ 313 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`), 314 | ); 315 | at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:312:48
[WebKit] › read-receipts/read-receipts.spec.ts:281:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L316
2) [WebKit] › read-receipts/read-receipts.spec.ts:281: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.' }) 314 | ); 315 | > 316 | await page.getByRole("button", { name: "Jump to first unread message." }).click(); | ^ 317 | 318 | const readMarkersRequest = await readMarkersRequestPromise; 319 | // since this is not pixel perfect, at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:316:83
[WebKit] › read-receipts/read-receipts.spec.ts:281: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:281:9 › Read receipts › Should send the correct receipts @mergequeue Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › read-receipts/read-receipts.spec.ts:281:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L312
2) [WebKit] › read-receipts/read-receipts.spec.ts:281: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…/ ============================================================ 310 | 311 | // the following code tests the fully read marker somewhere in the middle of the room > 312 | const readMarkersRequestPromise = page.waitForRequest( | ^ 313 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`), 314 | ); 315 | at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:312:48
[WebKit] › read-receipts/read-receipts.spec.ts:281:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L316
2) [WebKit] › read-receipts/read-receipts.spec.ts:281: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.' }) 314 | ); 315 | > 316 | await page.getByRole("button", { name: "Jump to first unread message." }).click(); | ^ 317 | 318 | const readMarkersRequest = await readMarkersRequestPromise; 319 | // since this is not pixel perfect, at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:316:83
[WebKit] › read-receipts/read-receipts.spec.ts:281: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:281:9 › Read receipts › Should send the correct receipts @mergequeue Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L412
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Error: page.waitForRequest: Test timeout of 30000ms exceeded. 410 | await Promise.all([ 411 | page.waitForRequest(matchRoomSubRequest(roomOId)), > 412 | page.waitForRequest(matchRoomUnsubRequest(roomPId)), | ^ 413 | page.getByRole("treeitem", { name: "Orange", exact: true }).click(), 414 | ]); 415 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:412:18
[Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/pages/client.ts#L181
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: jsHandle.evaluate: Test timeout of 30000ms exceeded. at ../pages/client.ts:181 179 | public async createRoom(options: ICreateRoomOpts): Promise<string> { 180 | const client = await this.prepareClient(); > 181 | return await client.evaluate(async (cli, options) => { | ^ 182 | const roomPromise = new Promise<void>((resolve) => { 183 | const onRoom = (room: Room) => { 184 | if (room.roomId === roomId) { at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:181:29) at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:375:24
[Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/pages/client.ts#L181
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: jsHandle.evaluate: Test timeout of 30000ms exceeded. at ../pages/client.ts:181 179 | public async createRoom(options: ICreateRoomOpts): Promise<string> { 180 | const client = await this.prepareClient(); > 181 | return await client.evaluate(async (cli, options) => { | ^ 182 | const roomPromise = new Promise<void>((resolve) => { 183 | const onRoom = (room: Room) => { 184 | if (room.roomId === roomId) { at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:181:29) at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:375:24
[Firefox] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: playwright/e2e/room/room.spec.ts#L83
2) [Firefox] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 8 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div> - unexpected value "viewport ratio 0" 81 | 82 | // Wait for the first message to be displayed > 83 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 84 | 85 | // Display Room B 86 | await app.viewRoomById(roomBId); at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:83:91
[Firefox] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: playwright/e2e/room/room.spec.ts#L83
2) [Firefox] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 8 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div> - unexpected value "viewport ratio 0" 81 | 82 | // Wait for the first message to be displayed > 83 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 84 | 85 | // Display Room B 86 | await app.viewRoomById(roomBId); at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:83:91
[Firefox] › room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit: playwright/e2e/room-directory/room-directory.spec.ts#L35
3) [Firefox] › room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#gaming: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('#gaming:localhost') 33 | await localAddresses.getByRole("textbox").fill("gaming"); 34 | await localAddresses.getByRole("button", { name: "Add" }).click(); > 35 | await expect(localAddresses.getByText(`#gaming:${user.homeServer}`)).toHaveClass("mx_EditableItem_item"); | ^ 36 | 37 | // Publish into the public rooms directory 38 | const publishedAddresses = page.locator(".mx_SettingsFieldset", { hasText: "Published Addresses" }); at /home/runner/work/element-web/element-web/playwright/e2e/room-directory/room-directory.spec.ts:35:82
[Firefox] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot: playwright/element-web-test.ts#L334
4) [Firefox] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot Error: expect.toMatchScreenshot: Test ended. at ../element-web-test.ts:334 332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options); 333 | > 334 | await style.evaluate((tag) => tag.remove()); | ^ 335 | 336 | testInfo.annotations.push({ 337 | // `_` prefix hides it from the HTML reporter at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:334:21)
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: playwright/e2e/room/room.spec.ts#L96
1) [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 6 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div> - unexpected value "viewport ratio 0" 94 | // The timeline should display the first message 95 | // The previous position before switching to Room B should be remembered > 96 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 97 | }); 98 | }); 99 | at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:96:91
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: playwright/e2e/room/room.spec.ts#L96
1) [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 6 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div> - unexpected value "viewport ratio 0" 94 | // The timeline should display the first message 95 | // The previous position before switching to Room B should be remembered > 96 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 97 | }); 98 | }); 99 | at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:96:91
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: playwright/e2e/room/room.spec.ts#L96
1) [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 6 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div> - unexpected value "viewport ratio 0" 94 | // The timeline should display the first message 95 | // The previous position before switching to Room B should be remembered > 96 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 97 | }); 98 | }); 99 | at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:96:91
[WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
2) [WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L405
2) [WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Error: page.waitForRequest: Test timeout of 30000ms exceeded. 403 | await Promise.all([ 404 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 405 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 406 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 407 | ]); 408 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:405:18
[WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
2) [WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L405
2) [WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. 403 | await Promise.all([ 404 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 405 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 406 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 407 | ]); 408 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:405:18
[WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
2) [WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L405
2) [WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. 403 | await Promise.all([ 404 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 405 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 406 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 407 | ]); 408 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:405:18
[WebKit] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot: playwright/element-web-test.ts#L327
3) [WebKit] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot Error: expect.toMatchScreenshot: Test ended. at ../element-web-test.ts:327 325 | 326 | // We add a custom style tag before taking screenshots > 327 | const style = (await page.addStyleTag({ | ^ 328 | content: css, 329 | })) as ElementHandle<Element>; 330 | at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:327:35) at /home/runner/work/element-web/element-web/playwright/e2e/share-dialog/share-dialog.spec.ts:26:24
end-to-end-tests
Process completed with exit code 1.
Slow Test: [Dendrite] › right-panel/right-panel.spec.ts#L1
[Dendrite] › right-panel/right-panel.spec.ts took 18.9s
Slow Test: [Pinecone] › right-panel/right-panel.spec.ts#L1
[Pinecone] › right-panel/right-panel.spec.ts took 19.5s
Slow Test: [Pinecone] › read-receipts/room-list-order.spec.ts#L1
[Pinecone] › read-receipts/room-list-order.spec.ts took 16.5s
Slow Test: [Dendrite] › messages/messages.spec.ts#L1
[Dendrite] › messages/messages.spec.ts took 47.7s
Slow Test: [Dendrite] › pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › pinned-messages/pinned-messages.spec.ts took 41.4s
Slow Test: [Pinecone] › room/room-header.spec.ts#L1
[Pinecone] › room/room-header.spec.ts took 17.4s
Slow Test: [Pinecone] › settings/account-user-settings-tab.spec.ts#L1
[Pinecone] › settings/account-user-settings-tab.spec.ts took 15.9s
Slow Test: [Pinecone] › messages/messages.spec.ts#L1
[Pinecone] › messages/messages.spec.ts took 48.5s
Slow Test: [Pinecone] › pinned-messages/pinned-messages.spec.ts#L1
[Pinecone] › pinned-messages/pinned-messages.spec.ts took 41.1s
Slow Test: [Pinecone] › invite/invite-dialog.spec.ts#L1
[Pinecone] › invite/invite-dialog.spec.ts took 19.7s
Slow Test: [Dendrite] › timeline/timeline.spec.ts#L1
[Dendrite] › timeline/timeline.spec.ts took 1.1m
Slow Test: [Dendrite] › user-onboarding/user-onboarding-new.spec.ts#L1
[Dendrite] › user-onboarding/user-onboarding-new.spec.ts took 18.8s
Slow Test: [Pinecone] › timeline/timeline.spec.ts#L1
[Pinecone] › timeline/timeline.spec.ts took 1.1m
Slow Test: [Pinecone] › user-onboarding/user-onboarding-new.spec.ts#L1
[Pinecone] › user-onboarding/user-onboarding-new.spec.ts took 19.0s
Slow Test: [Pinecone] › oidc/oidc-native.spec.ts#L1
[Pinecone] › oidc/oidc-native.spec.ts took 16.0s
Slow Test: [Dendrite] › sliding-sync/sliding-sync.spec.ts#L1
[Dendrite] › sliding-sync/sliding-sync.spec.ts took 47.0s
Slow Test: [Dendrite] › settings/account-user-settings-tab.spec.ts#L1
[Dendrite] › settings/account-user-settings-tab.spec.ts took 15.4s
Slow Test: [Pinecone] › crypto/event-shields.spec.ts#L1
[Pinecone] › crypto/event-shields.spec.ts took 44.1s
Slow Test: [Pinecone] › audio-player/audio-player.spec.ts#L1
[Pinecone] › audio-player/audio-player.spec.ts took 30.6s
Slow Test: [Pinecone] › composer/RTE.spec.ts#L1
[Pinecone] › composer/RTE.spec.ts took 30.1s
Slow Test: [Pinecone] › crypto/device-verification.spec.ts#L1
[Pinecone] › crypto/device-verification.spec.ts took 22.5s
Slow Test: [Dendrite] › crypto/event-shields.spec.ts#L1
[Dendrite] › crypto/event-shields.spec.ts took 43.8s
Slow Test: [Dendrite] › composer/RTE.spec.ts#L1
[Dendrite] › composer/RTE.spec.ts took 30.3s
Slow Test: [Dendrite] › crypto/device-verification.spec.ts#L1
[Dendrite] › crypto/device-verification.spec.ts took 22.8s
Slow Test: [Dendrite] › integration-manager/kick.spec.ts#L1
[Dendrite] › integration-manager/kick.spec.ts took 19.7s
Slow Test: [Chrome] › read-receipts/high-level.spec.ts#L1
[Chrome] › read-receipts/high-level.spec.ts took 2.8m
Slow Test: [Chrome] › read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/new-messages-in-threads.spec.ts took 57.9s
Slow Test: [Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 39.0s
Slow Test: [Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 59.9s
Slow Test: [Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 57.9s
Slow Test: [Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 39.4s
Slow Test: [Chrome] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts took 38.8s
Slow Test: [Chrome] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts took 30.5s
Slow Test: [Chrome] › read-receipts/redactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/redactions-in-threads.spec.ts took 1.5m
Slow Test: [Chrome] › read-receipts/redactions-main-timeline.spec.ts#L1
[Chrome] › read-receipts/redactions-main-timeline.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 48.3s
Slow Test: [Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 39.6s
Slow Test: [Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 30.8s
Slow Test: [Firefox] › read-receipts/high-level.spec.ts#L1
[Firefox] › read-receipts/high-level.spec.ts took 3.7m
Slow Test: [Firefox] › read-receipts/new-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/new-messages-in-threads.spec.ts took 1.6m
Slow Test: [Firefox] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/new-messages-main-timeline.spec.ts took 1.1m
Slow Test: [Firefox] › read-receipts/new-messages-thread-roots.spec.ts#L1
[Firefox] › read-receipts/new-messages-thread-roots.spec.ts took 41.7s
Slow Test: [Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 52.3s
Slow Test: [Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 37.7s
Slow Test: [Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 36.6s
Slow Test: [Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 35.2s
Slow Test: [Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 28.4s
Slow Test: [WebKit] › read-receipts/high-level.spec.ts#L1
[WebKit] › read-receipts/high-level.spec.ts took 3.2m
Slow Test: [WebKit] › read-receipts/new-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/new-messages-in-threads.spec.ts took 1.3m
Slow Test: [WebKit] › read-receipts/new-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts took 52.7s
Slow Test: [WebKit] › composer/RTE.spec.ts#L1
[WebKit] › composer/RTE.spec.ts took 1.5m
Slow Test: [WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.2m
Slow Test: [WebKit] › crypto/crypto.spec.ts#L1
[WebKit] › crypto/crypto.spec.ts took 52.1s
Slow Test: [WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 42.1s
Slow Test: [WebKit] › accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › accessibility/keyboard-navigation.spec.ts took 27.5s
Slow Test: [WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 58.9s
Slow Test: [WebKit] › user-onboarding/user-onboarding-new.spec.ts#L1
[WebKit] › user-onboarding/user-onboarding-new.spec.ts took 27.1s
Slow Test: [WebKit] › threads/threads.spec.ts#L1
[WebKit] › threads/threads.spec.ts took 25.4s
Slow Test: [WebKit] › register/register.spec.ts#L1
[WebKit] › register/register.spec.ts took 16.8s
Slow Test: [WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 1.7m
Slow Test: [WebKit] › pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › pinned-messages/pinned-messages.spec.ts took 1.2m
Slow Test: [WebKit] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts took 52.1s
Slow Test: [WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 52.0s
Slow Test: [WebKit] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[WebKit] › read-receipts/editing-messages-thread-roots.spec.ts took 41.9s
Slow Test: [Firefox] › crypto/event-shields.spec.ts#L1
[Firefox] › crypto/event-shields.spec.ts took 1.4m
Slow Test: [Firefox] › composer/RTE.spec.ts#L1
[Firefox] › composer/RTE.spec.ts took 1.0m
Slow Test: [Firefox] › crypto/crypto.spec.ts#L1
[Firefox] › crypto/crypto.spec.ts took 56.9s
Slow Test: [Firefox] › crypto/device-verification.spec.ts#L1
[Firefox] › crypto/device-verification.spec.ts took 44.8s
Slow Test: [Firefox] › crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › crypto/decryption-failure-messages.spec.ts took 42.8s
Slow Test: [Firefox] › messages/messages.spec.ts#L1
[Firefox] › messages/messages.spec.ts took 1.7m
Slow Test: [Firefox] › pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › pinned-messages/pinned-messages.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.1m
Slow Test: [Firefox] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/editing-messages-in-threads.spec.ts took 1.1m
Slow Test: [Firefox] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Firefox] › read-receipts/editing-messages-thread-roots.spec.ts took 49.3s
Slow Test: [Firefox] › timeline/timeline.spec.ts#L1
[Firefox] › timeline/timeline.spec.ts took 1.1m
Slow Test: [Firefox] › user-onboarding/user-onboarding-new.spec.ts#L1
[Firefox] › user-onboarding/user-onboarding-new.spec.ts took 27.0s
Slow Test: [Firefox] › widgets/widget-pip-close.spec.ts#L1
[Firefox] › widgets/widget-pip-close.spec.ts took 18.6s
Slow Test: [Firefox] › register/register.spec.ts#L1
[Firefox] › register/register.spec.ts took 16.4s
Slow Test: [Firefox] › threads/threads.spec.ts#L1
[Firefox] › threads/threads.spec.ts took 16.3s
Slow Test: [Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 1.3m
Slow Test: [Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 23.5s
Slow Test: [Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 22.8s
Slow Test: [Chrome] › register/register.spec.ts#L1
[Chrome] › register/register.spec.ts took 16.4s
Slow Test: [Firefox] › read-receipts/redactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/redactions-in-threads.spec.ts took 2.4m
Slow Test: [Firefox] › read-receipts/redactions-main-timeline.spec.ts#L1
[Firefox] › read-receipts/redactions-main-timeline.spec.ts took 1.8m
Slow Test: [Firefox] › read-receipts/read-receipts.spec.ts#L1
[Firefox] › read-receipts/read-receipts.spec.ts took 59.3s
Slow Test: [Firefox] › read-receipts/redactions-thread-roots.spec.ts#L1
[Firefox] › read-receipts/redactions-thread-roots.spec.ts took 49.8s
Slow Test: [Firefox] › right-panel/right-panel.spec.ts#L1
[Firefox] › right-panel/right-panel.spec.ts took 41.9s
Slow Test: [Chrome] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 56.6s
Slow Test: [Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 48.4s
Slow Test: [Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 31.6s
Slow Test: [Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 17.4s
Slow Test: [WebKit] › read-receipts/redactions-main-timeline.spec.ts#L1
[WebKit] › read-receipts/redactions-main-timeline.spec.ts took 1.4m
Slow Test: [WebKit] › read-receipts/redactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/redactions-thread-roots.spec.ts took 40.8s
Slow Test: [WebKit] › right-panel/right-panel.spec.ts#L1
[WebKit] › right-panel/right-panel.spec.ts took 36.0s
Slow Test: [WebKit] › read-receipts/reactions-main-timeline.spec.ts#L1
[WebKit] › read-receipts/reactions-main-timeline.spec.ts took 27.0s
Slow Test: [WebKit] › read-receipts/reactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/reactions-thread-roots.spec.ts took 21.5s
Slow Test: [Firefox] › spaces/spaces.spec.ts#L1
[Firefox] › spaces/spaces.spec.ts took 54.4s
Slow Test: [Firefox] › room/room-header.spec.ts#L1
[Firefox] › room/room-header.spec.ts took 36.3s
Slow Test: [Firefox] › settings/account-user-settings-tab.spec.ts#L1
[Firefox] › settings/account-user-settings-tab.spec.ts took 32.1s
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 22.1s
Slow Test: [Firefox] › settings/appearance-user-settings-tab/message-layout-panel.spec.ts#L1
[Firefox] › settings/appearance-user-settings-tab/message-layout-panel.spec.ts took 15.1s
Slow Test: [WebKit] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 34.8s
Slow Test: [WebKit] › room/room-header.spec.ts#L1
[WebKit] › room/room-header.spec.ts took 32.5s
Slow Test: [WebKit] › settings/account-user-settings-tab.spec.ts#L1
[WebKit] › settings/account-user-settings-tab.spec.ts took 29.3s
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 19.2s
🎭 Playwright Run Summary
76 skipped
🎭 Playwright Run Summary
76 skipped
🎭 Playwright Run Summary
60 skipped 17 passed (1.1m)
🎭 Playwright Run Summary
60 skipped 17 passed (1.1m)
🎭 Playwright Run Summary
41 skipped 40 passed (2.2m)
🎭 Playwright Run Summary
3 flaky [Pinecone] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit [Pinecone] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot [Pinecone] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot 47 skipped 33 passed (2.2m)
🎭 Playwright Run Summary
41 skipped 40 passed (2.3m)
🎭 Playwright Run Summary
30 skipped 41 passed (2.9m)
🎭 Playwright Run Summary
30 skipped 41 passed (2.9m)
🎭 Playwright Run Summary
3 flaky [Dendrite] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot [Dendrite] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot [Dendrite] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot 35 skipped 45 passed (3.4m)
🎭 Playwright Run Summary
19 skipped 63 passed (4.0m)
🎭 Playwright Run Summary
1 flaky [Dendrite] › audio-player/audio-player.spec.ts:137:9 › Audio player › should be correctly rendered - light theme @no-firefox @no-webkit @screenshot 19 skipped 62 passed (4.7m)
🎭 Playwright Run Summary
1 flaky [Chrome] › read-receipts/new-messages-thread-roots.spec.ts:38:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue 43 skipped 32 passed (5.5m)
🎭 Playwright Run Summary
2 skipped 79 passed (6.2m)
🎭 Playwright Run Summary
3 skipped 74 passed (6.4m)
🎭 Playwright Run Summary
43 skipped 33 passed (7.3m)
🎭 Playwright Run Summary
1 flaky [Chrome] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ─── 81 passed (7.2m)
🎭 Playwright Run Summary
1 flaky [WebKit] › read-receipts/new-messages-thread-roots.spec.ts:38:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue 43 skipped 32 passed (6.6m)
🎭 Playwright Run Summary
16 skipped 66 passed (8.1m)
🎭 Playwright Run Summary
9 flaky [WebKit] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery [WebKit] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere [WebKit] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login [WebKit] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up, skippable by default [WebKit] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up [WebKit] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up [WebKit] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout [WebKit] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails, and allows a re-login [WebKit] › register/email.spec.ts:34:9 › Email Registration › registers an account and lands on the use case selection screen @screenshot 21 skipped 41 passed (8.6m)
🎭 Playwright Run Summary
2 skipped 79 passed (8.4m)
🎭 Playwright Run Summary
9 skipped 73 passed (9.6m)
🎭 Playwright Run Summary
3 skipped 78 passed (9.7m)
🎭 Playwright Run Summary
9 flaky [Firefox] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery [Firefox] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere [Firefox] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login [Firefox] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up, skippable by default [Firefox] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up [Firefox] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up [Firefox] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout [Firefox] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails, and allows a re-login [Firefox] › register/email.spec.ts:34:9 › Email Registration › registers an account and lands on the use case selection screen @screenshot 22 skipped 40 passed (9.9m)
🎭 Playwright Run Summary
10 flaky [Chrome] › crypto/backups-mas.spec.ts:31:9 › Encryption state after registration › user is prompted to set up recovery [Chrome] › crypto/backups-mas.spec.ts:48:9 › Key backup reset from elsewhere › Key backup is disabled when reset from elsewhere [Chrome] › login/login-consent.spec.ts:150:13 › Login › Password login › Follows the original link after login [Chrome] › login/login-consent.spec.ts:159:17 › Login › Password login › verification after login › Shows verification prompt after login if signing keys are set up, skippable by default [Chrome] › login/login-consent.spec.ts:189:21 › Login › Password login › verification after login › with force_verification off › Shows skippable verification prompt after login if signing keys are set up [Chrome] › login/login-consent.spec.ts:223:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up [Chrome] › login/login-consent.spec.ts:255:13 › Login › logout › should go to login page on logout [Chrome] › login/soft_logout_oauth.spec.ts:40:9 › Soft logout with SSO user › shows the soft-logout page when a request fails, and allows a re-login [Chrome] › oidc/oidc-native.spec.ts:18:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit [Chrome] › register/email.spec.ts:34:9 › Email Registration › registers an account and lands on the use case selection screen @screenshot 7 skipped 54 passed (10.0m)
🎭 Playwright Run Summary
1 failed [Firefox] › read-receipts/reactions-in-threads.spec.ts:67:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue 7 skipped 69 passed (10.4m)
🎭 Playwright Run Summary
14 flaky [Chrome] › room/room-header.spec.ts:23:13 › Room Header › with feature_notifications enabled › should render default buttons properly @screenshot [Chrome] › room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit [Chrome] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit [Chrome] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot [Chrome] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot [Chrome] › share-dialog/share-dialog.spec.ts:49:9 › Share dialog › should share an event @screenshot [Chrome] › spotlight/spotlight.spec.ts:135:9 › Spotlight › should find known public rooms ────── [Chrome] › spotlight/spotlight.spec.ts:149:9 › Spotlight › should find unknown public rooms ──── [Chrome] › spotlight/spotlight.spec.ts:164:9 › Spotlight › should find unknown public world readable rooms [Chrome] › spotlight/spotlight.spec.ts:223:9 › Spotlight › should find unknown people ────────── [Chrome] › spotlight/spotlight.spec.ts:324:9 › Spotlight › should allow opening group chat dialog [Chrome] › spotlight/spotlight.spec.ts:342:9 › Spotlight › should close spotlight after starting a DM [Chrome] › spotlight/spotlight.spec.ts:347:9 › Spotlight › should show the same user only once ─ [Chrome] › spotlight/spotlight.spec.ts:360:9 › Spotlight › should be able to navigate results via keyboard 2 skipped 67 passed (10.1m)
🎭 Playwright Run Summary
2 failed [WebKit] › read-receipts/reactions-in-threads.spec.ts:67: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:281:9 › Read receipts › Should send the correct receipts @mergequeue 1 flaky [WebKit] › read-receipts/redactions-in-threads.spec.ts:413:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart @mergequeue 7 skipped 67 passed (10.5m)
🎭 Playwright Run Summary
1 failed [Firefox] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 12 flaky [Firefox] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A [Firefox] › room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit [Firefox] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot [Firefox] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot [Firefox] › spotlight/spotlight.spec.ts:135:9 › Spotlight › should find known public rooms ───── [Firefox] › spotlight/spotlight.spec.ts:149:9 › Spotlight › should find unknown public rooms ─── [Firefox] › spotlight/spotlight.spec.ts:164:9 › Spotlight › should find unknown public world readable rooms [Firefox] › spotlight/spotlight.spec.ts:223:9 › Spotlight › should find unknown people ───────── [Firefox] › spotlight/spotlight.spec.ts:324:9 › Spotlight › should allow opening group chat dialog [Firefox] › spotlight/spotlight.spec.ts:342:9 › Spotlight › should close spotlight after starting a DM [Firefox] › spotlight/spotlight.spec.ts:347:9 › Spotlight › should show the same user only once [Firefox] › spotlight/spotlight.spec.ts:360:9 › Spotlight › should be able to navigate results via keyboard 14 skipped 56 passed (14.7m)
🎭 Playwright Run Summary
2 failed [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A [WebKit] › sliding-sync/sliding-sync.spec.ts:371:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 11 flaky [WebKit] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot [WebKit] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot [WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:171:9 › Threads Activity Centre › should focus the thread tab when clicking an item in the TAC @no-firefox [WebKit] › spotlight/spotlight.spec.ts:135:9 › Spotlight › should find known public rooms ────── [WebKit] › spotlight/spotlight.spec.ts:149:9 › Spotlight › should find unknown public rooms ──── [WebKit] › spotlight/spotlight.spec.ts:164:9 › Spotlight › should find unknown public world readable rooms [WebKit] › spotlight/spotlight.spec.ts:223:9 › Spotlight › should find unknown people ────────── [WebKit] › spotlight/spotlight.spec.ts:324:9 › Spotlight › should allow opening group chat dialog [WebKit] › spotlight/spotlight.spec.ts:342:9 › Spotlight › should close spotlight after starting a DM [WebKit] › spotlight/spotlight.spec.ts:347:9 › Spotlight › should show the same user only once ─ [WebKit] › spotlight/spotlight.spec.ts:360:9 › Spotlight › should be able to navigate results via keyboard 7 skipped 63 passed (14.0m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-Chrome-1 Expired
3.49 MB
all-blob-reports-Chrome-2 Expired
290 KB
all-blob-reports-Chrome-3 Expired
7.93 MB
all-blob-reports-Chrome-4 Expired
319 KB
all-blob-reports-Chrome-5 Expired
55.2 MB
all-blob-reports-Chrome-6 Expired
51.9 MB
all-blob-reports-Dendrite-1 Expired
3.58 MB
all-blob-reports-Dendrite-2 Expired
123 KB
all-blob-reports-Dendrite-3 Expired
8.7 KB
all-blob-reports-Dendrite-4 Expired
55.6 KB
all-blob-reports-Dendrite-5 Expired
8.57 MB
all-blob-reports-Dendrite-6 Expired
511 KB
all-blob-reports-Firefox-1 Expired
619 KB
all-blob-reports-Firefox-2 Expired
290 KB
all-blob-reports-Firefox-3 Expired
209 KB
all-blob-reports-Firefox-4 Expired
7.41 MB
all-blob-reports-Firefox-5 Expired
73.9 MB
all-blob-reports-Firefox-6 Expired
65.7 MB
all-blob-reports-Pinecone-1 Expired
215 KB
all-blob-reports-Pinecone-2 Expired
124 KB
all-blob-reports-Pinecone-3 Expired
8.71 KB
all-blob-reports-Pinecone-4 Expired
55.9 KB
all-blob-reports-Pinecone-5 Expired
9.12 MB
all-blob-reports-Pinecone-6 Expired
513 KB
all-blob-reports-WebKit-1 Expired
596 KB
all-blob-reports-WebKit-2 Expired
290 KB
all-blob-reports-WebKit-3 Expired
8.8 MB
all-blob-reports-WebKit-4 Expired
19.1 MB
all-blob-reports-WebKit-5 Expired
61.6 MB
all-blob-reports-WebKit-6 Expired
53.5 MB
html-report
398 MB
webapp Expired
28.7 MB