element-web/test/unit-tests/components/structures
Florian Duros af846f8be9
Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in RoomView (#28278)
* Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in RoomView

* Add `isRoomEncrypted` to room

* Update e2eStatus and urlPreview when isRoomEncrypted is computed

* Fix e2e test

* Add tests when user verification change

* Reduced abusive timeout in e2e test
2024-11-26 21:34:32 +00:00
..
__snapshots__ Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in RoomView (#28278) 2024-11-26 21:34:32 +00:00
auth Remove usage of legacyRoot in RTL tests (#28485) 2024-11-20 18:09:51 +00:00
AutocompleteInput-test.tsx
ContextMenu-test.ts
FilePanel-test.tsx
LargeLoader-test.tsx
LeftPanel-test.tsx
LegacyCallEventGrouper-test.ts
LoggedInView-test.tsx
MainSplit-test.tsx
MatrixChat-test.tsx Use `CryptoApi.getKeyBackupInfo` instead of deprecated `MatrixClient.getKeyBackupVersion` (#28450) 2024-11-25 09:30:42 +00:00
MatrixClientContextProvider-test.tsx
MessagePanel-test.tsx
PictureInPictureDragger-test.tsx
PipContainer-test.tsx Migrate to React 18 createRoot API (#28256) 2024-11-20 13:29:23 +00:00
ReleaseAnnouncement-test.tsx
RightPanel-test.tsx
RoomSearchView-test.tsx
RoomStatusBar-test.tsx
RoomStatusBarUnsentMessages-test.tsx
RoomView-test.tsx Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in RoomView (#28278) 2024-11-26 21:34:32 +00:00
SpaceHierarchy-test.tsx
TabbedView-test.tsx
ThreadPanel-test.tsx Migrate to React 18 createRoot API (#28256) 2024-11-20 13:29:23 +00:00
ThreadView-test.tsx
TimelinePanel-test.tsx Remove usage of legacyRoot in RTL tests (#28485) 2024-11-20 18:09:51 +00:00
UploadBar-test.tsx
UserMenu-test.tsx
ViewSource-test.tsx