test: Implemented UI snapshot tests

This commit is contained in:
2025-12-12 15:44:11 -07:00
parent c3fa689617
commit 82f30f126d
121 changed files with 3720 additions and 43 deletions
+4
View File
@@ -248,3 +248,7 @@ fn draw_radarr_logo(f: &mut Frame<'_>, area: Rect) {
.centered();
f.render_widget(logo, area);
}
#[cfg(test)]
#[path = "radarr_ui_tests.rs"]
mod radarr_ui_tests;