element-web/test/unit-tests
Michael Telatynski 8608268bc7
Apply aria-hidden to emoji in SAS verification (#31204)
* Apply aria-hidden to emoji in SAS verification

So that for screen readers the canonical emoji description is preferred & we avoid the user being read each emoji twice.

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update snapshot

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2025-11-10 16:46:30 +00:00
..
__snapshots__ Simplify favicons and other web icons (#31000) 2025-10-14 13:08:52 +00:00
accessibility Use the new room list by default (#30640) 2025-09-16 08:13:05 +00:00
actions/handlers
async-components Make shared component build work in isolation (#31066) 2025-11-03 16:26:47 +00:00
audio Fix audio player seek bar position (#31127) 2025-10-29 16:05:04 +00:00
autocomplete Use context provided RoomViewStore within the RoomView component hierarchy (#31077) 2025-10-29 09:40:21 +00:00
components Apply aria-hidden to emoji in SAS verification (#31204) 2025-11-10 16:46:30 +00:00
contexts
customisations
dispatcher Switch from defer to Promise.withResolvers (#29078) 2025-05-08 10:03:43 +00:00
editor Switch Export and Import Icons to match intuition (#30805) 2025-09-25 09:20:48 +00:00
events Change module API to be an instance getter (#31025) 2025-10-15 09:20:48 +00:00
hooks Do not hide media from your own user by default (#29797) 2025-09-02 12:21:12 +00:00
i18n
images Fix some webp images improperly marked as animated (#29713) 2025-04-11 13:32:41 +00:00
integrations
models Remove allowVoipWithNoMedia feature flag (#31087) 2025-10-27 13:08:31 +00:00
modules Experimental Module API Additions (#30863) 2025-11-05 07:24:26 +00:00
notifications
renderer Update react monorepo (#31014) 2025-10-15 11:20:34 +00:00
settings Filter settings exported when rageshaking (#30236) 2025-07-02 08:03:31 +00:00
stores Fix room list handling of membership changes (#31197) 2025-11-10 12:40:39 +00:00
toasts Fix #30439: "Forgot recovery key" should go to "reset" (#30771) 2025-09-16 13:29:45 +00:00
utils Address code smells from #30453 (#31083) 2025-10-29 08:52:17 +00:00
vector Make shared component build work in isolation (#31066) 2025-11-03 16:26:47 +00:00
widgets
Avatar-test.ts
ContentMessages-test.ts Fix handling of 413 server response when uploading media (#30737) 2025-09-12 10:28:40 +00:00
createRoom-test.ts Move room name, avatar, and topic to IOpts. (#30981) 2025-10-31 12:20:02 +00:00
DecryptionFailureTracker-test.ts Stop using deprecated js-sdk fields (#30552) 2025-08-12 13:19:50 +00:00
DeviceListener-test.ts Improve logging in DeviceListener (#31082) 2025-10-28 09:42:53 +00:00
email-test.ts
favicon-test.ts Simplify favicons and other web icons (#31000) 2025-10-14 13:08:52 +00:00
HtmlUtils-test.tsx Fix highlights in messages (or search results) breaking links (#30264) 2025-10-20 06:10:13 +00:00
Image-test.ts Improve handling of animated images, add support for AVIF animations (#30932) 2025-10-03 13:29:10 +00:00
KeyBindingsManager-test.ts
languageHandler-test.tsx Localazy Download (#30653) 2025-09-03 10:30:36 +00:00
LegacyCallHandler-test.ts Remember whether sidebar is shown for calls when switching rooms (#30262) 2025-09-01 14:33:33 +00:00
Lifecycle-test.ts Revert deletion of hydrateSession (#29703) 2025-04-11 08:40:00 +00:00
linkify-matrix-test.ts
Markdown-test.ts
MatrixClientPeg-test.ts
MediaDeviceHandler-test.ts
Modal-test.ts Modal: remove support for onFinished callback (#29852) 2025-04-30 16:56:21 +01:00
Notifier-test.ts Add decline button to call notification toast (use new notification event) (#30729) 2025-09-16 10:41:44 +00:00
PosthogAnalytics-test.ts
PreferredRoomVersions-test.ts
README.md
Reply-test.ts
RoomInvite-test.ts Update MultiInviter to take an options object (#30541) 2025-08-12 17:41:58 +00:00
RoomNotifs-test.ts
Rooms-test.ts Fix converttoroom & converttodm not working (#29705) 2025-04-10 15:54:41 +00:00
ScalarAuthClient-test.ts
SdkConfig-test.ts
SecurityManager-test.ts Avoid using accessSecretStorage to create 4S (#30244) 2025-07-03 13:34:05 +00:00
SlashCommands-test.tsx Use context provided RoomViewStore within the RoomView component hierarchy (#31077) 2025-10-29 09:40:21 +00:00
SlidingSyncManager-test.ts Simplified Sliding Sync (#28515) 2025-03-18 17:54:32 +00:00
submit-rageshake-test.ts Work around jest bug that swallows console output (#30405) 2025-07-25 10:13:52 +00:00
SupportedBrowser-test.ts Update browserslist (#30276) 2025-09-23 16:12:48 +00:00
Terms-test.tsx
TestSdkContext.ts
TextForEvent-test.ts Fix m.topic tests (#30663) 2025-09-03 13:55:54 +00:00
theme-test.ts Fix custom theme support for short hex & rgba hex strings (#29726) 2025-04-14 08:31:21 +00:00
TimezoneHandler-test.ts
Unread-test.ts
UserActivity-test.ts
useTopic-test.tsx
WorkerManager-test.ts

Any UTs for vector-web layer components or functionality should go here. This used to contain the UTs for notifications before they got moved to react-sdk.