End to End Tests #3945
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L574
1) [WebKit] › read-receipts/new-messages-main-timeline.spec.ts:118:17 › Read receipts › new messages › in the main timeline › A room where all messages are read is still read after restart @mergequeue
Error: page.reload: WebKit encountered an internal error
Call log:
- waiting for navigation until "load"
at read-receipts/index.ts:574
572 | return (cli.store as IndexedDBStore).reallySave();
573 | });
> 574 | await this.page.reload();
| ^
575 | // Wait for the app to reload
576 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
577 | }
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:574:25)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:133:17
|
Run Playwright tests:
[WebKit] › read-receipts/high-level.spec.ts#L1
[WebKit] › read-receipts/high-level.spec.ts took 3.0m
|
Run Playwright tests:
[WebKit] › read-receipts/new-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/new-messages-in-threads.spec.ts took 1.3m
|
Run Playwright tests:
[WebKit] › pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › pinned-messages/pinned-messages.spec.ts took 1.2m
|
Run Playwright tests:
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 52.4s
|
Run Playwright tests:
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts took 51.5s
|
Run Playwright tests
1 flaky
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts:118:17 › Read receipts › new messages › in the main timeline › A room where all messages are read is still read after restart @mergequeue
44 skipped
72 passed (11.1m)
|
Loading