Commit 5f8eab3
fix: use WARNING log level for chrome driver to capture console.warn
'SEVERE' only captured console.error, missing console.warn calls.
The 'did you mean to say Foo()' message uses console.warn (WARNING level).
'WARNING' captures WARNING + SEVERE but excludes INFO (console.log),
so initialization spam that broke the 'no spurious warnings' test is
still filtered out.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 463661e commit 5f8eab3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments