End to End Tests #3837
Annotations
3 errors, 5 warnings, and 1 notice
playwright/element-web-test.ts#L315
1) [Firefox] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot
Error: expect.toMatchScreenshot: Test ended.
at ../element-web-test.ts:315
313 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options);
314 |
> 315 | await style.evaluate((tag) => tag.remove());
| ^
316 |
317 | testInfo.annotations.push({
318 | // `_` prefix hides it from the HTML reporter
at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:315:21)
|
playwright/element-web-test.ts#L315
2) [Firefox] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot
Error: expect.toMatchScreenshot: Target page, context or browser has been closed
at ../element-web-test.ts:315
313 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options);
314 |
> 315 | await style.evaluate((tag) => tag.remove());
| ^
316 |
317 | testInfo.annotations.push({
318 | // `_` prefix hides it from the HTML reporter
at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:315:21)
|
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L382
3) [Firefox] › sliding-sync/sliding-sync.spec.ts:366:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Error: expect(received).toEqual(expected) // deep equality
Expected: ["!YRFAtmWQvgDsUSdWEW:localhost"]
Received: undefined
380 | return;
381 | }
> 382 | expect(body.unsubscribe_rooms).toEqual([unsubRoomId]);
| ^
383 | expect(body.room_subscriptions).not.toHaveProperty(unsubRoomId);
384 | expect(body.room_subscriptions).toHaveProperty(subRoomId);
385 | };
at assertUnsubExists (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:382:44)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:9
|
[Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.9m
|
[Firefox] › timeline/timeline.spec.ts#L1
[Firefox] › timeline/timeline.spec.ts took 2.5m
|
[Firefox] › spaces/spaces.spec.ts#L1
[Firefox] › spaces/spaces.spec.ts took 1.3m
|
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Firefox] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 41.0s
|
[Firefox] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Firefox] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 40.9s
|
3 flaky
[Firefox] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot
[Firefox] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot
[Firefox] › sliding-sync/sliding-sync.spec.ts:366:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
30 skipped
82 passed (17.5m)
|
The logs for this run have expired and are no longer available.
Loading