Build & Test #1498
Annotations
10 errors and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts#L168
3) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:155:9 › Room list filters and sort › Room list › should filter the list (with primary filters) @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('room-list').getByRole('option', { name: 'unread room' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('option', { name: 'unread room' })
166 | // only one room should be visible
167 | await expect(roomList.getByRole("option", { name: "unread dm" })).toBeVisible();
> 168 | await expect(roomList.getByRole("option", { name: "unread room" })).toBeVisible();
| ^
169 | await expect.poll(() => roomList.locator("role=option").count()).toBe(4);
170 | await expect(primaryFilters).toMatchScreenshot("unread-primary-filters.png");
171 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:168:81
|
|
Run Playwright tests:
apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts#L168
3) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:155:9 › Room list filters and sort › Room list › should filter the list (with primary filters) @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('room-list').getByRole('option', { name: 'unread room' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('option', { name: 'unread room' })
166 | // only one room should be visible
167 | await expect(roomList.getByRole("option", { name: "unread dm" })).toBeVisible();
> 168 | await expect(roomList.getByRole("option", { name: "unread room" })).toBeVisible();
| ^
169 | await expect.poll(() => roomList.locator("role=option").count()).toBe(4);
170 | await expect(primaryFilters).toMatchScreenshot("unread-primary-filters.png");
171 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:168:81
|
|
Run Playwright tests:
apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts#L168
3) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:155:9 › Room list filters and sort › Room list › should filter the list (with primary filters) @screenshot
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('room-list').getByRole('option', { name: 'unread room' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByTestId('room-list').getByRole('option', { name: 'unread room' })
166 | // only one room should be visible
167 | await expect(roomList.getByRole("option", { name: "unread dm" })).toBeVisible();
> 168 | await expect(roomList.getByRole("option", { name: "unread room" })).toBeVisible();
| ^
169 | await expect.poll(() => roomList.locator("role=option").count()).toBe(4);
170 | await expect(primaryFilters).toMatchScreenshot("unread-primary-filters.png");
171 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:168:81
|
|
Run Playwright tests:
apps/web/http:/localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js#L2214
2) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:38:5 › Room list filters and sort › Tombstoned rooms are not shown even when they receive updates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: M_FORBIDDEN: MatrixError: [403] InputWasRejected (http://localhost:32790/_matrix/client/v3/join/!d3fjSPtGgv5NfHEr%3A4bfa1fb941800b7cb3379ae54d7ab79f28e40ed10b2fe8a778c7dfe467825917)
at parseErrorResponse (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/init.js:3570:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at parseErrorResponse (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/init.js:3570:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at Client.joinRoom (/home/runner/work/element-web/element-web/apps/web/playwright/pages/client.ts:238:22)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:83:9
|
|
Run Playwright tests:
apps/web/http:/localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js#L2214
2) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:38:5 › Room list filters and sort › Tombstoned rooms are not shown even when they receive updates
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: M_FORBIDDEN: MatrixError: [403] InputWasRejected (http://localhost:32787/_matrix/client/v3/join/!2s2vN67coongkspO%3Ac1ce67ca91ccea84101cc1ea4a2e9058d7d2d01520bc493005ee6fc77f163e4b)
at parseErrorResponse (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/init.js:3570:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at parseErrorResponse (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/init.js:3570:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at Client.joinRoom (/home/runner/work/element-web/element-web/apps/web/playwright/pages/client.ts:238:22)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:83:9
|
|
Run Playwright tests:
apps/web/http:/localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js#L2214
2) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:38:5 › Room list filters and sort › Tombstoned rooms are not shown even when they receive updates
Error: jsHandle.evaluate: M_FORBIDDEN: MatrixError: [403] InputWasRejected (http://localhost:32785/_matrix/client/v3/join/!ASyXsqZJDW27nRp5%3Ae47bad9d506f17761f65eed1bae7e21573c6c4e2200aa932e404a5f262b74167)
at parseErrorResponse (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/init.js:3570:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at parseErrorResponse (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/6023.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/3ef5e911ecd6eb2ca402/init.js:3570:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at Client.joinRoom (/home/runner/work/element-web/element-web/apps/web/playwright/pages/client.ts:238:22)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:83:9
|
|
Run Playwright tests:
apps/web/playwright/e2e/crypto/history-sharing.spec.ts#L153
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:69:5 › History sharing › Messages sent when we believed the room history was unshared should not be visible
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('You don\'t have access to this message')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('You don\'t have access to this message')
151 | // Message3 should be undecryptable
152 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 153 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
154 | });
155 | });
156 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/crypto/history-sharing.spec.ts:153:86
|
|
Run Playwright tests:
apps/web/playwright/e2e/crypto/history-sharing.spec.ts#L153
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:69:5 › History sharing › Messages sent when we believed the room history was unshared should not be visible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('You don\'t have access to this message')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('You don\'t have access to this message')
151 | // Message3 should be undecryptable
152 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 153 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
154 | });
155 | });
156 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/crypto/history-sharing.spec.ts:153:86
|
|
Run Playwright tests:
apps/web/playwright/e2e/crypto/history-sharing.spec.ts#L153
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:69:5 › History sharing › Messages sent when we believed the room history was unshared should not be visible
Error: expect(locator).toBeVisible() failed
Locator: getByText('You don\'t have access to this message')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('You don\'t have access to this message')
151 | // Message3 should be undecryptable
152 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 153 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
154 | });
155 | });
156 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/crypto/history-sharing.spec.ts:153:86
|
|
Run Playwright tests
Testing stopped early after 10 maximum allowed failures.
|
|
Run Playwright tests
10 failed
[Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:69:5 › History sharing › Messages sent when we believed the room history was unshared should not be visible
[Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:38:5 › Room list filters and sort › Tombstoned rooms are not shown even when they receive updates
[Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:155:9 › Room list filters and sort › Room list › should filter the list (with primary filters) @screenshot
[Pinecone] › playwright/e2e/room/invites.spec.ts:18:5 › Invites › should render an invite view @screenshot
[Pinecone] › playwright/e2e/room/invites.spec.ts:32:5 › Invites › should be able to decline an invite
[Pinecone] › playwright/e2e/room/invites.spec.ts:43:5 › Invites › should be able to decline an invite, report the room and ignore the user @screenshot
[Pinecone] › playwright/e2e/settings/preferences-user-settings-tab.spec.ts:28:5 › Preferences user settings tab › should be rendered properly @screenshot
[Pinecone] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:78:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
[Pinecone] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:99:5 › Sliding Sync › should move rooms around as new events arrive
[Pinecone] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:122:5 › Sliding Sync › should not move the selected room: it should be sticky
5 flaky
[Pinecone] › playwright/e2e/composer/CIDER.spec.ts:168:9 › Composer › CIDER › can send mention @screenshot
[Pinecone] › playwright/e2e/crypto/event-shields.spec.ts:61:9 › Cryptography › event shields › should show the correct shield on e2e events @screenshot
[Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-sections.spec.ts:228:9 › Room list sections › Sections and filters interaction › should maintain sections when a filter is applied
[Pinecone] › playwright/e2e/read-receipts/room-list-order.spec.ts:45:9 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list with default 'activity' order @mergequeue
[Pinecone] › playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:56:5 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
200 skipped
162 did not run
311 passed (37.9m)
|
Loading