summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_miscwidgets.py
diff options
context:
space:
mode:
authorFritz Reichwald <mail@fritzreichwald.de>2018-01-06 20:01:57 +0100
committerFritz Reichwald <mail@fritzreichwald.de>2018-01-06 20:01:57 +0100
commitdc66ec5d8c8cb9e7a92d6e5294805220ed91382c (patch)
tree7f6408bc1f0380146d324bcb83fba97ce595d95d /tests/unit/misc/test_miscwidgets.py
parentdcf89f7a2889698b4a45e28c157581350bcdd2b2 (diff)
downloadqutebrowser-dc66ec5d8c8cb9e7a92d6e5294805220ed91382c.tar.gz
qutebrowser-dc66ec5d8c8cb9e7a92d6e5294805220ed91382c.zip
Fix expectation in Fullscreen info message to fit new description of
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 1ee351a81..201b8ce30 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."),