1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Migrate more strings to translation keys (#11665)

This commit is contained in:
Michael Telatynski
2023-09-25 18:12:41 +01:00
committed by GitHub
parent de250df520
commit 54c88c57ed
127 changed files with 6797 additions and 5825 deletions

View File

@ -68,7 +68,7 @@ describe("<QuickThemeSwitcher />", () => {
});
const selectFromDropdown = async (getByTextArg: RegExp | string) => {
const dropdown = screen.getByRole("button", { name: "Space selection" });
const dropdown = screen.getByRole("button", { name: "Theme" });
await userEvent.click(dropdown);
await waitFor(() => {
expect(dropdown).toHaveAttribute("aria-expanded", "true");