Remove release announcements for new sounds & room list (#31544)

* Remove release announcements for new sounds & room list

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

* Update tests

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

* Update tests

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

* Update tests

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

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-12-19 14:40:44 +00:00
committed by GitHub
parent 71c5b71f5c
commit c37fef459d
14 changed files with 107 additions and 225 deletions

View File

@@ -22,12 +22,7 @@ describe("ReleaseAnnouncement", () => {
function renderReleaseAnnouncement() {
return render(
<ReleaseAnnouncement
feature="newNotificationSounds"
header="header"
description="description"
closeLabel="close"
>
<ReleaseAnnouncement feature="_test_dummy1" header="header" description="description" closeLabel="close">
<div>content</div>
</ReleaseAnnouncement>,
);