1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

More reanaming & snapshot

This commit is contained in:
David Baker
2024-08-01 21:15:05 +01:00
parent dd61eb932c
commit 69efe91bb5
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ test.describe("Preferences user settings tab", () => {
test("should be able to change the app language", async ({ uut, user }) => {
// Check language and region setting dropdown
const languageInput = uut.locator(".mx_GeneralUserSettingsTab_section_languageInput");
const languageInput = uut.locator(".mx_PreferencesUserSettingsTab_section_languageInput");
await languageInput.scrollIntoViewIfNeeded();
// Check the default value
await expect(languageInput.getByText("English")).toBeVisible();