brozzler/tests
Armando Biagioni Neto 2a9b68c55c
Some checks failed
Python Formatting Check / formatting (push) Has been cancelled
Tests / Run tests (push) Has been cancelled
try-login: use requestSubmit for form submissions
`form.submit()` performs a low-level form submission that bypasses HTML
validation, submit events, and submitter handling.

`requestSubmit()` triggers the full browser submission flow, matching the
behavior of a real user clicking the submit button, including form validation.

https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/requestSubmit
2026-01-13 18:05:34 -03:00
..
htdocs Add test for network monitoring 2025-08-28 15:25:59 -03:00
test_brozzling.py try-login: use requestSubmit for form submissions 2026-01-13 18:05:34 -03:00
test_cli.py remove unnecessary imports, use find_spec 2025-07-18 15:09:45 -07:00
test_cluster.py chore: disable cluster tests, add frontier load test 2025-04-01 14:16:42 -07:00
test_frontier.py chore: address ci formatting 2025-11-13 11:19:04 -08:00
test_units.py tests: fix invalid escape 2025-07-18 16:51:51 -07:00