Closed
Bug 488744
Opened 17 years ago
Closed 17 years ago
WaitForElement Doesn't work on preferencesController
Categories
(Testing Graveyard :: Mozmill, defect, P2)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: cmtalbert, Unassigned)
Details
Attachments
(1 file)
|
1.65 KB,
text/plain
|
Details |
If you use a controller.waitForElement on the preferences controller, the wait never seems to happen and the test happily executes as though it were not there.
I'll attach a test case.
If you comment out the "WaitForElement" and put in the sleep in the test case, the test functions properly.
I think we need this for 1.2. It might also be a dupe (or a reopened?) bug of the other waitForElement issues that we had a few weeks ago.
Priority: -- → P2
Whiteboard: [mozmill-1.2]
Comment 2•17 years ago
|
||
Clint, the test is invalid. Somehow you got the wrong ID. You should not wait for historyMode but locationBarSuggestion. Everything will work afterward. First I wondered because I already tested those similar steps locally a while back.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Whiteboard: [mozmill-1.2]
| Assignee | ||
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•