This commit is contained in:
Michael Telatynski 2025-03-12 11:41:28 +00:00
parent 2fa2805b8d
commit cae6c42eb4

View File

@ -74,7 +74,7 @@ export const test = base.extend<{
"mx_local_settings",
JSON.stringify({
// Retain any other settings which may have already been set
...JSON.parse(window.localStorage.getItem("mx_local_settings") || "{}"),
...JSON.parse(window.localStorage.getItem("mx_local_settings") ?? "{}"),
// Ensure the language is set to a consistent value
language: "en",
}),