Skip to content

Commit 3d29e1d

Browse files
committed
Remove locator if no longer needed
1 parent 1c18bc5 commit 3d29e1d

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

SELECTOR_INFO.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,13 +3034,6 @@ Description: Developer tool icon
30343034
Location: Navigation bar
30353035
Path 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
```
30463039
Selector name: panel-ui-button

modules/data/navigation.components.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -579,11 +579,5 @@
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
}

tests/password_manager/test_auto_saved_generated_password_context_menu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)