End to End Tests #4434
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/pages/client.ts#L68
1) [WebKit] › composer/RTE.spec.ts:281:17 › Composer › Rich text editor › Drafts › draft with replies
Error: jsHandle.evaluate: Error: Timeout waiting for room !OCSUiHERQrgFMwlixD:localhost membership (now 'undefined', wanted 'join')
at ../pages/client.ts:68
66 | public async evaluate<T>(fn: (client: MatrixClient) => T, arg?: any): Promise<T> {
67 | await this.prepareClient();
> 68 | return this.client.evaluate(fn, arg);
| ^
69 | }
70 |
71 | public evaluateHandle<R, Arg, O extends MatrixClient = MatrixClient>(
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at /home/runner/work/element-web/element-web/playwright/e2e/composer/RTE.spec.ts:285:17
|
Run Playwright tests:
playwright/e2e/lazy-loading/lazy-loading.spec.ts#L79
2) [WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline
Error: toBeAttached can be only used with Locator object
77 | await app.timeline.scrollToTop();
78 | for (const charly of charlies) {
> 79 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached();
| ^
80 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached();
81 | }
82 | }
at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:79:104)
at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:134:9
|
Run Playwright tests:
[WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 1.6m
|
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 51.4s
|
Run Playwright tests:
[WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 41.5s
|
Run Playwright tests:
[WebKit] › accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › accessibility/keyboard-navigation.spec.ts took 27.9s
|
Run Playwright tests
2 flaky
[WebKit] › composer/RTE.spec.ts:281:17 › Composer › Rich text editor › Drafts › draft with replies
[WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline
17 skipped
103 passed (11.8m)
|
Loading