End to End Tests #13846
Annotations
10 errors and 1 notice
|
playwright/e2e/composer/CIDER.spec.ts#L0
4) [Pinecone] › playwright/e2e/composer/CIDER.spec.ts:152:13 › Composer › CIDER › can send mention @screenshot
Test timeout of 30000ms exceeded.
|
|
playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts#L232
3) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:219:13 › 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' })
230 | // only one room should be visible
231 | await expect(roomList.getByRole("option", { name: "unread dm" })).toBeVisible();
> 232 | await expect(roomList.getByRole("option", { name: "unread room" })).toBeVisible();
| ^
233 | await expect.poll(() => roomList.locator("role=option").count()).toBe(4);
234 | await expect(primaryFilters).toMatchScreenshot("unread-primary-filters.png");
235 |
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:232:81
|
|
playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts#L232
3) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:219:13 › 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' })
230 | // only one room should be visible
231 | await expect(roomList.getByRole("option", { name: "unread dm" })).toBeVisible();
> 232 | await expect(roomList.getByRole("option", { name: "unread room" })).toBeVisible();
| ^
233 | await expect.poll(() => roomList.locator("role=option").count()).toBe(4);
234 | await expect(primaryFilters).toMatchScreenshot("unread-primary-filters.png");
235 |
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:232:81
|
|
playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts#L232
3) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:219:13 › 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' })
230 | // only one room should be visible
231 | await expect(roomList.getByRole("option", { name: "unread dm" })).toBeVisible();
> 232 | await expect(roomList.getByRole("option", { name: "unread room" })).toBeVisible();
| ^
233 | await expect.poll(() => roomList.locator("role=option").count()).toBe(4);
234 | await expect(primaryFilters).toMatchScreenshot("unread-primary-filters.png");
235 |
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:232:81
|
|
http:/localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js#L6381
2) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:53:9 › 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:32786/_matrix/client/v3/join/!CC8tPZJh9GVOqGGa%3Ac70088f1ce0931b9e764613683d02ca46979c71a21814d4bc9859783faf10fb5)
at parseErrorResponse (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/a8cfa41dcb109f85e796/init.js:3037:17)
at async eval (eval at evaluate (:290:30), <anonymous>:2:14)
at async <anonymous>:316:30
at parseErrorResponse (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/a8cfa41dcb109f85e796/init.js:3037:17)
at async eval (eval at evaluate (:290:30), <anonymous>:2:14)
at async <anonymous>:316:30
at Client.joinRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:210:22)
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:98:9
|
|
http:/localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js#L6381
2) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:53:9 › 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:32783/_matrix/client/v3/join/!GuGa99EpT39qwLvg%3Ac82794790bd4a32074d5a00376de45aba6c5f7807f9f11e8e4aa0297e2936ee6)
at parseErrorResponse (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/a8cfa41dcb109f85e796/init.js:3037:17)
at async eval (eval at evaluate (:290:30), <anonymous>:2:14)
at async <anonymous>:316:30
at parseErrorResponse (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/a8cfa41dcb109f85e796/init.js:3037:17)
at async eval (eval at evaluate (:290:30), <anonymous>:2:14)
at async <anonymous>:316:30
at Client.joinRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:210:22)
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:98:9
|
|
http:/localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js#L6381
2) [Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:53:9 › 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:32780/_matrix/client/v3/join/!PaqDngxDoJxOOXS6%3Ac2bedf62e39b78c3aa9aec285d48bb3a5e9c9c1192692a99adc1d176a0f1a118)
at parseErrorResponse (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/a8cfa41dcb109f85e796/init.js:3037:17)
at async eval (eval at evaluate (:290:30), <anonymous>:2:14)
at async <anonymous>:316:30
at parseErrorResponse (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/a8cfa41dcb109f85e796/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/a8cfa41dcb109f85e796/init.js:3037:17)
at async eval (eval at evaluate (:290:30), <anonymous>:2:14)
at async <anonymous>:316:30
at Client.joinRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:210:22)
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list-filter-sort.spec.ts:98:9
|
|
playwright/e2e/crypto/history-sharing.spec.ts#L138
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:60:9 › 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')
136 | // Message3 should be undecryptable
137 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 138 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
139 | });
140 | });
141 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/history-sharing.spec.ts:138:86
|
|
playwright/e2e/crypto/history-sharing.spec.ts#L138
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:60:9 › 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')
136 | // Message3 should be undecryptable
137 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 138 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
139 | });
140 | });
141 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/history-sharing.spec.ts:138:86
|
|
playwright/e2e/crypto/history-sharing.spec.ts#L138
1) [Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:60:9 › 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')
136 | // Message3 should be undecryptable
137 | await expect(charliePage.getByText("Message1")).toBeVisible();
> 138 | await expect(charliePage.getByText("You don't have access to this message")).toBeVisible();
| ^
139 | });
140 | });
141 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/history-sharing.spec.ts:138:86
|
|
3 failed
[Pinecone] › playwright/e2e/crypto/history-sharing.spec.ts:60:9 › 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:53:9 › 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:219:13 › Room list filters and sort › Room list › should filter the list (with primary filters) @screenshot
1 flaky
[Pinecone] › playwright/e2e/composer/CIDER.spec.ts:152:13 › Composer › CIDER › can send mention @screenshot
29 skipped
123 passed (11.9m)
|
The logs for this run have expired and are no longer available.
Loading