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.
15 lines
228 B
Rust
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;
|