Closed
Bug 557799
Opened 15 years ago
Closed 15 years ago
[mozmill] Cannot validate tab id in testOpenInForegroundTab (testOpenInForeground.js)
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [mozmill-test-failure])
Attachments
(3 obsolete files)
Looks like opening the last tab with a middle click doesn't work.
could not validate element ID: id with text 3
Assignee | ||
Comment 1•15 years ago
|
||
Kenny, would you like to check what's wrong with this test? But only if you are able to reproduce it.
Comment 2•15 years ago
|
||
I'm on it.
Assignee | ||
Comment 3•15 years ago
|
||
Thanks Kenny!
Assignee: nobody → kennywong.kh
Status: NEW → ASSIGNED
Comment 4•15 years ago
|
||
Hi Kenny,
If you don't mind I will look at this bug.
This bug is a result of failing an assert on the last opened tab looking at the textContent of the linkId. The textContent value has an empty string. As it's the last tab we open in the foreground before the check, we are missing a waitForPageLoad as waitForElement is not enough time to wait for the textContent property to have a value. The following patch was written against 1.9.2 and works against this branch along with 1.9.1.
Assignee: kennywong.kh → aaron.train
Attachment #458398 -
Flags: review?(anthony.s.hughes)
Updated•15 years ago
|
OS: Windows XP → All
Version: unspecified → 3.5 Branch
Comment 5•15 years ago
|
||
As per Henrik's request to place the check inside the for loop.
Attachment #458398 -
Attachment is obsolete: true
Attachment #458677 -
Flags: review?
Attachment #458398 -
Flags: review?(anthony.s.hughes)
Updated•15 years ago
|
Attachment #458677 -
Flags: review? → review?(anthony.s.hughes)
Assignee | ||
Comment 7•15 years ago
|
||
I don't think that we need those patches anymore. Given my research on bug 552594 the patch there should also fix this test failure.
Depends on: 552594
Assignee | ||
Comment 8•15 years ago
|
||
Should be fixed now with bug 552594. Please keep watching the results the next days and reopen if necessary.
Assignee: aaron.train → hskupin
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Attachment #458677 -
Attachment is obsolete: true
Attachment #458677 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Updated•15 years ago
|
Attachment #458680 -
Attachment is obsolete: true
Attachment #458680 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Comment 9•14 years ago
|
||
Mass move of Mozmill Test related project bugs to newly created components. You can filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Component: Tabbed Browser → Mozmill Tests
Product: Firefox → Mozilla QA
QA Contact: tabbed.browser → mozmill-tests
Version: 3.5 Branch → unspecified
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
•