You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix should validate numeric input for salaries test
Wrap fill('not-a-number') in try-catch: Playwright throws when filling
a type="number" input with non-numeric text. If Playwright rejects it,
the test passes (enforcement works). If fill() succeeds, verify the
browser sanitizes the value to empty string.
0 commit comments