From b6a77243694673f1f332397c96694062d12109b4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 5 May 2026 15:37:45 +0530 Subject: [PATCH] ... --- kitty_tests/dnd_kitten.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty_tests/dnd_kitten.py b/kitty_tests/dnd_kitten.py index 010954c8b..5b4631898 100644 --- a/kitty_tests/dnd_kitten.py +++ b/kitty_tests/dnd_kitten.py @@ -345,6 +345,7 @@ class TestDnDKitten(BaseTest): dnd_test_fake_drop_data(self.capture.window_id, 'text/uri-list', move_uri) self.wait_for_state('last_drop_action', GLFW_DRAG_OPERATION_MOVE) self.wait_for_state('drop_action', 0) + self.roundtrip() if remote_client: # Remote move: source items must NOT be deleted (the source app handles deletion) self.assertTrue(os.path.exists(move_file), 'remote move: source file must not be deleted')