summaryrefslogtreecommitdiffstats
path: root/src/interactive/app_test
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive/app_test')
-rw-r--r--src/interactive/app_test/journeys_readonly.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interactive/app_test/journeys_readonly.rs b/src/interactive/app_test/journeys_readonly.rs
index 7acc85a..9461265 100644
--- a/src/interactive/app_test/journeys_readonly.rs
+++ b/src/interactive/app_test/journeys_readonly.rs
@@ -27,6 +27,11 @@ fn simple_user_journey_read_only() -> Result<(), Error> {
"it will sort entries in descending order by size"
);
+ assert_eq!(
+ app.state.is_scanning, false,
+ "it will not think it is still scanning"
+ );
+
let first_selected_path = OsString::from(format!("{}/{}", FIXTURE_PATH, long_root));
assert_eq!(
node_by_name(&app, &first_selected_path).name,