End to End Tests #13837
Annotations
10 errors and 1 notice
|
playwright/e2e/app-loading/stored-credentials.spec.ts#L42
4) [Pinecone] › playwright/e2e/app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/#\/room\//
Received string: "http://localhost:8080/#/home"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
9 × unexpected value "http://localhost:8080/#/home"
40 |
41 | // Check that the room reloaded
> 42 | await expect(page).toHaveURL(/\/#\/room\//);
| ^
43 | await expect(page.locator(".mx_RoomHeader")).toContainText("Test Room");
44 | });
45 |
at /home/runner/work/element-web/element-web/playwright/e2e/app-loading/stored-credentials.spec.ts:42:24
|
|
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/31a6c2269dee4f54bbec/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:32788/_matrix/client/v3/join/!Z3t1SSGi2rNWIsDZ%3A19c69f3802bfaea268030e7c2b499b034e9dbdaaee34011abe97f13cbca8b23e)
at parseErrorResponse (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/31a6c2269dee4f54bbec/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/31a6c2269dee4f54bbec/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/31a6c2269dee4f54bbec/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/31a6c2269dee4f54bbec/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:32786/_matrix/client/v3/join/!KtJTCcNdqDPDyeFX%3Ab974bede5ed2068a87f18a44f8d77a082f82766ad6adecfcd514f6c8e7555b73)
at parseErrorResponse (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/31a6c2269dee4f54bbec/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/31a6c2269dee4f54bbec/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/31a6c2269dee4f54bbec/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/31a6c2269dee4f54bbec/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:32784/_matrix/client/v3/join/!4Qsqwi99aRSXEdsG%3A14539becd76c9da1e6aa7a476a436f1a8b20c5cecec476786de69d5ca02971f9)
at parseErrorResponse (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/31a6c2269dee4f54bbec/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/31a6c2269dee4f54bbec/4425.js:6381:12)
at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:6091:58)
at async MatrixHttpApi.doAuthedRequest (http://localhost:8080/bundles/31a6c2269dee4f54bbec/4425.js:5955:24)
at async MatrixClient.joinRoom (http://localhost:8080/bundles/31a6c2269dee4f54bbec/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
3 flaky
[Pinecone] › playwright/e2e/app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload
[Pinecone] › playwright/e2e/composer/CIDER.spec.ts:152:13 › Composer › CIDER › can send mention @screenshot
[Pinecone] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:187:17 › Room list › Room list › Shortcuts › should select the next unread room
29 skipped
121 passed (12.5m)
|
The logs for this run have expired and are no longer available.
Loading