Skip to content

Commit 0b4e4b6

Browse files
committed
merge main in
2 parents fc0807d + 1d84126 commit 0b4e4b6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

modules/data/about_prefs.components.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,18 @@
252252
"groups": []
253253
},
254254

255+
"notifications-allow-button": {
256+
"selectorData": "button[class='popup-notification-primary-button primary footer-button']",
257+
"strategy": "css",
258+
"groups": []
259+
},
260+
261+
"notifications-block-button": {
262+
"selectorData": "button[class='popup-notification-secondary-button footer-button']",
263+
"strategy": "css",
264+
"groups": []
265+
},
266+
255267
"cookies-shadow-root": {
256268
"selectorData": "dialog[buttons='accept,cancel']",
257269
"strategy": "css",
@@ -275,18 +287,6 @@
275287
]
276288
},
277289

278-
"notifications-allow-button": {
279-
"selectorData": "button[class='popup-notification-primary-button primary footer-button']",
280-
"strategy": "css",
281-
"groups": []
282-
},
283-
284-
"notifications-block-button": {
285-
"selectorData": "button[class='popup-notification-secondary-button footer-button']",
286-
"strategy": "css",
287-
"groups": []
288-
},
289-
290290
"permissions-notifications-button": {
291291
"selectorData": "notificationSettingsButton",
292292
"strategy": "id",
@@ -310,7 +310,7 @@
310310
"strategy": "class",
311311
"groups": []
312312
},
313-
313+
314314
"language-dropdown": {
315315
"selectorData": "primaryBrowserLocale",
316316
"strategy": "id",

0 commit comments

Comments
 (0)