End to End Tests #4177
Annotations
2 errors, 2 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Dendrite] › 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#L411
1) [Dendrite] › 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.
409 | await Promise.all([
410 | page.waitForRequest(matchRoomSubRequest(roomOId)),
> 411 | page.waitForRequest(matchRoomUnsubRequest(roomPId)),
| ^
412 | page.getByRole("treeitem", { name: "Orange", exact: true }).click(),
413 | ]);
414 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:411:18
|
Run Playwright tests:
[Dendrite] › timeline/timeline.spec.ts#L1
[Dendrite] › timeline/timeline.spec.ts took 1.0m
|
Run Playwright tests:
[Dendrite] › oidc/oidc-native.spec.ts#L1
[Dendrite] › oidc/oidc-native.spec.ts took 15.2s
|
Run Playwright tests
1 flaky
[Dendrite] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
63 skipped
53 passed (4.2m)
|
Loading