brewlog/tests/e2e/main.rs
Jon Seager 0434b127e0
test: add E2E chromedriver tests for edit forms
Cover text fields, numeric fields, +/- adjuster buttons, searchable
selects, image upload/replace/remove, deferred image save, and the
cancel button across roaster, gear, cafe, brew, and cup entities.

Add wait_for_url_not_contains helper to correctly detect post-submit
redirects when the edit page URL shares a prefix with the detail page.
2026-02-10 19:43:06 +00:00

15 lines
228 B
Rust

#![allow(dead_code)]
mod helpers;
mod bag_tests;
mod brew_tests;
mod checkin_tests;
mod data_tests;
mod delete_tests;
mod detail_tests;
mod edit_tests;
mod image_tests;
mod navigation_tests;
mod roaster_tests;
mod scan_tests;