summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-27 12:07:31 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-27 15:35:25 +0100
commit063fb9f4bc7082589ebb0fe17dbfe055ec5ddb9f (patch)
tree225258089325476276bac1be636a5677334f063a /tests
parent1f0c069caa7abdd408a6b6f98a9cb70f125e5b47 (diff)
downloadqutebrowser-063fb9f4bc7082589ebb0fe17dbfe055ec5ddb9f.tar.gz
qutebrowser-063fb9f4bc7082589ebb0fe17dbfe055ec5ddb9f.zip
notifications: Name default action
Like Chromium does
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/fixtures/notificationserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/notificationserver.py b/tests/end2end/fixtures/notificationserver.py
index 34fa9ec83..367cb84f5 100644
--- a/tests/end2end/fixtures/notificationserver.py
+++ b/tests/end2end/fixtures/notificationserver.py
@@ -99,7 +99,7 @@ class TestNotificationServer(QObject):
"""
assert appname == "qutebrowser"
assert icon == '' # using icon data
- assert actions == ['default', '']
+ assert actions == ['default', 'Activate']
assert timeout == -1
assert hints.keys() == {'x-qutebrowser-origin', "desktop-entry", "image-data"}