We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c2af1 commit 8a709a3Copy full SHA for 8a709a3
1 file changed
tests/test_filebrowser.py
@@ -17,7 +17,7 @@ def test_filebrowser_opendir(self):
17
okbuttontext=None, cancelbuttontext="Cancel",
18
foldercreation=False)
19
self.window.update()
20
- fb.focus_force()
+ fb.right_tree.focus_force()
21
22
fb.event_generate('<Control-a>')
23
@@ -49,7 +49,7 @@ def test_filebrowser_openfile(self):
49
50
51
52
53
54
55
0 commit comments