End to End Tests #3837
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts#L1
1) [WebKit] › read-receipts/new-messages-main-timeline.spec.ts:32:17 › Read receipts › new messages › in the main timeline › Reading latest message makes the room read @mergequeue
Test timeout of 30000ms exceeded while setting up "user".
|
Run Playwright tests:
playwright/element-web-test.ts#L183
1) [WebKit] › read-receipts/new-messages-main-timeline.spec.ts:32:17 › Read receipts › new messages › in the main timeline › Reading latest message makes the room read @mergequeue
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
Run Playwright tests:
[WebKit] › read-receipts/high-level.spec.ts#L1
[WebKit] › read-receipts/high-level.spec.ts took 3.6m
|
Run Playwright tests:
[WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.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 2.0m
|
Run Playwright tests:
[WebKit] › pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › pinned-messages/pinned-messages.spec.ts took 2.0m
|
Run Playwright tests:
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts took 1.4m
|
Run Playwright tests
1 flaky
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts:32:17 › Read receipts › new messages › in the main timeline › Reading latest message makes the room read @mergequeue
33 skipped
88 passed (17.6m)
|
Loading