End to End Tests #4137
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L91
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:229:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
Test timeout of 30000ms exceeded while running "beforeEach" hook.
89 |
90 | // Load the user fixture for all tests
> 91 | test.beforeEach(({ user }) => {});
| ^
92 |
93 | test("should render the Rooms list in reverse chronological order by default and allowing sorting A-Z", async ({
94 | page,
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:91:10
|
Run Playwright tests:
playwright/element-web-test.ts#L201
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:229:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:201
199 | user: async ({ pageWithCredentials: page, credentials }, use) => {
200 | await page.goto("/");
> 201 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
202 | await use(credentials);
203 | },
204 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:201:20)
|
Run Playwright tests:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.0m
|
Run Playwright tests:
[Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 1.3m
|
Run Playwright tests:
[Chrome] › login/login-consent.spec.ts#L1
[Chrome] › login/login-consent.spec.ts took 1.1m
|
Run Playwright tests:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 47.1s
|
Run Playwright tests:
[Chrome] › crypto/backups-mas.spec.ts#L1
[Chrome] › crypto/backups-mas.spec.ts took 32.2s
|
Run Playwright tests
1 flaky
[Chrome] › sliding-sync/sliding-sync.spec.ts:229:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
7 skipped
106 passed (11.0m)
|
Loading