More reanaming & snapshot
This commit is contained in:
parent
dd61eb932c
commit
69efe91bb5
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue