This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
upstream-sdk-notify #198
Annotations
4 errors, 5 warnings, and 1 notice
matrix-react-sdk/http:/localhost:8080/bundles/08c661fdfbd4d6b642cb/771.js#L3261
1) crypto/event-shields.spec.ts:262:13 › Cryptography › event shields › should show correct shields on events sent by devices which have since been deleted
Error: jsHandle.evaluate: Error: Cannot encrypt event in unconfigured room !TbfSTlTinfkHIrZPFK:localhost
at RustCrypto.encryptEvent (http://localhost:8080/bundles/08c661fdfbd4d6b642cb/771.js:3261:13)
at MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/08c661fdfbd4d6b642cb/init.js:9402:30)
at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/08c661fdfbd4d6b642cb/init.js:9334:9)
at async <anonymous>:260:30
at RustCrypto.encryptEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/08c661fdfbd4d6b642cb/771.js:3261:13)
at MatrixClient.encryptEventIfNeeded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/08c661fdfbd4d6b642cb/init.js:9402:30)
at async MatrixClient.encryptAndSendEvent (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/08c661fdfbd4d6b642cb/init.js:9334:9)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/async <anonymous>:260:30
at Bot.sendMessage (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:125:23)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/event-shields.spec.ts:272:13
|
matrix-react-sdk/playwright/e2e/crypto/event-shields.spec.ts#L295
1) crypto/event-shields.spec.ts:262:13 › Cryptography › event shields › should show correct shields on events sent by devices which have since been deleted
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.mx_EventTile').filter({ hasText: 'test encrypted from verified' }).locator('.mx_EventTile_e2eIcon')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.mx_EventTile').filter({ hasText: 'test encrypted from verified' }).locator('.mx_EventTile_e2eIcon')
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
293 |
294 | const penultimate = page.locator(".mx_EventTile").filter({ hasText: "test encrypted from verified" });
> 295 | await expect(penultimate.locator(".mx_EventTile_e2eIcon")).not.toBeVisible();
| ^
296 | });
297 | });
298 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/event-shields.spec.ts:295:76
|
matrix-react-sdk/playwright/e2e/crypto/user-verification.spec.ts#L1
2) crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/crypto/utils.ts#L373
2) crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
at crypto/utils.ts:373
371 | botVerificationRequest: JSHandle<VerificationRequest>,
372 | ): Promise<JSHandle<Verifier>> {
> 373 | return botVerificationRequest.evaluateHandle(async (verificationRequest) => {
| ^
374 | while (!verificationRequest.verifier) {
375 | await new Promise((r) => verificationRequest.once("change" as any, r));
376 | }
at awaitVerifier (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:373:35)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/user-verification.spec.ts:67:48
|
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.3m
|
matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.2m
|
matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.spec.ts took 1.1m
|
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 53.9s
|
matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 50.8s
|
2 flaky
crypto/event-shields.spec.ts:262:13 › Cryptography › event shields › should show correct shields on events sent by devices which have since been deleted
crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
1 skipped
74 passed (13.0m)
|
This job succeeded
Loading