File tree 3 files changed +6
-6
lines changed
tests/address_bar_and_search
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2965,11 +2965,8 @@ Location: Autoplay doorhanger
2965
2965
Path to .json: modules/data/navigation.components.json
2966
2966
```
2967
2967
```
2968
- Selector Name: autoplay-permission
2969
- Selector Data: blocked-permissions-container
2970
- Description: Autoplay permission
2971
2968
Selector Name: checkbox-remember-this-decision
2972
- Selector Data: "label.checkbox-label[flex='1'] "
2969
+ Selector Data: "popup-notification-checkbox "
2973
2970
Description: Remember this decision checkbox
2974
2971
Location: Geolocation prompt container in Address bar
2975
2972
Path to .json: modules/data/navigation.components.json
Original file line number Diff line number Diff line change 433
433
},
434
434
435
435
"checkbox-remember-this-decision" : {
436
- "selectorData" : " label.checkbox-label[flex='1'] " ,
437
- "strategy" : " css " ,
436
+ "selectorData" : " popup-notification-checkbox " ,
437
+ "strategy" : " class " ,
438
438
"groups" : []
439
439
},
440
440
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ def test_case():
12
12
return "2234714"
13
13
14
14
15
+ @pytest .mark .xfail (
16
+ reason = "Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1958038"
17
+ )
15
18
def test_addon_suggestion_based_on_search_input (driver : Firefox ):
16
19
"""
17
20
C2234714: Test that add-on suggestions match the URL bar input.
You can’t perform that action at this time.
0 commit comments