Fix expectation in Fullscreen info message to fit new description of

This commit is contained in:
Fritz Reichwald 2018-01-06 20:01:57 +01:00
parent dcf89f7a28
commit dc66ec5d8c

View File

@ -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."),