summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_miscwidgets.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-03-01 08:44:27 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-03-04 20:21:57 +0100
commitfac8d72d8c204f526a845574603d3c5dbd55e80b (patch)
treeb984fea2554917f89bae836a799df835ef251ed0 /tests/unit/misc/test_miscwidgets.py
parenta57fc5c746358dd08c2ab8703bcd0162be479ea3 (diff)
downloadqutebrowser-fac8d72d8c204f526a845574603d3c5dbd55e80b.tar.gz
qutebrowser-fac8d72d8c204f526a845574603d3c5dbd55e80b.zip
Capitalize Escape in TestFullscreenNotification
Diffstat (limited to 'tests/unit/misc/test_miscwidgets.py')
-rw-r--r--tests/unit/misc/test_miscwidgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/test_miscwidgets.py b/tests/unit/misc/test_miscwidgets.py
index 39f078fa6..d6b099418 100644
--- a/tests/unit/misc/test_miscwidgets.py
+++ b/tests/unit/misc/test_miscwidgets.py
@@ -106,7 +106,7 @@ class TestFullscreenNotification:
@pytest.mark.parametrize('bindings, text', [
({'<escape>': 'fullscreen --leave'},
- "Press <escape> to exit fullscreen."),
+ "Press <Escape> to exit fullscreen."),
({'<escape>': 'fullscreen'}, "Page is now fullscreen."),
({'a': 'fullscreen --leave'}, "Press a to exit fullscreen."),
({}, "Page is now fullscreen."),