test: Wrote snapshot tests for all Sonarr UI

This commit is contained in:
2025-12-16 14:12:10 -07:00
parent e0fcbc71e1
commit 0532d59746
257 changed files with 8089 additions and 1029 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
use std::{cmp, iter};
#[cfg(test)]
use crate::ui::ui_test_utils::test_utils::Utc;
use blocklist::BlocklistUi;
use chrono::{Duration, Utc};
use chrono::Duration;
#[cfg(not(test))]
use chrono::Utc;
use downloads::DownloadsUi;
use history::HistoryUi;
use indexers::IndexersUi;