mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-12 23:47:29 +01:00
Added quantizer type playwright test
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// Temporary init script for Playwright MCP to override browser locale
|
||||
// This runs before any page scripts, so i18next will detect 'ja' from navigator
|
||||
Object.defineProperty(navigator, "language", { get: () => "ja" });
|
||||
Object.defineProperty(navigator, "languages", { get: () => ["ja", "ja-JP"] });
|
||||
Reference in New Issue
Block a user