Run Playwright tests against Dendrite & Pinecone periodically #4089
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:310:5 › Sliding Sync › should clear the reply to field when swapping rooms
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#L202
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:310:5 › Sliding Sync › should clear the reply to field when swapping rooms
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:202
200 | user: async ({ pageWithCredentials: page, credentials }, use) => {
201 | await page.goto("/");
> 202 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
203 | await use(credentials);
204 | },
205 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:202:20)
|
Run Playwright tests:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.1m
|
Run Playwright tests:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 47.8s
|
Run Playwright tests:
[Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 30.7s
|
Run Playwright tests:
[Chrome] › room/room-header.spec.ts#L1
[Chrome] › room/room-header.spec.ts took 27.8s
|
Run Playwright tests:
[Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 17.2s
|
Run Playwright tests
1 flaky
[Chrome] › sliding-sync/sliding-sync.spec.ts:310:5 › Sliding Sync › should clear the reply to field when swapping rooms
2 skipped
80 passed (7.4m)
|
Loading