Replace MatrixClient.isRoomEncrypted
by MatrixClient.CryptoApi.isEncryptionEnabledInRoom
in RoomView
#2706
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/decryption-failure-messages.spec.ts#L1
1) crypto/decryption-failure-messages.spec.ts:31:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
Test timeout of 60000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/decryption-failure-messages.spec.ts#L66
1) crypto/decryption-failure-messages.spec.ts:31:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.mx_AuthPage').getByRole('button', { name: 'Skip verification for now' })
64 | await logOutOfElement(page);
65 | await logIntoElement(page, homeserver, credentials);
> 66 | await page.locator(".mx_AuthPage").getByRole("button", { name: "Skip verification for now" }).click();
| ^
67 | await page.locator(".mx_AuthPage").getByRole("button", { name: "I'll verify later" }).click();
68 | await app.viewRoomByName("Test room");
69 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/decryption-failure-messages.spec.ts:66:107
|
Run Playwright tests:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.4m
|
Run Playwright tests:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.3m
|
Run Playwright tests:
crypto/crypto.spec.ts#L1
crypto/crypto.spec.ts took 1.1m
|
Run Playwright tests:
crypto/event-shields.spec.ts#L1
crypto/event-shields.spec.ts took 1.1m
|
Run Playwright tests:
crypto/device-verification.spec.ts#L1
crypto/device-verification.spec.ts took 49.8s
|
Run Playwright tests
1 flaky
crypto/decryption-failure-messages.spec.ts:31:13 › Cryptography › decryption failure messages › should handle device-relative historical messages
77 passed (13.1m)
|
Loading