This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Fix avatar in chat export (#12537) #9342
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L1
1) [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L471
1) [Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
Error: expect(locator).toContainText(expected)
Locator: locator('.mx_EventTile_last')
Expected string: "test encrypted 1"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.mx_EventTile_last')
469 | /* go back to the test room and find Bob's message again */
470 | await app.viewRoomById(testRoomId);
> 471 | await expect(lastTile).toContainText("test encrypted 1");
| ^
472 | // The gray shield would be a mx_EventTile_e2eIcon_normal. The red shield would be a mx_EventTile_e2eIcon_warning.
473 | // No shield would have no div mx_EventTile_e2eIcon at all.
474 | await expect(lastTileE2eIcon).toHaveClass(/mx_EventTile_e2eIcon_normal/);
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:471:36
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › crypto/verification.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › crypto/verification.spec.ts took 2.7m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › composer/composer.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › composer/composer.spec.ts took 1.4m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › integration-manager/kick.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › integration-manager/kick.spec.ts took 41.4s
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › knock/knock-into-room.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › knock/knock-into-room.spec.ts took 39.4s
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › login/login.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › login/login.spec.ts took 36.2s
|
Run Playwright tests
1 flaky
[Rust Crypto] › crypto/crypto.spec.ts:443:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
7 skipped
88 passed (17.1m)
|
The logs for this run have expired and are no longer available.
Loading