Localazy Download (#34214)

* [create-pull-request] automated change

* Fix tests for notification settings label update.

* Fix lint.

* Screenshot updates for tests.

* Fix playwright E2E tests.

* Fix E2E playwright tests.

---------

Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
Co-authored-by: mxandreas <andreass@element.io>
This commit is contained in:
ElementRobot
2026-07-14 17:57:24 +00:00
committed by GitHub
co-authored by t3chguy mxandreas
parent 64fc4a6b5d
commit e6460a5f4e
59 changed files with 122 additions and 77 deletions
@@ -45,7 +45,9 @@ describe("NotificationSettingsTab", () => {
const tab = renderTab();
// settings link of mentions_only volume
const settingsLink = within(tab.getByText("@mentions & keywords")).getByRole("button", { name: "settings" });
const settingsLink = within(tab.getByText("@mentions and replies only")).getByRole("button", {
name: "settings",
});
if (!settingsLink) throw new Error("settings link does not exist.");
await userEvent.click(settingsLink);