Closed
Bug 846277
Opened 12 years ago
Closed 12 years ago
select() method has to wait for specified element to be selected
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: daniela.p98911, Assigned: AndreeaMatei)
References
()
Details
(Whiteboard: [mozmill-2.0][mentor=whimboo][lang=js][good first bug])
This is a follow up on bug 843553 comment #5.
The select method in controller.js file is not correct. We need to wait for the element we are selecting. At the moment the method contains: open, click and close, but no waitFor call.
Comment 1•12 years ago
|
||
For Mozmill 2 the MozmillDropdownList in mozElement.js is affected. The the URL field. Not sure if we want to patch Mozmill 1.5 given that we have workarounds.
Summary: Need to update controller.js - select method to wait for element after it is selected → select() method has to wait for specified element to be selected
Whiteboard: [mentor=whimboo][lang=js][good first bug]
Updated•12 years ago
|
Assignee: nobody → jdev005
Comment 3•12 years ago
|
||
jdev005@gmail.com, thank you for your interest in working on that bug. If you have questions don't hesitate to ask here or join us on IRC (irc.mozilla.org) in the #automation channel.
Comment 4•12 years ago
|
||
Can you confirm that you're still working on this bug?
Flags: needinfo?(jdev005)
Comment 5•12 years ago
|
||
Seems like he is not interested to work on it. We have to get this fixed, so lets open up the bug for someone else.
Assignee: jdev005 → nobody
Flags: needinfo?(jdev005)
Whiteboard: [mentor=whimboo][lang=js][good first bug] → [mozmill-2.0?][mentor=whimboo][lang=js][good first bug]
Assignee | ||
Comment 6•12 years ago
|
||
I'll fix this in bug 860662 as the work there is nearly done.
Comment 7•12 years ago
|
||
Fixed by bug 860662.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [mozmill-2.0?][mentor=whimboo][lang=js][good first bug] → [mozmill-2.0][mentor=whimboo][lang=js][good first bug]
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•