mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
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();
|
||||
|
|
|
@ -46,7 +46,7 @@ exports[`PreferencesUserSettingsTab should render 1`] = `
|
|||
/>
|
||||
</div>
|
||||
<div
|
||||
class="mx_GeneralUserSettingsTab_section_hint"
|
||||
class="mx_PreferencesUserSettingsTab_section_hint"
|
||||
>
|
||||
The app will reload after selecting another language
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue