This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Shown own sent state indicator even when showReadReceipts is disabled #9360
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#L479
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: getByRole('tooltip')
Expected string: "The authenticity of this encrypted message can't be guaranteed on this device."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('tooltip')
477 | // creator of this key is authentic. The tooltip should be "The authenticity of this encrypted message can't be guaranteed on this device."
478 | // It is not "Encrypted by an unknown or deleted device." even if the claimed device is actually deleted.
> 479 | await expect(page.getByRole("tooltip")).toContainText(
| ^
480 | "The authenticity of this encrypted message can't be guaranteed on this device.",
481 | );
482 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:479:53
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › crypto/verification.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › crypto/verification.spec.ts took 3.0m
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › composer/composer.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › composer/composer.spec.ts took 1.6m
|
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 46.1s
|
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 44.6s
|
Run Playwright tests:
matrix-react-sdk/[Rust Crypto] › polls/polls.spec.ts#L1
matrix-react-sdk/[Rust Crypto] › polls/polls.spec.ts took 41.7s
|
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
89 passed (18.8m)
|
Loading