Room list: change Edit section label to Save in edit section dialog (#34364)

* Change `Edit section` label to `Save` in edit section dialog

* Update e2e tests
This commit is contained in:
Florian Duros
2026-07-21 15:39:42 +00:00
committed by GitHub
parent c80d39a182
commit 363ef74248
4 changed files with 8 additions and 11 deletions
@@ -211,7 +211,7 @@ test.describe("Room list custom sections", () => {
// Change the name and confirm
await dialog.getByRole("textbox", { name: "Section name" }).fill("Personal");
await dialog.getByRole("button", { name: "Edit section" }).click();
await dialog.getByRole("button", { name: "Save" }).click();
// Dialog should close
await expect(dialog).not.toBeVisible();