End to End Tests #3585
Annotations
4 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
1) [WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:133:9 › Threads Activity Centre › should have the correct hover state @no-firefox @screenshot
Test timeout of 30000ms exceeded while setting up "bot".
|
Run Playwright tests:
playwright/pages/bot.ts#L193
1) [WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:133:9 › Threads Activity Centre › should have the correct hover state @no-firefox @screenshot
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/bot.ts:193
191 | }
192 |
> 193 | await clientHandle.evaluate(async (cli) => {
| ^
194 | await cli.initRustCrypto({ useIndexedDB: false });
195 | cli.setGlobalErrorOnUnknownDevices(false);
196 | await cli.startClient();
at Bot.buildClient (/home/runner/work/element-web/element-web/playwright/pages/bot.ts:193:28)
at Bot.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:43:27)
at Object.bot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:265:9)
|
Run Playwright tests:
playwright/e2e/spotlight/spotlight.spec.ts#L156
2) [WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ───
Error: expect(received).toContain(expected) // indexOf
Expected substring: "!NpTksyFgQCWQyVaYGx:localhost"
Received string: "http://localhost:8080/#/room/!tQkrZYNuFecQjTQczL:localhost"
154 | await expect(resultLocator.first()).toContainText("Join");
155 | await resultLocator.first().click();
> 156 | expect(page.url()).toContain(room2Id);
| ^
157 | await expect(page.locator(".mx_RoomView_MessageList")).toHaveCount(1);
158 | await expect(roomHeaderName(page)).toContainText(room2Name);
159 | });
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:156:28
|
Run Playwright tests:
playwright/e2e/spotlight/spotlight.spec.ts#L171
3) [WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms
Error: expect(received).toContain(expected) // indexOf
Expected substring: "!TfpcKcZirpoTapitVe:localhost"
Received string: "http://localhost:8080/#/room/!RdXITtRIbBXUPLHgDp:localhost"
169 | await expect(resultLocator.first()).toContainText("View");
170 | await resultLocator.first().click();
> 171 | expect(page.url()).toContain(room3Id);
| ^
172 | await page.getByRole("button", { name: "Join the discussion" }).click();
173 | await expect(roomHeaderName(page)).toHaveText(room3Name);
174 | });
at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:171:28
|
Run Playwright tests:
[WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 1.8m
|
Run Playwright tests:
[WebKit] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 51.3s
|
Run Playwright tests:
[WebKit] › user-onboarding/user-onboarding-new.spec.ts#L1
[WebKit] › user-onboarding/user-onboarding-new.spec.ts took 37.8s
|
Run Playwright tests:
[WebKit] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[WebKit] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 36.9s
|
Run Playwright tests:
[WebKit] › settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts#L1
[WebKit] › settings/appearance-user-settings-tab/appearance-user-settings-tab.spec.ts took 32.4s
|
Run Playwright tests
3 flaky
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:133:9 › Threads Activity Centre › should have the correct hover state @no-firefox @screenshot
[WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ────
[WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms
29 skipped
83 passed (14.3m)
|
Loading