summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/mainwindow/test_prompt.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/mainwindow/test_prompt.py b/tests/unit/mainwindow/test_prompt.py
index 668cd0710..e67ab1702 100644
--- a/tests/unit/mainwindow/test_prompt.py
+++ b/tests/unit/mainwindow/test_prompt.py
@@ -82,7 +82,11 @@ class TestFileCompletion:
qtbot.keyPress(prompt._lineedit, Qt.Key_Backspace)
# foo should get completed from f
+
prompt.item_focus('next')
+
+ # qtbot.keyPress(prompt._lineedit, Qt.Key_Tab)
+ # qtbot.keyRelease(prompt._lineedit, Qt.Key_Tab)
assert prompt._lineedit.text() == str(testdir / 'foo')
# Deleting /[foo]