End to End Tests #4177
Annotations
8 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
Run Playwright tests:
playwright/pages/bot.ts#L202
2) [WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:122:9 › Threads Activity Centre › should order by recency after notification level @no-firefox
Error: jsHandle.evaluate: Error: null pointer passed to rust
at ../pages/bot.ts:202
200 | // XXX: workaround https://github.com/element-hq/element-web/issues/26755
201 | // wait for out device list to be available, as a proxy for the device keys having been uploaded.
> 202 | await clientHandle.evaluate(async (cli, credentials) => {
| ^
203 | await cli.getCrypto()!.getUserDeviceInfo([credentials.userId]);
204 | }, credentials);
205 |
at Bot.buildClient (/home/runner/work/element-web/element-web/playwright/pages/bot.ts:202:32)
at Bot.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:43:27)
at Object.bot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:235:9)
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
[WebKit] › spotlight/spotlight.spec.ts#L1
[WebKit] › spotlight/spotlight.spec.ts took 2.4m
|
Run Playwright tests:
[WebKit] › login/login-consent.spec.ts#L1
[WebKit] › login/login-consent.spec.ts took 1.3m
|
Run Playwright tests:
[WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 1.0m
|
Run Playwright tests:
[WebKit] › crypto/backups-mas.spec.ts#L1
[WebKit] › crypto/backups-mas.spec.ts took 45.1s
|
Run Playwright tests:
[WebKit] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 34.8s
|
Run Playwright tests
1 failed
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
1 flaky
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:122:9 › Threads Activity Centre › should order by recency after notification level @no-firefox
23 skipped
92 passed (13.7m)
|
Loading