Skip to content

Commit fe04c3f

Browse files
committed
link issue
1 parent fd7572b commit fe04c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/async/test_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ async def test_workers_should_format_number_using_context_locale(
199199
"() => new Worker(URL.createObjectURL(new Blob(['console.log(1)'], {type: 'application/javascript'})))"
200200
)
201201
worker = await worker_info.value
202-
# Firefox 146 seems to have a locale bug
202+
# https://github.com/microsoft/playwright/issues/38919
203203
expected = "10.000,2" if browser_name == "firefox" else "10\u00a0000,2"
204204
assert await worker.evaluate("() => (10000.20).toLocaleString()") == expected
205205
await context.close()

0 commit comments

Comments
 (0)