End to End Tests #5943
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
end-to-end-tests.yaml
on: schedule
Build Element-Web
2m 2s
Matrix: playwright
end-to-end-tests
1m 6s
Annotations
56 errors, 79 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/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:37849/_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: 310
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:307:42)
at Object.credentials (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:162:29)
|
|
[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
1) [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/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: "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">61</span>
- unexpected value "61"
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
|
|
[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')
3 × 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
|
|
[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')
4 × 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/read-receipts/new-messages-main-timeline.spec.ts:53:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue:
playwright/e2e/read-receipts/index.ts#L488
2) [WebKit] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:53:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue
Error: expect(received).toBeLessThan(expected)
Expected: < 30
Received: 30
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
at read-receipts/index.ts:488
486 | // https://playwright.dev/docs/test-assertions#expectpoll
487 | // .toBeLessThan doesn't have a retry mechanism, so we use .poll
> 488 | await expect
| ^
489 | .poll(async () => {
490 | return parseInt(await tile.locator(".mx_NotificationBadge_count").textContent(), 10);
491 | })
at Helpers.assertUnreadLessThan (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:488:9)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:68:17
|
|
Run Tests [WebKit] 2/4
Process completed with exit code 1.
|
|
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:140:13 › Timeline › configure room › should create and configure a room on IRC layout @screenshot:
playwright/e2e/timeline/timeline.spec.ts#L156
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:140:13 › Timeline › configure room › should create and configure a room on IRC layout @screenshot
Error: expect(locator).toHaveScreenshot(expected)
40 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/timeline/timeline.spec.ts/configured-room-irc-layout-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-43bff-figure-a-room-on-IRC-layout-Chrome/configured-room-irc-layout-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-43bff-figure-a-room-on-IRC-layout-Chrome/configured-room-irc-layout-diff.png
Call log:
- expect.toHaveScreenshot(configured-room-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
- captured a stable screenshot
- 40 pixels (ratio 0.01 of all image pixels) are different.
154 | await expect(page.locator(".mx_TimelineSeparator")).toHaveText("today");
155 |
> 156 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("configured-room-irc-layout.png");
| ^
157 | },
158 | );
159 |
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:156:61
|
|
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:277:13 › Timeline › configure room › should add inline start margin to an event line on IRC layout @screenshot:
playwright/e2e/timeline/timeline.spec.ts#L1
2) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:277:13 › Timeline › configure room › should add inline start margin to an event line on IRC layout @screenshot
Test timeout of 30000ms exceeded.
|
|
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:277:13 › Timeline › configure room › should add inline start margin to an event line on IRC layout @screenshot:
playwright/e2e/timeline/timeline.spec.ts#L295
2) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:277:13 › Timeline › configure room › should add inline start margin to an event line on IRC layout @screenshot
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_GenericEventListSummary').getByRole('button', { name: 'Expand' })
- locator resolved to <div tabindex="0" role="button" aria-expanded="false" class="mx_AccessibleButton mx_GenericEventListSummary_toggle mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link_inline">Expand</div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
53 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
293 |
294 | // Click "expand" link button
> 295 | await page.locator(".mx_GenericEventListSummary").getByRole("button", { name: "Expand" }).click();
| ^
296 |
297 | // Check the event line has margin instead of inset property
298 | // cf. _EventTile.pcss
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:295:107
|
|
[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')
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/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')
2 × 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/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
|
|
Run Tests [Firefox] 2/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
|
|
[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.
|
|
[Firefox] › playwright/e2e/accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms:
playwright/e2e/accessibility/keyboard-navigation.spec.ts#L1
1) [Firefox] › playwright/e2e/accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
Test timeout of 30000ms exceeded while setting up "homeserver".
|
|
[Firefox] › playwright/e2e/accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms:
playwright/e2e/accessibility/keyboard-navigation.spec.ts#L1
1) [Firefox] › playwright/e2e/accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "homeserver".
|
|
[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
2) [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
2) [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
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:30:9 › Dehydration › 'Set up secure backup' creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:30: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:39:9
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:30:9 › Dehydration › 'Set up secure backup' creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:30: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:39:9
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:30:9 › Dehydration › 'Set up secure backup' creates dehydrated device:
playwright/e2e/crypto/utils.ts#L329
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:30: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:39:9
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:50:9 › Dehydration › 'Set up recovery' creates dehydrated device:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:50: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:63:39
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:50:9 › Dehydration › 'Set up recovery' creates dehydrated device:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:50: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:63:39
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:50:9 › Dehydration › 'Set up recovery' creates dehydrated device:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:50: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:63:39
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:77: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:77: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:100:9
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:77: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:77: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:100:9
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:77: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:77: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:100:9
|
|
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:108:9 › Dehydration › 'Reset cryptographic identity' removes dehydrated device:
playwright/pages/ElementAppPage.ts#L68
4) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:108: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:123:39
|
|
end-to-end-tests
Process completed with exit code 1.
|
|
Slow Test:
[Pinecone] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Pinecone] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 42.6s
|
|
Slow Test:
[Dendrite] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 41.8s
|
|
Slow Test:
[Pinecone] › playwright/e2e/right-panel/right-panel.spec.ts#L1
[Pinecone] › playwright/e2e/right-panel/right-panel.spec.ts took 20.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.6s
|
|
Slow Test:
[Dendrite] › playwright/e2e/right-panel/right-panel.spec.ts#L1
[Dendrite] › playwright/e2e/right-panel/right-panel.spec.ts took 21.0s
|
|
Slow Test:
[Dendrite] › playwright/e2e/read-receipts/room-list-order.spec.ts#L1
[Dendrite] › playwright/e2e/read-receipts/room-list-order.spec.ts took 18.1s
|
|
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 43.8s
|
|
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 44.4s
|
|
Slow Test:
[Pinecone] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Pinecone] › playwright/e2e/crypto/event-shields.spec.ts took 46.3s
|
|
Slow Test:
[Pinecone] › playwright/e2e/messages/messages.spec.ts#L1
[Pinecone] › playwright/e2e/messages/messages.spec.ts took 46.0s
|
|
Slow Test:
[Pinecone] › playwright/e2e/audio-player/audio-player.spec.ts#L1
[Pinecone] › playwright/e2e/audio-player/audio-player.spec.ts took 31.8s
|
|
Slow Test:
[Pinecone] › playwright/e2e/composer/RTE.spec.ts#L1
[Pinecone] › playwright/e2e/composer/RTE.spec.ts took 29.4s
|
|
Slow Test:
[Dendrite] › playwright/e2e/messages/messages.spec.ts#L1
[Dendrite] › playwright/e2e/messages/messages.spec.ts took 48.0s
|
|
Slow Test:
[Dendrite] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Dendrite] › playwright/e2e/crypto/event-shields.spec.ts took 46.0s
|
|
Slow Test:
[Dendrite] › playwright/e2e/audio-player/audio-player.spec.ts#L1
[Dendrite] › playwright/e2e/audio-player/audio-player.spec.ts took 31.4s
|
|
Slow Test:
[Dendrite] › playwright/e2e/composer/RTE.spec.ts#L1
[Dendrite] › playwright/e2e/composer/RTE.spec.ts took 31.0s
|
|
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 57.3s
|
|
Slow Test:
[Chrome] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 56.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.2s
|
|
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.0s
|
|
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 51.9s
|
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/read-receipts.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/read-receipts.spec.ts took 46.9s
|
|
Slow Test:
[Chrome] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › playwright/e2e/read-receipts/redactions-thread-roots.spec.ts took 31.8s
|
|
Slow Test:
[Chrome] › playwright/e2e/messages/messages.spec.ts#L1
[Chrome] › playwright/e2e/messages/messages.spec.ts took 56.9s
|
|
Slow Test:
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts took 50.7s
|
|
Slow Test:
[Chrome] › playwright/e2e/composer/RTE.spec.ts#L1
[Chrome] › playwright/e2e/composer/RTE.spec.ts took 35.2s
|
|
Slow Test:
[Chrome] › playwright/e2e/crypto/crypto.spec.ts#L1
[Chrome] › playwright/e2e/crypto/crypto.spec.ts took 33.6s
|
|
Slow Test:
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › playwright/e2e/crypto/decryption-failure-messages.spec.ts took 29.0s
|
|
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/reactions-in-threads.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/reactions-in-threads.spec.ts took 1.0m
|
|
Slow Test:
[WebKit] › playwright/e2e/read-receipts/read-receipts.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/read-receipts.spec.ts took 1.0m
|
|
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.4s
|
|
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/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/editing-messages-in-threads.spec.ts#L1
[WebKit] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts took 50.5s
|
|
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.6m
|
|
Slow Test:
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts took 54.3s
|
|
Slow Test:
[Chrome] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 50.4s
|
|
Slow Test:
[Chrome] › playwright/e2e/spaces/spaces.spec.ts#L1
[Chrome] › playwright/e2e/spaces/spaces.spec.ts took 32.0s
|
|
Slow Test:
[Firefox] › playwright/e2e/read-receipts/high-level.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/high-level.spec.ts took 3.4m
|
|
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.6m
|
|
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/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.1m
|
|
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:
[WebKit] › playwright/e2e/messages/messages.spec.ts#L1
[WebKit] › playwright/e2e/messages/messages.spec.ts took 1.6m
|
|
Slow Test:
[WebKit] › playwright/e2e/composer/RTE.spec.ts#L1
[WebKit] › playwright/e2e/composer/RTE.spec.ts took 1.5m
|
|
Slow Test:
[WebKit] › playwright/e2e/integration-manager/kick.spec.ts#L1
[WebKit] › playwright/e2e/integration-manager/kick.spec.ts took 26.6s
|
|
Slow Test:
[WebKit] › playwright/e2e/knock/knock-into-room.spec.ts#L1
[WebKit] › playwright/e2e/knock/knock-into-room.spec.ts took 26.3s
|
|
Slow Test:
[WebKit] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L1
[WebKit] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts took 26.1s
|
|
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.2m
|
|
Slow Test:
[Firefox] › playwright/e2e/spaces/spaces.spec.ts#L1
[Firefox] › playwright/e2e/spaces/spaces.spec.ts took 57.0s
|
|
Slow Test:
[Firefox] › playwright/e2e/crypto/dehydration.spec.ts#L1
[Firefox] › playwright/e2e/crypto/dehydration.spec.ts took 46.9s
|
|
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.4m
|
|
Slow Test:
[Firefox] › playwright/e2e/composer/RTE.spec.ts#L1
[Firefox] › playwright/e2e/composer/RTE.spec.ts took 1.0m
|
|
Slow Test:
[Firefox] › playwright/e2e/crypto/crypto.spec.ts#L1
[Firefox] › playwright/e2e/crypto/crypto.spec.ts took 57.9s
|
|
Slow Test:
[Firefox] › playwright/e2e/crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › playwright/e2e/crypto/decryption-failure-messages.spec.ts took 43.2s
|
|
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.7m
|
|
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 59.7s
|
|
Slow Test:
[WebKit] › playwright/e2e/crypto/backups-mas.spec.ts#L1
[WebKit] › playwright/e2e/crypto/backups-mas.spec.ts took 42.1s
|
|
🎭 Playwright Run Summary
103 skipped
15 passed (1.1m)
|
|
🎭 Playwright Run Summary
103 skipped
15 passed (1.2m)
|
|
🎭 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
57 passed (3.0m)
|
|
🎭 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
58 passed (3.3m)
|
|
🎭 Playwright Run Summary
66 skipped
57 passed (3.6m)
|
|
🎭 Playwright Run Summary
66 skipped
57 passed (3.6m)
|
|
🎭 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
99 passed (6.0m)
|
|
🎭 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
99 passed (6.1m)
|
|
🎭 Playwright Run Summary
44 skipped
74 passed (8.4m)
|
|
🎭 Playwright Run Summary
2 skipped
119 passed (9.2m)
|
|
🎭 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
130 passed (10.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[WebKit] › playwright/e2e/room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
11 skipped
109 passed (11.6m)
|
|
🎭 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/read-receipts/new-messages-main-timeline.spec.ts:53:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue
44 skipped
72 passed (12.1m)
|
|
🎭 Playwright Run Summary
2 flaky
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:140:13 › Timeline › configure room › should create and configure a room on IRC layout @screenshot
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:277:13 › Timeline › configure room › should add inline start margin to an event line on IRC layout @screenshot
2 skipped
119 passed (13.5m)
|
|
🎭 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
44 skipped
73 passed (13.9m)
|
|
🎭 Playwright Run Summary
7 skipped
114 passed (14.1m)
|
|
🎭 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/lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline
18 skipped
108 passed (16.0m)
|
|
🎭 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
94 passed (16.4m)
|
|
🎭 Playwright Run Summary
2 flaky
[Firefox] › playwright/e2e/accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
[Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
11 skipped
120 passed (16.6m)
|
|
🎭 Playwright Run Summary
5 failed
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:30:9 › Dehydration › 'Set up secure backup' creates dehydrated device
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:50:9 › Dehydration › 'Set up recovery' creates dehydrated device
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:77:9 › Dehydration › Reset recovery key during login re-creates dehydrated device
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:108: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
100 passed (17.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
all-blob-reports-Chrome-1
Expired
|
11.6 MB |
sha256:81ce725bc9da1eb158004626ba3f7af25a4e450e621dd93ee2d3811df691029f
|
|
|
all-blob-reports-Chrome-2
Expired
|
392 KB |
sha256:fb2e148981c20392e85fcddca6415230b5defa2a550ab4538fef47992d62c4c5
|
|
|
all-blob-reports-Chrome-3
Expired
|
479 KB |
sha256:be54401b80d2cee8834e96ec1214b39edee8a544e5857dd256c07cd34faa274e
|
|
|
all-blob-reports-Chrome-4
Expired
|
8.53 MB |
sha256:81942a4cc88c300890704af244d86eed4a49d46c8c53ef073a6d5769b235c9a6
|
|
|
all-blob-reports-Dendrite-1
Expired
|
5.84 MB |
sha256:e91ee3acfab3aa5af2948cbf65e1bdfd4e25dd30f1a4368478727d66469be79c
|
|
|
all-blob-reports-Dendrite-2
Expired
|
68.9 KB |
sha256:a56b521253e3485e3ab1a7f519d9e6ebc2ed88cedabc41c7dad580bd8346018b
|
|
|
all-blob-reports-Dendrite-3
Expired
|
9.9 MB |
sha256:f5f78c1812ece7ffc5b66e2d6723814a3d027e05fdb76604c48874c8fee1f8bd
|
|
|
all-blob-reports-Dendrite-4
Expired
|
568 KB |
sha256:b562409f9a30cfdbcfcb104419e4a15f61bb544d1d62f4593fe7acc9cdaaba25
|
|
|
all-blob-reports-Firefox-1
Expired
|
11 MB |
sha256:6c219856fe1c7861c786d4574af555f9ef6c68d8799de2c210b4a010f75c7cdf
|
|
|
all-blob-reports-Firefox-2
Expired
|
21.4 MB |
sha256:9f7a30476c960428b7a994c3a9aceeaf5dac520b6102bf0de468bd6d0ea65a61
|
|
|
all-blob-reports-Firefox-3
Expired
|
469 KB |
sha256:282a4617febcf786ecff7bf602b7888dc0b3db1306b1f72b6a01149b6ab4b8f7
|
|
|
all-blob-reports-Firefox-4
Expired
|
8.1 MB |
sha256:89dfa3229483db9e6cdc68964ca35f53d7910cf570fe9e00b0175d5733cc333a
|
|
|
all-blob-reports-Pinecone-1
Expired
|
6.24 MB |
sha256:221533a5bcf2a1e0fd6c109a777f5ebf7cfb07617089826f095cc45032fa77f6
|
|
|
all-blob-reports-Pinecone-2
Expired
|
69.5 KB |
sha256:65b8bbc588792ea5ea3ebba1f2ada9ab578ffe553d81e8d22fda25698627b5c2
|
|
|
all-blob-reports-Pinecone-3
Expired
|
6.29 MB |
sha256:cf981e8382e66834ff4bd1dbd0195bc04848f45f3be713939b35e2bbdc74b3f1
|
|
|
all-blob-reports-Pinecone-4
Expired
|
574 KB |
sha256:8511648b1ab74f51cb9ae281f8a91820b5c1a8c8e909d00bbb219419c81f50ed
|
|
|
all-blob-reports-WebKit-1
Expired
|
44.2 MB |
sha256:c5d690f9ec2069c3ca3a22589c7fc175449aa2900fcd3a445793c0f17310cc2e
|
|
|
all-blob-reports-WebKit-2
Expired
|
22.2 MB |
sha256:9550ad3b50631a3b336a793b7a6bf39248e530984b09c70fbcc05b3efac79449
|
|
|
all-blob-reports-WebKit-3
Expired
|
6.83 MB |
sha256:f00d1a010d8919c6cc7276d6d3b4f62c04bfad4a8527f0d27a95ca813fa4fea3
|
|
|
all-blob-reports-WebKit-4
Expired
|
38.9 MB |
sha256:a9af770e5a5ed662311392ab30290de73df148ea47b6ed38bf3c1c28c583f868
|
|
|
html-report
Expired
|
179 MB |
sha256:e2f54cad23b19f78e0a89699ac3b3d748bb608a8d903b83aa4d2eb0417f8e6ab
|
|
|
webapp
Expired
|
27.4 MB |
sha256:19e2e5dff391e394714012ab887196d1a9f2a9f54706ad4f94475bb485debda7
|
|