Localazy Download (#32714)

* [create-pull-request] automated change

* Use a dedicated string for public access in settings.

* Fix tests due to copy changes.

* Fix tests due to copy changes.

* Fix tests due to copy changes.

* Fix tests due to copy changes.

* Fix tests due to copy changes.

* Updated visual tests screenshots due to copy changes.

* Updated visual tests screenshots due to copy changes.

---------

Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
Co-authored-by: mxandreas <andreass@element.io>
This commit is contained in:
ElementRobot
2026-03-09 09:43:00 +00:00
committed by GitHub
co-authored by t3chguy mxandreas
parent f550b41724
commit 00dd0c48ba
57 changed files with 313 additions and 286 deletions
@@ -384,7 +384,7 @@ test.describe("Spaces", () => {
});
await app.viewSpaceByName("My space");
await page.getByLabel("Settings", { exact: true }).click();
await app.settings.switchTab("Visibility");
await app.settings.switchTab("Security & Privacy");
axe.disableRules("color-contrast"); // XXX: Inheriting colour contrast issues from room view.
await expect(axe).toHaveNoViolations();