File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -3034,13 +3034,6 @@ Description: Developer tool icon
30343034Location: Navigation bar
30353035Path to .json: modules/data/navigation.components.json
30363036```
3037- ```
3038- Selector Name: password-saved-confirmation
3039- Selector Data: confirmation-hint
3040- Description: Password saved confirmation banner
3041- Location: Navigation bar, bellow the Password key icon
3042- Path to .json: modules/data/navigation.components.json
3043- ```
30443037#### panel_ui
30453038```
30463039Selector name: panel-ui-button
Original file line number Diff line number Diff line change 579579 "selectorData" : " developer-button" ,
580580 "strategy" : " id" ,
581581 "groups" : []
582- },
583-
584- "password-saved-confirmation" : {
585- "selectorData" : " confirmation-hint" ,
586- "strategy" : " id" ,
587- "groups" : [" doNotCache" ]
588582 }
589583}
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ def test_auto_saved_generated_password_context_menu(driver: Firefox):
2525 """
2626 C2248176 - Securely Generated Password is auto-saved when generated from password field context menu
2727 """
28+
2829 # Instantiate objects
2930 context_menu = ContextMenu (driver )
3031 tabs = TabBar (driver )
You can’t perform that action at this time.
0 commit comments