summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJason Rosenzweig <mail4jasonr@gmail.com>2021-06-04 00:21:02 +0800
committerJason Rosenzweig <mail4jasonr@gmail.com>2021-06-04 00:21:02 +0800
commit0d7226ce14a31539e70a1d24802fd5ae9b1105dc (patch)
treeaebe5fa3d94f62d49cba702f5233fbc007d80aae /tests
parentf31637c586a4a443800dfcbb3db2e523dd2e1680 (diff)
downloadqutebrowser-0d7226ce14a31539e70a1d24802fd5ae9b1105dc.tar.gz
qutebrowser-0d7226ce14a31539e70a1d24802fd5ae9b1105dc.zip
Fixed tests, just need to add new tests for file filtering
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]