Closed
Bug 860669
Opened 12 years ago
Closed 11 years ago
addon.getNode().getAttribute("active") returns undefined in "lib/addons.js"
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: andrei, Assigned: AndreeaMatei)
References
Details
(Whiteboard: [mozmill-2.0?][sprint2013-32])
In addons.js => isAddonEnabled => addon.getNode().getAttribute("active")
returns undefined
Affected tests:
> /restartTests/testAddons_enableDisableExtension/test3.js
Comment 1•12 years ago
|
||
Not sure if we have a getNode() method anymore but we shouldn't have removed it. Instead it should have been marked as deprecated.
Updated•12 years ago
|
Whiteboard: [mozmill-2.0?] → [mozmill-2.0?][sprint2013-32]
Assignee | ||
Comment 2•12 years ago
|
||
It looks from Andrei's reports in bug 867217 that this no longer reproduces, with that fix.
Reporter | ||
Comment 3•12 years ago
|
||
It might be. Lots of restartTests were failing because we didn't clean up between them, and artifacts from previous tests remained (installed addons etc).
Assignee | ||
Comment 4•12 years ago
|
||
This is the run with the patch from 867217 included, the failure is still reproducing:
http://mozmill-crowd.blargon7.com/#/functional/report/14f8bc4e22e61353662cded4c27a306a
Also single ran, intermittently. I'm investigating this.
Assignee | ||
Comment 5•11 years ago
|
||
Closing for now, haven't seen this for some time now, with the latest runs. Most likely was fixed by the restart updates.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•