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

@@ -25,7 +25,8 @@ test.describe("Release announcement", () => {
labsFlags: ["feature_new_room_list"],
});
test(
// There is no release announcement currently live
test.skip(
"should display the new room list release announcement",
{ tag: "@screenshot" },
async ({ page, app, room, util }) => {