Build & Test #1437
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/63250d60c61c39846f76/9679.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:32783/_matrix/client/v3/join/!qBYN87163tlxtXRv%3Af5044a44ae12d9cad6957cb38434b3cb71eefcbb52d1efd3f3a1e193bc17bfad)
at parseErrorResponse (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/63250d60c61c39846f76/init.js:3569:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at parseErrorResponse (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/63250d60c61c39846f76/init.js:3569: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/63250d60c61c39846f76/9679.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:32781/_matrix/client/v3/join/!bdC0enMjT71RpXCd%3A6646e55b973c57c8b5a3e07110e93834dd733a07593d1d9fed6bbc387277ed47)
at parseErrorResponse (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/63250d60c61c39846f76/init.js:3569:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at parseErrorResponse (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/63250d60c61c39846f76/init.js:3569: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/63250d60c61c39846f76/9679.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:32779/_matrix/client/v3/join/!FDnSXAZ6GgX8rbIL%3A103ae9663e41f7fb561c9720307be67fb3ff76eb6924a300915f82aac0726e21)
at parseErrorResponse (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/63250d60c61c39846f76/init.js:3569:17)
at async eval (eval at evaluate (:302:30), <anonymous>:2:14)
at async <anonymous>:328:30
at parseErrorResponse (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:2214:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1920:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/63250d60c61c39846f76/9679.js:1784:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/63250d60c61c39846f76/init.js:3569: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#L154
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:70: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')
152 | // Message3 should be undecryptable
153 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 154 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
155 | });
156 | });
157 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/crypto/history-sharing.spec.ts:154:86
|
|
Run Playwright tests:
apps/web/playwright/e2e/crypto/history-sharing.spec.ts#L154
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:70: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')
152 | // Message3 should be undecryptable
153 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 154 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
155 | });
156 | });
157 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/crypto/history-sharing.spec.ts:154:86
|
|
Run Playwright tests:
apps/web/playwright/e2e/crypto/history-sharing.spec.ts#L154
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:70: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')
152 | // Message3 should be undecryptable
153 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 154 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
155 | });
156 | });
157 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/crypto/history-sharing.spec.ts:154: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:70: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/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/left-panel/room-list-panel/room-list.spec.ts:185:13 › Room list › Room list › Shortcuts › should select the next unread room
[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
[Pinecone] › playwright/e2e/settings/room-settings/room-security-tab.spec.ts:81:5 › Roles & Permissions room settings tab › should disallow changing from public to private if the user cannot alter history @screenshot
200 skipped
162 did not run
311 passed (36.0m)
|
Loading