Skip to content

Commit e04af9f

Browse files
committed
force language to be en-us in tests #752
1 parent 9db3a30 commit e04af9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test-runner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async function runTests() {
4040
`--load-extension=${path.resolve(__dirname, "../test/chrome")}`,
4141
// for CI
4242
"--no-sandbox",
43+
"--lang=en-US,en"
4344
];
4445

4546
if (!process.env.CI) {

0 commit comments

Comments
 (0)