Skip to content

Commit fb80ba7

Browse files
committed
add fixes
1 parent 0b4e4b6 commit fb80ba7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/data/generic_page.components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"groups": []
66
},
77

8-
"authorize-notiifcations-button": {
8+
"authorize-notifications-button": {
99
"selectorData": "button[onclick='notify.authorize()']",
1010
"strategy": "css",
1111
"groups": []
@@ -16,7 +16,7 @@
1616
"strategy": "css",
1717
"groups": []
1818
},
19-
19+
2020
"mediawiki-image": {
2121
"selectorData": "mw-mmv-image",
2222
"strategy": "class",

tests/security_and_privacy/test_notifications_change_set.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def test_notifications_allow(
3636
about_prefs.get_element(button_data).click()
3737

3838
check_notification_script = """
39-
return Notification.permission;
40-
"""
39+
return Notification.permission;
40+
"""
4141
permission_status = driver.execute_script(check_notification_script)
4242

4343
logging.info(f"Notification permission status: {permission_status}")

0 commit comments

Comments
 (0)