End to End Tests #3718
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L372
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:356:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Error: expect(received).toEqual(expected) // deep equality
Expected: ["!ebmvIQvHDQLyxcehhO:localhost"]
Received: undefined
370 | return;
371 | }
> 372 | expect(body.unsubscribe_rooms).toEqual([unsubRoomId]);
| ^
373 | expect(body.room_subscriptions).not.toHaveProperty(unsubRoomId);
374 | expect(body.room_subscriptions).toHaveProperty(subRoomId);
375 | };
at assertUnsubExists (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:372:44)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:394:9
|
Run Playwright tests:
[Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.8m
|
Run Playwright tests:
[Firefox] › timeline/timeline.spec.ts#L1
[Firefox] › timeline/timeline.spec.ts took 1.8m
|
Run Playwright tests:
[Firefox] › spaces/spaces.spec.ts#L1
[Firefox] › spaces/spaces.spec.ts took 1.3m
|
Run Playwright tests:
[Firefox] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Firefox] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 39.1s
|
Run Playwright tests:
[Firefox] › user-onboarding/user-onboarding-new.spec.ts#L1
[Firefox] › user-onboarding/user-onboarding-new.spec.ts took 36.4s
|
Run Playwright tests
1 flaky
[Firefox] › sliding-sync/sliding-sync.spec.ts:356:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
30 skipped
84 passed (14.6m)
|
Loading