Cover tab switching, search, pagination, and sorting on the data list page. Verify detail page rendering for roasters, roasts, bags, gear, and cafes. Test the close-bag flow from the detail page. Check that home, stats, and timeline pages load correctly with data.
13 lines
195 B
Rust
13 lines
195 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 navigation_tests;
|
|
mod roaster_tests;
|
|
mod scan_tests;
|