Closed
Bug 1621435
Opened 5 years ago
Closed 5 years ago
test_autocomplete_new_password.html passes but logs an exception "createFromField requires a password or username field in a document"
Categories
(Toolkit :: Password Manager, defect, P4)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: sfoster, Assigned: sfoster)
Details
(Whiteboard: [passwords:tech-debt])
Attachments
(1 file)
It looks like at some point we attempt to fill into the form when the form has been removed && recreated ready for the next test.
This is probably harmless but ensuring any autocomplete menus are closed at the end of each test is good hygiene and may reduce the possibility of race conditions and intermittents in tests run after this one.
Updated•5 years ago
|
Whiteboard: [passwords:tech-debt]
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9132421 -
Attachment description: Bug 1621435 - Send ESC key to close the autocomplete menu at the end of each task. r?MattN → Bug 1621435 - Send ESC key to close the autocomplete menu at the end of each task. r=MattN
Pushed by sfoster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b5f992a08cbe
Send ESC key to close the autocomplete menu at the end of each task. r=MattN
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•