fix(test): update drop overlay text assertion to match new directory-upload message

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-26 23:50:46 +00:00
parent a05690bd5f
commit 4a251fd3ca
+1 -1
View File
@@ -90,4 +90,4 @@ class TestFilesView:
# Check for drag-and-drop event handlers # Check for drag-and-drop event handlers
assert "dragenter" in content or "drag" in content, "Drag event handlers should be present" 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"