Closed
Bug 625764
Opened 15 years ago
Closed 15 years ago
Could not validate element ID: status with text disabled in testDisableEnablePlugin.js
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: aaronmt)
References
()
Details
(Keywords: regression, Whiteboard: [mozmill-test-failure])
Attachments
(1 file)
|
1.57 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
Module: /testAddons/testDisableEnablePlugin.js
Test: testDisableEnablePlugin
Failure: Error("could not validate element ID: status with text disabled (testDisableEnablePlugin.js:82)
Branches: 1.9.2, 1.9.1
Platforms: Linux
Could also be related to 'Method with name: 'OpenBrowserWindow' is not in any open window' in the following result:
http://mozmill-release.brasstacks.mozilla.com/#/general/failure?branch=3.5&platform=Linux&test=firefox%2FtestAddons%2FtestDisableEnablePlugin.js&func=setupModule
Started to occur on 110707. We should check if anything has been checked in between those two builds.
Dave, do you have interest to work on it?
| Assignee | ||
Comment 1•15 years ago
|
||
Just from looking at the code, I think this is just a stale element declared before the page is loaded so we have a bad reference during assertText, and then needs to be reassigned after loading the page again.
http://hg.mozilla.org/qa/mozmill-tests/file/f96529b1547e/firefox/testAddons/testDisableEnablePlugin.js#l78
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → aaron.train
| Assignee | ||
Comment 2•15 years ago
|
||
Get a valid reference to the 'status' element after page load, and reassign after page load again.
Attachment #504501 -
Flags: review?(hskupin)
| Reporter | ||
Comment 3•15 years ago
|
||
I wonder why it has been started last Monday. It should have been happening already for a long time.
Status: NEW → ASSIGNED
| Reporter | ||
Comment 4•15 years ago
|
||
Comment on attachment 504501 [details] [diff] [review]
Patch v1 - (1.9.2)
Makes sense so lets see how it changes the behavior of the test. Not sure if it is enough.
Attachment #504501 -
Flags: review?(hskupin) → review+
| Assignee | ||
Comment 5•15 years ago
|
||
Landed as
1.9.2 - http://hg.mozilla.org/qa/mozmill-tests/rev/7a6faa7bddf8
1.9.1 - http://hg.mozilla.org/qa/mozmill-tests/rev/556aba82c142
I'll keep an eye out next few day, and keep this open
| Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•6 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
•