Make notification settings copy/layout more user-friendly (#34120)

* Make notification settings copy/layout more user-friendly and closer to EX.

* Fix E2E tests.
This commit is contained in:
mxandreas
2026-07-15 13:05:14 +00:00
committed by GitHub
parent 7bc822fae1
commit c2139f1987
4 changed files with 3 additions and 3 deletions
@@ -532,7 +532,7 @@ test.describe("Room list", () => {
await app.viewRoomById(roomId);
await app.settings.openRoomSettings("Notifications");
await page.getByText("Off").click();
await page.getByText("Mute").click();
await app.settings.closeDialog();
const room = roomListView.getByRole("option", { name: "silent" });
Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB