mirror of
https://github.com/LearningCircuit/local-deep-research.git
synced 2026-06-16 03:51:07 +03:00
fix: address CI failures for form validation tests
- Add tests/ui_tests/*password*.js to whitelist safe filename patterns - Add blur() call before checking pattern validity to ensure browser updates validation state properly
This commit is contained in:
1
.github/scripts/file-whitelist-check.sh
vendored
1
.github/scripts/file-whitelist-check.sh
vendored
@@ -151,6 +151,7 @@ SAFE_FILENAME_PATTERNS=(
|
||||
"\.secrets\.baseline$"
|
||||
".*session_passwords\.py$"
|
||||
".*change_password\.html$"
|
||||
"tests/ui_tests/.*password.*\.js$"
|
||||
)
|
||||
|
||||
# Check if filename looks suspicious
|
||||
|
||||
Reference in New Issue
Block a user