brewlog/tests/e2e
Jon Seager 2cd579a574
refactor: deduplicate update handlers and edit templates
Add HasChanges trait with impl_has_changes! macro, validate_update()
and update_response() helpers to reduce boilerplate across all 7 entity
update handlers. Extract edit form actions (error, spinner, buttons)
into a shared Askama macro. Also adds missing no-changes validation
to the bag update handler.
2026-02-10 20:04:24 +00:00
..
helpers test: add E2E chromedriver tests for edit forms 2026-02-10 19:43:06 +00:00
bag_tests.rs test: add e2e tests for data page, detail pages, bag close, and navigation 2026-02-10 11:09:30 +00:00
brew_tests.rs test: add e2e browser tests for core user flows 2026-02-10 10:45:01 +00:00
checkin_tests.rs test(e2e): add homepage scan tests and fix stale element in checkin test 2026-02-10 11:36:16 +00:00
data_tests.rs test: add e2e tests for data page, detail pages, bag close, and navigation 2026-02-10 11:09:30 +00:00
delete_tests.rs test: add e2e browser tests for core user flows 2026-02-10 10:45:01 +00:00
detail_tests.rs test: add e2e tests for data page, detail pages, bag close, and navigation 2026-02-10 11:09:30 +00:00
edit_tests.rs refactor: deduplicate update handlers and edit templates 2026-02-10 20:04:24 +00:00
image_tests.rs test: add integration and e2e tests for image API 2026-02-10 17:50:30 +00:00
main.rs test: add E2E chromedriver tests for edit forms 2026-02-10 19:43:06 +00:00
navigation_tests.rs test: add e2e tests for data page, detail pages, bag close, and navigation 2026-02-10 11:09:30 +00:00
roaster_tests.rs test: add e2e browser tests for core user flows 2026-02-10 10:45:01 +00:00
scan_tests.rs test(e2e): add homepage scan tests and fix stale element in checkin test 2026-02-10 11:36:16 +00:00