Closed
Bug 1502548
Opened 7 years ago
Closed 7 years ago
Use children instead of childNodes in clickDoorhangerButton in password manager tests
Categories
(Toolkit :: Password Manager, enhancement)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(1 file)
Noticed a failure in browser.xhtml: toolkit/components/passwordmgr/test/browser/browser_capture_doorhanger.js. Turns out this is because the NEVER_BUTTON doesn't get correctly clicked due to a childNodes lookup in the test helper.
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22edf36c578e
Use .children instead of .childNodes for clickDoorhangerButton in passwordmanager tests;r=MattN
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•