init projectmycelium
This commit is contained in:
17
tests/tests_archive/ux_suite/flows/mod.rs
Normal file
17
tests/tests_archive/ux_suite/flows/mod.rs
Normal file
@@ -0,0 +1,17 @@
|
||||
//! UX Test Flows
|
||||
//!
|
||||
//! Complete end-to-end user flow tests organized by category
|
||||
|
||||
pub mod public_access;
|
||||
pub mod authentication;
|
||||
pub mod shopping;
|
||||
pub mod dashboard;
|
||||
pub mod provider_workflows;
|
||||
pub mod settings;
|
||||
|
||||
pub use public_access::*;
|
||||
pub use authentication::*;
|
||||
pub use shopping::*;
|
||||
pub use dashboard::*;
|
||||
pub use provider_workflows::*;
|
||||
pub use settings::*;
|
Reference in New Issue
Block a user