Migrate more strings to translation keys (#11665)
This commit is contained in:
parent
de250df520
commit
54c88c57ed
127 changed files with 6797 additions and 5825 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue