=== modified file 'tests/autopilot/notes_app/tests/test_delete.py'
--- tests/autopilot/notes_app/tests/test_delete.py	2013-10-10 09:30:43 +0000
+++ tests/autopilot/notes_app/tests/test_delete.py	2013-10-30 00:45:18 +0000
@@ -66,7 +66,7 @@
         x, y, w, h = note.globalRect
         tx = x + (w - w / 8)
         ty = y + (h / 2)
-        self.pointing_device.drag(tx, ty, w / 2, ty)
+        self.pointing_device.drag(tx, ty, w / 8, ty)
         confirm = self.main_window.get_note_delete_confirmation_button(note)
         self.pointing_device.click_object(confirm)
 

