From 4a251fd3ca11100df21f6ace5ffb3496c7125d71 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 23:50:46 +0000 Subject: [PATCH] fix(test): update drop overlay text assertion to match new directory-upload message Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- tests/test_files_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_files_view.py b/tests/test_files_view.py index 97bc6a59..56909013 100644 --- a/tests/test_files_view.py +++ b/tests/test_files_view.py @@ -90,4 +90,4 @@ class TestFilesView: # Check for drag-and-drop event handlers assert "dragenter" in content or "drag" in content, "Drag event handlers should be present" - assert "Drop files anywhere to upload" in content, "Drop message should be present" + assert "Drop files or folders anywhere to upload" in content, "Drop message should be present"