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();