Skip to content

Commit d1f5e5f

Browse files
committed
Try to fix tests
1 parent a56f134 commit d1f5e5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_filebrowser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ def test_filebrowser_opendir(self):
1717
okbuttontext=None, cancelbuttontext="Cancel",
1818
foldercreation=False)
1919
self.window.update()
20-
fb.right_tree.focus_set()
20+
fb.right_tree.focus_force()
21+
self.window.update()
2122
fb.event_generate('<Control-a>')
2223
self.window.update()
2324
self.window.update_idletasks()

0 commit comments

Comments
 (0)