End to End Tests #5563
end-to-end-tests.yaml
on: schedule
Build Element-Web
2m 3s
Matrix: playwright
end-to-end-tests
1m 25s
Annotations
62 errors, 81 warnings, and 20 notices
[Pinecone] › playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit:
playwright/e2e/crypto/utils.ts#L193
1) [Pinecone] › playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1"
Received: "6"
at crypto/utils.ts:193
191 | expect(backupInfo).toBeDefined();
192 | // The key backup version is as expected
> 193 | expect(backupInfo.version).toBe(expectedBackupVersion);
| ^
194 | // The active backup version is as expected
195 | expect(activeBackupVersion).toBe(expectedBackupVersion);
196 | // The backup key is stored in 4S
at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:193:32)
at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:89:9
|
[Dendrite] › playwright/e2e/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#L52
1) [Dendrite] › playwright/e2e/room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 2
50 |
51 | const resp = await bot.publicRooms({});
> 52 | expect(resp.total_room_count_estimate).toEqual(1);
| ^
53 | expect(resp.chunk).toHaveLength(1);
54 | expect(resp.chunk[0].room_id).toEqual(roomId);
55 | },
at /home/runner/work/element-web/element-web/playwright/e2e/room-directory/room-directory.spec.ts:52:52
|
[Dendrite] › playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit:
playwright/e2e/crypto/utils.ts#L193
2) [Dendrite] › playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1"
Received: "6"
at crypto/utils.ts:193
191 | expect(backupInfo).toBeDefined();
192 | // The key backup version is as expected
> 193 | expect(backupInfo.version).toBe(expectedBackupVersion);
| ^
194 | // The active backup version is as expected
195 | expect(activeBackupVersion).toBe(expectedBackupVersion);
196 | // The backup key is stored in 4S
at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:193:32)
at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:89:9
|
[Pinecone] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L96
1) [Pinecone] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: "route.fetch: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
94 | await route.fulfill({ json: {} });
95 | await new Promise((f) => setTimeout(f, 1000));
> 96 | await route.fetch();
| ^
97 | });
98 |
99 | await logIntoElement(page, credentials);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:96:25
|
[Pinecone] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/utils.ts#L40
1) [Pinecone] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:8080/#/login", waiting until "load"
at crypto/utils.ts:40
38 | ): Promise<{ botClient: Bot; recoveryKey: GeneratedSecretStorageKey; expectedBackupVersion: string }> {
39 | // Visit the login page of the app, to load the matrix sdk
> 40 | await page.goto("/#/login");
| ^
41 |
42 | // wait for the page to load
43 | await page.waitForSelector(".mx_AuthPage", { timeout: 30000 });
at createBot (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:40:16)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:33:36
|
[Dendrite] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L96
1) [Dendrite] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: "route.fetch: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
94 | await route.fulfill({ json: {} });
95 | await new Promise((f) => setTimeout(f, 1000));
> 96 | await route.fetch();
| ^
97 | });
98 |
99 | await logIntoElement(page, credentials);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:96:25
|
[Dendrite] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/utils.ts#L40
1) [Dendrite] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:8080/#/login", waiting until "load"
at crypto/utils.ts:40
38 | ): Promise<{ botClient: Bot; recoveryKey: GeneratedSecretStorageKey; expectedBackupVersion: string }> {
39 | // Visit the login page of the app, to load the matrix sdk
> 40 | await page.goto("/#/login");
| ^
41 |
42 | // wait for the page to load
43 | await page.waitForSelector(".mx_AuthPage", { timeout: 30000 });
at createBot (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:40:16)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:33:36
|
[Chrome] › playwright/e2e/modules/loader.spec.ts:28:13 › Module loading › Example Module › should show alert:
playwright/e2e/modules/loader.spec.ts#L1
1) [Chrome] › playwright/e2e/modules/loader.spec.ts:28:13 › Module loading › Example Module › should show alert
Test timeout of 30000ms exceeded while setting up "homeserver".
|
[Chrome] › playwright/e2e/modules/loader.spec.ts:28:13 › Module loading › Example Module › should show alert:
playwright/e2e/modules/loader.spec.ts#L1
1) [Chrome] › playwright/e2e/modules/loader.spec.ts:28:13 › Module loading › Example Module › should show alert
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "homeserver".
|
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L21
1) [Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
Error: Test timeout of 30000ms exceeded
19 | await tile.hover();
20 | await tile.getByRole("button", { name: "Reply", exact: true }).click();
> 21 | }).toPass();
| ^
22 | };
23 |
24 | test.describe("Audio player", { tag: ["@no-firefox", "@no-webkit"] }, () => {
at clickButtonReply (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:21:8)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:274:19
|
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L96
2) [Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: "route.fetch: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
94 | await route.fulfill({ json: {} });
95 | await new Promise((f) => setTimeout(f, 1000));
> 96 | await route.fetch();
| ^
97 | });
98 |
99 | await logIntoElement(page, credentials);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:96:25
|
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/plugins/utils/api.ts#L27
2) [Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: apiRequestContext.fetch: Target page, context or browser has been closed
Call log:
- → POST http://localhost:36415/_synapse/admin/v1/register
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- content-type: application/json
- content-length: 309
at ../plugins/utils/api.ts:27
25 | public async request<R extends {}>(verb: Verb, path: string, token?: string, data?: object): Promise<R> {
26 | const url = `${this.baseUrl}${path}`;
> 27 | const res = await this._request.fetch(url, {
| ^
28 | data,
29 | method: verb,
30 | headers: token
at Api.request (/home/runner/work/element-web/element-web/playwright/plugins/utils/api.ts:27:41)
at StartedSynapseContainer.registerUserInternal (/home/runner/work/element-web/element-web/playwright/testcontainers/synapse.ts:306:42)
at Object.credentials (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:162:29)
|
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:343:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot:
playwright/e2e/timeline/timeline.spec.ts#L406
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:343:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot
Error: expect(locator).toHaveScreenshot(expected)
252 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/timeline/timeline.spec.ts/collapsed-gels-and-messages-irc-layout-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-5dcf4-ges-and-emote-on-IRC-layout-Chrome/collapsed-gels-and-messages-irc-layout-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-5dcf4-ges-and-emote-on-IRC-layout-Chrome/collapsed-gels-and-messages-irc-layout-diff.png
Call log:
- expect.toHaveScreenshot(collapsed-gels-and-messages-irc-layout.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 40 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 212 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- captured a stable screenshot
- 252 pixels (ratio 0.01 of all image pixels) are different.
404 | }
405 | // Record alignment of collapsed GELS and messages on messagePanel
> 406 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot(
| ^
407 | "collapsed-gels-and-messages-irc-layout.png",
408 | {
409 | // Exclude timestamp from snapshot of mx_MainSplit
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:406:61
|
[WebKit] › playwright/e2e/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] › playwright/e2e/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: "24"
Received string: "46"
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">46</span>
- unexpected value "46"
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] › playwright/e2e/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] › playwright/e2e/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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "24"
Received string: "23"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
2 × locator resolved to <span class="mx_NotificationBadge_count">46</span>
- unexpected value "46"
7 × locator resolved to <span class="mx_NotificationBadge_count">23</span>
- unexpected value "23"
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] › playwright/e2e/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] › playwright/e2e/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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "24"
Received string: "23"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
3 × locator resolved to <span class="mx_NotificationBadge_count">46</span>
- unexpected value "46"
5 × locator resolved to <span class="mx_NotificationBadge_count">23</span>
- unexpected value "23"
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] › playwright/e2e/polls/polls.spec.ts:225:9 › Polls › should be displayed correctly in thread panel @screenshot:
playwright/e2e/polls/polls.spec.ts#L1
2) [WebKit] › playwright/e2e/polls/polls.spec.ts:225:9 › Polls › should be displayed correctly in thread panel @screenshot
Test timeout of 30000ms exceeded while setting up "bot".
|
[WebKit] › playwright/e2e/polls/polls.spec.ts:225:9 › Polls › should be displayed correctly in thread panel @screenshot:
playwright/pages/bot.ts#L198
2) [WebKit] › playwright/e2e/polls/polls.spec.ts:225:9 › Polls › should be displayed correctly in thread panel @screenshot
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/bot.ts:198
196 | }
197 |
> 198 | await clientHandle.evaluate(async (cli) => {
| ^
199 | await cli.initRustCrypto({ useIndexedDB: false });
200 | await cli.startClient();
201 | });
at Bot.buildClient (/home/runner/work/element-web/element-web/playwright/pages/bot.ts:198:28)
at Bot.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:43:27)
at Object.bot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:235:9)
|
Run Tests [WebKit] 2/4
Process completed with exit code 1.
|
[WebKit] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts:19:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread @mergequeue:
playwright/e2e/read-receipts/reactions-in-threads.spec.ts#L1
1) [WebKit] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts:19:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread @mergequeue
Test timeout of 30000ms exceeded while setting up "page".
|
[WebKit] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts:19:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread @mergequeue:
playwright/e2e/read-receipts/reactions-in-threads.spec.ts#L1
1) [WebKit] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts:19:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread @mergequeue
Error: browserContext.newPage: Test timeout of 30000ms exceeded.
|
[WebKit] › playwright/e2e/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
2) [WebKit] › playwright/e2e/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: viewport ratio 0
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] › playwright/e2e/room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L1
3) [WebKit] › playwright/e2e/room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread
Test timeout of 30000ms exceeded.
|
[WebKit] › playwright/e2e/room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L51
3) [WebKit] › playwright/e2e/room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('The mark unread test room').getByRole('button', { name: 'Room options' })
- locator resolved to <div tabindex="0" role="button" aria-haspopup="true" aria-expanded="false" aria-label="Room options" class="mx_AccessibleButton mx_RoomTile_menuButton"></div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 100ms
47 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 500ms
49 | const roomTile = page.getByLabel(TEST_ROOM_NAME);
50 | await roomTile.focus();
> 51 | await roomTile.getByRole("button", { name: "Room options" }).click();
| ^
52 | await page.getByRole("menuitem", { name: "Mark as unread" }).click();
53 |
54 | await expect(page.getByLabel(TEST_ROOM_NAME + " Unread messages.")).toBeVisible();
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:51:70
|
[Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/device-verification.spec.ts#L96
1) [Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: "route.fetch: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
94 | await route.fulfill({ json: {} });
95 | await new Promise((f) => setTimeout(f, 1000));
> 96 | await route.fetch();
| ^
97 | });
98 |
99 | await logIntoElement(page, credentials);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:96:25
|
[Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit:
playwright/e2e/crypto/utils.ts#L40
1) [Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:8080/#/login", waiting until "load"
at crypto/utils.ts:40
38 | ): Promise<{ botClient: Bot; recoveryKey: GeneratedSecretStorageKey; expectedBackupVersion: string }> {
39 | // Visit the login page of the app, to load the matrix sdk
> 40 | await page.goto("/#/login");
| ^
41 |
42 | // wait for the page to load
43 | await page.waitForSelector(".mx_AuthPage", { timeout: 30000 });
at createBot (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:40:16)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:33:36
|
[Firefox] › playwright/e2e/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) [Firefox] › playwright/e2e/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: viewport ratio 0
Call log:
- expect.toBeInViewport with timeout 5000ms
- waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0')
7 × 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
|
[Firefox] › playwright/e2e/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
1) [Firefox] › playwright/e2e/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: viewport ratio 0
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] › playwright/e2e/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) [Firefox] › playwright/e2e/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: "24"
Received string: "23"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
2 × locator resolved to <span class="mx_NotificationBadge_count">46</span>
- unexpected value "46"
6 × locator resolved to <span class="mx_NotificationBadge_count">23</span>
- unexpected value "23"
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
|
[Firefox] › playwright/e2e/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/new-messages-thread-roots.spec.ts#L1
1) [Firefox] › playwright/e2e/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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › playwright/e2e/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) [Firefox] › playwright/e2e/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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "24"
Received string: "23"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
7 × locator resolved to <span class="mx_NotificationBadge_count">23</span>
- unexpected value "23"
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
|
[Firefox] › playwright/e2e/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) [Firefox] › playwright/e2e/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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "24"
Received string: "23"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
3 × locator resolved to <span class="mx_NotificationBadge_count">46</span>
- unexpected value "46"
5 × locator resolved to <span class="mx_NotificationBadge_count">23</span>
- unexpected value "23"
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
|
[Firefox] › playwright/e2e/read-receipts/high-level.spec.ts:304:13 › Read receipts › Paging up › After marking room as read based on a thread message:
playwright/e2e/read-receipts/index.ts#L577
2) [Firefox] › playwright/e2e/read-receipts/high-level.spec.ts:304:13 › Read receipts › Paging up › After marking room as read based on a thread message, opening threads view to find old threads that were never read leaves the room read @mergequeue
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomView')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView')
at read-receipts/index.ts:577
575 | await this.page.reload();
576 | // Wait for the app to reload
> 577 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
578 | }
579 |
580 | /**
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:577:57)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:326:13
|
Run Tests [Firefox] 2/4
Process completed with exit code 1.
|
[Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Test timeout of 30000ms exceeded.
|
[Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
397 | await Promise.all([
398 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
401 | ]);
402 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
|
[Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
397 | await Promise.all([
398 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
401 | ]);
402 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
|
[Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
397 | await Promise.all([
398 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
401 | ]);
402 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
|
Run Tests [Firefox] 4/4
Process completed with exit code 1.
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code:
playwright/e2e/crypto/utils.ts#L329
2) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code:
playwright/e2e/crypto/utils.ts#L329
2) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code:
playwright/e2e/crypto/utils.ts#L329
2) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys:
playwright/e2e/crypto/utils.ts#L329
3) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:302:12)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:165:34
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys:
playwright/e2e/crypto/utils.ts#L329
3) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:302:12)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:165:34
|
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys:
playwright/e2e/crypto/utils.ts#L329
3) [WebKit] › playwright/e2e/crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:302:12)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:165:34
|
[WebKit] › playwright/e2e/crypto/decryption-failure-messages.spec.ts:33:13 › Cryptography › decryption failure messages › should handle device-relative historical messages:
playwright/e2e/crypto/utils.ts#L329
4) [WebKit] › playwright/e2e/crypto/decryption-failure-messages.spec.ts:33:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:302:12)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/decryption-failure-messages.spec.ts:57:38
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:42:9 › Dehydration › 'Set up secure backup' creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:42:9 › Dehydration › 'Set up secure backup' creates dehydrated device
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:51:9
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:42:9 › Dehydration › 'Set up secure backup' creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:42:9 › Dehydration › 'Set up secure backup' creates dehydrated device
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:51:9
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:42:9 › Dehydration › 'Set up secure backup' creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:42:9 › Dehydration › 'Set up secure backup' creates dehydrated device
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:51:9
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:75:39
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:75:39
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:75:39
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:89:9 › Dehydration › Reset recovery key during login re-creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
3) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:89:9 › Dehydration › Reset recovery key during login re-creates dehydrated device
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:112:9
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:89:9 › Dehydration › Reset recovery key during login re-creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
3) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:89:9 › Dehydration › Reset recovery key during login re-creates dehydrated device
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:112:9
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:89:9 › Dehydration › Reset recovery key during login re-creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
3) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:89:9 › Dehydration › Reset recovery key during login re-creates dehydrated device
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at crypto/utils.ts:329
327 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click();
328 | // copy the recovery key to use it later
> 329 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText());
| ^
330 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
331 |
332 | // If the device is unverified, there should be a "Setting up keys" step.
at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:329:36)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:112:9
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:120:9 › Dehydration › 'Reset cryptographic identity' removes dehydrated device:
playwright/pages/ElementAppPage.ts#L68
4) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:120:9 › Dehydration › 'Reset cryptographic identity' removes dehydrated device
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:135:39
|
end-to-end-tests
Process completed with exit code 1.
|
Slow Test:
[Dendrite] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 40.8s
|
Slow Test:
[Pinecone] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Pinecone] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 41.6s
|
Slow Test:
[Pinecone] › playwright/e2e/right-panel/right-panel.spec.ts#L1
[Pinecone] › playwright/e2e/right-panel/right-panel.spec.ts took 19.1s
|
Slow Test:
[Pinecone] › playwright/e2e/read-receipts/room-list-order.spec.ts#L1
[Pinecone] › playwright/e2e/read-receipts/room-list-order.spec.ts took 17.9s
|
Slow Test:
[Pinecone] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts#L1
[Pinecone] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts took 15.8s
|
Slow Test:
[Dendrite] › playwright/e2e/right-panel/right-panel.spec.ts#L1
[Dendrite] › playwright/e2e/right-panel/right-panel.spec.ts took 18.7s
|
Slow Test:
[Dendrite] › playwright/e2e/read-receipts/room-list-order.spec.ts#L1
[Dendrite] › playwright/e2e/read-receipts/room-list-order.spec.ts took 16.3s
|
Slow Test:
[Dendrite] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts#L1
[Dendrite] › playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts took 15.5s
|
Slow Test:
[Pinecone] › playwright/e2e/timeline/timeline.spec.ts#L1
[Pinecone] › playwright/e2e/timeline/timeline.spec.ts took 1.0m
|
Slow Test:
[Pinecone] › playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
[Pinecone] › playwright/e2e/sliding-sync/sliding-sync.spec.ts took 44.2s
|
Slow Test:
[Dendrite] › playwright/e2e/timeline/timeline.spec.ts#L1
[Dendrite] › playwright/e2e/timeline/timeline.spec.ts took 1.0m
|
Slow Test:
[Dendrite] › playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
[Dendrite] › playwright/e2e/sliding-sync/sliding-sync.spec.ts took 45.2s
|
Slow Test:
[Dendrite] › playwright/e2e/oidc/oidc-native.spec.ts#L1
[Dendrite] › playwright/e2e/oidc/oidc-native.spec.ts took 15.3s
|
Slow Test:
[Pinecone] › playwright/e2e/messages/messages.spec.ts#L1
[Pinecone] › playwright/e2e/messages/messages.spec.ts took 45.7s
|
Slow Test:
[Pinecone] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Pinecone] › playwright/e2e/crypto/event-shields.spec.ts took 44.6s
|
Slow Test:
[Pinecone] › playwright/e2e/audio-player/audio-player.spec.ts#L1
[Pinecone] › playwright/e2e/audio-player/audio-player.spec.ts took 32.5s
|
Slow Test:
[Pinecone] › playwright/e2e/composer/RTE.spec.ts#L1
[Pinecone] › playwright/e2e/composer/RTE.spec.ts took 30.0s
|
Slow Test:
[Dendrite] › playwright/e2e/messages/messages.spec.ts#L1
[Dendrite] › playwright/e2e/messages/messages.spec.ts took 46.5s
|
Slow Test:
[Dendrite] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Dendrite] › playwright/e2e/crypto/event-shields.spec.ts took 45.5s
|
Slow Test:
[Dendrite] › playwright/e2e/audio-player/audio-player.spec.ts#L1
[Dendrite] › playwright/e2e/audio-player/audio-player.spec.ts took 31.6s
|
Slow Test:
[Dendrite] › playwright/e2e/composer/RTE.spec.ts#L1
[Dendrite] › playwright/e2e/composer/RTE.spec.ts took 30.1s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts took 1.5m
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/redactions-main-timeline.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/redactions-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts took 50.4s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/read-receipts.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/read-receipts.spec.ts took 46.1s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts took 30.6s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/high-level.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/high-level.spec.ts took 2.6m
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts took 58.3s
|
Slow Test:
[Chrome] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 57.4s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts took 39.7s
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts took 38.9s
|
Slow Test:
[Chrome] › playwright/e2e/messages/messages.spec.ts#L1
[Chrome] › playwright/e2e/messages/messages.spec.ts took 57.6s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts took 54.9s
|
Slow Test:
[Chrome] › playwright/e2e/composer/RTE.spec.ts#L1
[Chrome] › playwright/e2e/composer/RTE.spec.ts took 35.6s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/crypto.spec.ts#L1
[Chrome] › playwright/e2e/crypto/crypto.spec.ts took 34.7s
|
Slow Test:
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts took 29.2s
|
Slow Test:
[Chrome] › playwright/e2e/spotlight/spotlight.spec.ts#L1
[Chrome] › playwright/e2e/spotlight/spotlight.spec.ts took 2.4m
|
Slow Test:
[Chrome] › playwright/e2e/login/login-consent.spec.ts#L1
[Chrome] › playwright/e2e/login/login-consent.spec.ts took 1.4m
|
Slow Test:
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts took 51.7s
|
Slow Test:
[Chrome] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 49.8s
|
Slow Test:
[Chrome] › playwright/e2e/spaces/spaces.spec.ts#L1
[Chrome] › playwright/e2e/spaces/spaces.spec.ts took 30.9s
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/high-level.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/high-level.spec.ts took 3.0m
|
Slow Test:
[WebKit] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 1.3m
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts took 1.2m
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts took 51.7s
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts took 50.6s
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts took 2.0m
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/redactions-main-timeline.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/redactions-main-timeline.spec.ts took 1.4m
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/read-receipts.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/read-receipts.spec.ts took 59.1s
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts took 39.2s
|
Slow Test:
[WebKit] › playwright/e2e/right-panel/right-panel.spec.ts#L1
[WebKit] › playwright/e2e/right-panel/right-panel.spec.ts took 34.4s
|
Slow Test:
[Firefox] › playwright/e2e/messages/messages.spec.ts#L1
[Firefox] › playwright/e2e/messages/messages.spec.ts took 1.7m
|
Slow Test:
[Firefox] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Firefox] › playwright/e2e/crypto/event-shields.spec.ts took 1.3m
|
Slow Test:
[Firefox] › playwright/e2e/composer/RTE.spec.ts#L1
[Firefox] › playwright/e2e/composer/RTE.spec.ts took 59.8s
|
Slow Test:
[Firefox] › playwright/e2e/crypto/crypto.spec.ts#L1
[Firefox] › playwright/e2e/crypto/crypto.spec.ts took 56.4s
|
Slow Test:
[Firefox] › playwright/e2e/crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › playwright/e2e/crypto/decryption-failure-messages.spec.ts took 41.8s
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts took 2.4m
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/redactions-main-timeline.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/redactions-main-timeline.spec.ts took 1.8m
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/read-receipts.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/read-receipts.spec.ts took 1.2m
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts took 1.2m
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts took 48.8s
|
Slow Test:
[Firefox] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 1.6m
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts took 1.5m
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts took 1.0m
|
Slow Test:
[Firefox] › playwright/e2e/spotlight/spotlight.spec.ts#L1
[Firefox] › playwright/e2e/spotlight/spotlight.spec.ts took 3.2m
|
Slow Test:
[Firefox] › playwright/e2e/login/login-consent.spec.ts#L1
[Firefox] › playwright/e2e/login/login-consent.spec.ts took 1.7m
|
Slow Test:
[Firefox] › playwright/e2e/timeline/timeline.spec.ts#L1
[Firefox] › playwright/e2e/timeline/timeline.spec.ts took 1.1m
|
Slow Test:
[Firefox] › playwright/e2e/spaces/spaces.spec.ts#L1
[Firefox] › playwright/e2e/spaces/spaces.spec.ts took 56.8s
|
Slow Test:
[Firefox] › playwright/e2e/crypto/backups-mas.spec.ts#L1
[Firefox] › playwright/e2e/crypto/backups-mas.spec.ts took 39.6s
|
Slow Test:
[WebKit] › playwright/e2e/messages/messages.spec.ts#L1
[WebKit] › playwright/e2e/messages/messages.spec.ts took 1.6m
|
Slow Test:
[WebKit] › playwright/e2e/accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › playwright/e2e/accessibility/keyboard-navigation.spec.ts took 31.3s
|
Slow Test:
[WebKit] › playwright/e2e/knock/knock-into-room.spec.ts#L1
[WebKit] › playwright/e2e/knock/knock-into-room.spec.ts took 26.6s
|
Slow Test:
[WebKit] › playwright/e2e/integration-manager/kick.spec.ts#L1
[WebKit] › playwright/e2e/integration-manager/kick.spec.ts took 26.4s
|
Slow Test:
[WebKit] › playwright/e2e/crypto/toasts.spec.ts#L1
[WebKit] › playwright/e2e/crypto/toasts.spec.ts took 23.3s
|
Slow Test:
[WebKit] › playwright/e2e/spotlight/spotlight.spec.ts#L1
[WebKit] › playwright/e2e/spotlight/spotlight.spec.ts took 2.7m
|
Slow Test:
[WebKit] › playwright/e2e/login/login-consent.spec.ts#L1
[WebKit] › playwright/e2e/login/login-consent.spec.ts took 1.6m
|
Slow Test:
[WebKit] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[WebKit] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.0m
|
Slow Test:
[WebKit] › playwright/e2e/timeline/timeline.spec.ts#L1
[WebKit] › playwright/e2e/timeline/timeline.spec.ts took 55.9s
|
Slow Test:
[WebKit] › playwright/e2e/spaces/spaces.spec.ts#L1
[WebKit] › playwright/e2e/spaces/spaces.spec.ts took 36.5s
|
🎭 Playwright Run Summary
103 skipped
15 passed (1.1m)
|
🎭 Playwright Run Summary
103 skipped
15 passed (1.3m)
|
🎭 Playwright Run Summary
1 flaky
[Pinecone] › playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
63 skipped
55 passed (3.1m)
|
🎭 Playwright Run Summary
2 flaky
[Dendrite] › playwright/e2e/room-directory/room-directory.spec.ts:19:9 › Room Directory › should allow admin to add alias & publish room to directory @no-webkit
[Dendrite] › playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
61 skipped
56 passed (3.2m)
|
🎭 Playwright Run Summary
66 skipped
56 passed (3.6m)
|
🎭 Playwright Run Summary
66 skipped
56 passed (3.7m)
|
🎭 Playwright Run Summary
1 flaky
[Pinecone] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
33 skipped
97 passed (5.8m)
|
🎭 Playwright Run Summary
1 flaky
[Dendrite] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
33 skipped
97 passed (5.7m)
|
🎭 Playwright Run Summary
2 skipped
117 passed (8.9m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/modules/loader.spec.ts:28:13 › Module loading › Example Module › should show alert
44 skipped
73 passed (9.6m)
|
🎭 Playwright Run Summary
2 flaky
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
[Chrome] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
1 skipped
128 passed (10.3m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:343:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout @screenshot
2 skipped
119 passed (12.2m)
|
🎭 Playwright Run Summary
1 failed
[WebKit] › playwright/e2e/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
1 flaky
[WebKit] › playwright/e2e/polls/polls.spec.ts:225:9 › Polls › should be displayed correctly in thread panel @screenshot
44 skipped
72 passed (12.3m)
|
🎭 Playwright Run Summary
3 flaky
[WebKit] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts:19:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread @mergequeue
[WebKit] › playwright/e2e/room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
[WebKit] › playwright/e2e/room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread
11 skipped
105 passed (12.6m)
|
🎭 Playwright Run Summary
1 flaky
[Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
11 skipped
119 passed (14.4m)
|
🎭 Playwright Run Summary
1 flaky
[Firefox] › playwright/e2e/room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
7 skipped
111 passed (15.0m)
|
🎭 Playwright Run Summary
1 failed
[Firefox] › playwright/e2e/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
1 flaky
[Firefox] › playwright/e2e/read-receipts/high-level.spec.ts:304:13 › Read receipts › Paging up › After marking room as read based on a thread message, opening threads view to find old threads that were never read leaves the room read @mergequeue
44 skipped
72 passed (15.2m)
|
🎭 Playwright Run Summary
1 failed
[Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
28 skipped
93 passed (15.9m)
|
🎭 Playwright Run Summary
6 failed
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
[WebKit] › playwright/e2e/crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys
[WebKit] › playwright/e2e/crypto/decryption-failure-messages.spec.ts:33:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
[WebKit] › playwright/e2e/crypto/event-shields.spec.ts:163:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
[WebKit] › playwright/e2e/crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm
1 flaky
[WebKit] › playwright/e2e/composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads
18 skipped
106 passed (15.4m)
|
🎭 Playwright Run Summary
5 failed
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:42:9 › Dehydration › 'Set up secure backup' creates dehydrated device
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:89:9 › Dehydration › Reset recovery key during login re-creates dehydrated device
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:120:9 › Dehydration › 'Reset cryptographic identity' removes dehydrated device
[WebKit] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
18 skipped
99 passed (17.3m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
all-blob-reports-Chrome-1
Expired
|
11.6 MB |
sha256:6e885c480fca34c4f9883c1daf153859e961e76ed7e01621d013c76c1f9568be
|
|
all-blob-reports-Chrome-2
Expired
|
397 KB |
sha256:4aedcc94a6cd6a81c74fababb20baabf73c236ba87ba146fb4d3d7e71e10257d
|
|
all-blob-reports-Chrome-3
Expired
|
473 KB |
sha256:6577b8101cf1eef330ca666352805bb724af42ad1cfe6c1cd746805b2712b47d
|
|
all-blob-reports-Chrome-4
Expired
|
4.99 MB |
sha256:dd52134dc6cd7da7cef9a16019f9ccc4af9d149a3e03ecd86aa660a5974bcb4e
|
|
all-blob-reports-Dendrite-1
Expired
|
6.14 MB |
sha256:64442b65de7d20a119994d1cc019b9618f00e5acbe60b88e99da97d18e3d2eda
|
|
all-blob-reports-Dendrite-2
Expired
|
69.1 KB |
sha256:39116c0d9ac08107a38dd831d78c07dc743a45419befdc7d9c5ba03e315d58ff
|
|
all-blob-reports-Dendrite-3
Expired
|
9.83 MB |
sha256:51b0506593b64b214e9898ff493483b5d583eca63f87eac90125b8413ecffdbc
|
|
all-blob-reports-Dendrite-4
Expired
|
563 KB |
sha256:6edf01f7e1e4dba415118b1633ce8f963623ba0a7a7b2d23ae897457974db020
|
|
all-blob-reports-Firefox-1
Expired
|
10.9 MB |
sha256:9973660dc5e122d9f562da6bd54ff9b6b07cbe72611acf58e96f1e0fd3492762
|
|
all-blob-reports-Firefox-2
Expired
|
46.7 MB |
sha256:34b0005528de5a6e8ccb25eca2011a74de94eafa68496d880daf1fb71546ac6e
|
|
all-blob-reports-Firefox-3
Expired
|
11.3 MB |
sha256:d8ed56d498c8fdae35ca49cfe12f17bfcdf463b0b0ea05b326462f405c23b7aa
|
|
all-blob-reports-Firefox-4
Expired
|
8.11 MB |
sha256:27723e1bfbb2df291d7b134b62c2c487c7939d7ce7d4b23bcb1383b4413c4bf8
|
|
all-blob-reports-Pinecone-1
Expired
|
6.2 MB |
sha256:ef7d59bacce4dba615d69c286cbac8e6504ac7bc44b1a93836ba2e7322f2e0a5
|
|
all-blob-reports-Pinecone-2
Expired
|
69.8 KB |
sha256:b02cae2a46e1a3875a9038f44fbfb1d380ba23444f5f823b7edb982dd8f5aa64
|
|
all-blob-reports-Pinecone-3
Expired
|
6.35 MB |
sha256:f77ef32720e5ac70ba0ee875176c0e926b2a481419d83ebc1615804a9c034d9d
|
|
all-blob-reports-Pinecone-4
Expired
|
570 KB |
sha256:ff9e49e2d2b63fcfd9d7dcc7e67d18b44dc3132e65738a0785bcd1e6576ebd97
|
|
all-blob-reports-WebKit-1
Expired
|
42.3 MB |
sha256:0f76140cd5e38f1a51185d1a1682a8b752a1d930f409ebc7b9383b50cdaf92e7
|
|
all-blob-reports-WebKit-2
Expired
|
21.2 MB |
sha256:30ce53ff3ce7def13cc279296ace704ded4c9598c8e85cf272484296212d0c25
|
|
all-blob-reports-WebKit-3
Expired
|
14.2 MB |
sha256:f57077b0c65c53ccfc3e6cc738daa61ecb6fa7c525bc733c4185f000eaf7c95f
|
|
all-blob-reports-WebKit-4
Expired
|
35.4 MB |
sha256:a9237828f6e7cb3bb49066eb196a6116147cf45a8867ed7af81ca7364b688c80
|
|
html-report
Expired
|
209 MB |
sha256:c258ea0297109d54aac25a7a51a8d0848c4f8a5e2040c44b28ace61bb25def84
|
|
webapp
Expired
|
27.3 MB |
sha256:0601c6f0d984b2841ebaa1f03faeb91c5c2a175601ac5f2a96a1696077e3ddb2
|
|