Fix more flaky playwright tests #4161
Annotations
5 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/app-loading/stored-credentials.spec.ts#L1
1) [WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ──
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/app-loading/stored-credentials.spec.ts#L35
1) [WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ──
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "about:blank", waiting until "load"
33 |
34 | // Navigate away
> 35 | await page.goto("about:blank");
| ^
36 |
37 | // And back again
38 | await page.goto("/");
at /home/runner/work/element-web/element-web/playwright/e2e/app-loading/stored-credentials.spec.ts:35:16
|
Run Playwright tests:
playwright/e2e/composer/RTE.spec.ts#L1
2) [WebKit] › composer/RTE.spec.ts:220:17 › Composer › Rich text editor › links › create link with a forward selection
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/composer/RTE.spec.ts#L222
2) [WebKit] › composer/RTE.spec.ts:220:17 › Composer › Rich text editor › links › create link with a forward selection
Error: locator.pressSequentially: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div[contenteditable=true]')
220 | test("create link with a forward selection", async ({ page }) => {
221 | // Type a message
> 222 | await page.locator("div[contenteditable=true]").pressSequentially("my message 0");
| ^
223 | await page.locator("div[contenteditable=true]").press(`${CtrlOrMeta}+A`);
224 |
225 | // Open link modal
at /home/runner/work/element-web/element-web/playwright/e2e/composer/RTE.spec.ts:222:65
|
Run Playwright tests:
playwright/pages/client.ts#L69
3) [WebKit] › composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads
Error: jsHandle.evaluate: Error: Timeout waiting for room !BQjjeZeuKMREluyWom:localhost membership (now 'undefined', wanted 'join')
at ../pages/client.ts:69
67 | public async evaluate<T>(fn: (client: MatrixClient) => T, arg?: any): Promise<T> {
68 | await this.prepareClient();
> 69 | return this.client.evaluate(fn, arg);
| ^
70 | }
71 |
72 | public evaluateHandle<R, Arg, O extends MatrixClient = MatrixClient>(
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:69:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:338:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:202:9)
at /home/runner/work/element-web/element-web/playwright/e2e/composer/RTE.spec.ts:316:17
|
Run Playwright tests:
[WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.2m
|
Run Playwright tests:
[WebKit] › crypto/crypto.spec.ts#L1
[WebKit] › crypto/crypto.spec.ts took 53.3s
|
Run Playwright tests:
[WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 42.4s
|
Run Playwright tests:
[WebKit] › accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › accessibility/keyboard-navigation.spec.ts took 27.8s
|
Run Playwright tests:
[WebKit] › integration-manager/kick.spec.ts#L1
[WebKit] › integration-manager/kick.spec.ts took 27.4s
|
Run Playwright tests
3 flaky
[WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ───
[WebKit] › composer/RTE.spec.ts:220:17 › Composer › Rich text editor › links › create link with a forward selection
[WebKit] › composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads
16 skipped
63 passed (9.7m)
|
Loading