element-web/test/components/views/elements
Richard van der Hoff 34439ee652
Simplify references to `VerificationRequest` (#11045)
* Use new `VerificationRequest.getQRCodeBytes()`

* Use new `VerificationRequest.otherDeviceId`

* Remove references to `VerificationRequest.channel`

* Replace references to `VerificationRequest.{requesting,receiving}UserId`

Normally these are guarded by `request.initiatedByMe` so we can trivially
replace it with `request.otherUserId` or `client.getUserId()`. In one place we
actually need to apply some logic.

* increase test coverage

* Even more test coverage

* Even more test coverage
2023-06-07 14:43:44 +00:00
..
__snapshots__ Fix fadein spinner placement on AppTileBody (#10970) 2023-06-01 15:17:28 +00:00
crypto Simplify references to `VerificationRequest` (#11045) 2023-06-07 14:43:44 +00:00
AccessibleButton-test.tsx
AppTile-test.tsx Add MatrixClientPeg::safeGet and use it in tests (#10985) 2023-06-05 18:12:23 +01:00
EventListSummary-test.tsx
ExternalLink-test.tsx
Field-test.tsx
FilterDropdown-test.tsx
FilterTabGroup-test.tsx
InteractiveTooltip-test.ts
LabelledCheckbox-test.tsx
LearnMore-test.tsx
Pill-test.tsx Eliminate the use of MatrixClientPeg in utils (#10910) 2023-05-23 16:24:12 +01:00
PollCreateDialog-test.tsx Add MatrixClientPeg::safeGet and use it in tests (#10985) 2023-06-05 18:12:23 +01:00
PowerSelector-test.tsx
ProgressBar-test.tsx
QRCode-test.tsx
ReplyChain-test.tsx
StyledRadioGroup-test.tsx
SyntaxHighlight-test.tsx
TooltipTarget-test.tsx