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:
committed by
GitHub
parent
71c5b71f5c
commit
c37fef459d
@@ -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>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user