Closed
Bug 917206
Opened 12 years ago
Closed 11 years ago
The 'add contact' icon in 'create new sms' always returns True for el.is_enabled()
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: roy.collings, Unassigned)
Details
Using build: unagi-ICS.eng.v1-train.Rel0.4.Sprint12.B-223.Gecko-1dc6917.Gaia-8b20ff9
With marionette: marionette_client-0.5.36-py2.7
1. Open the SMS app.
2. Create a new SMS.
3. Press the 'add contact' icon and add 1 contact (you are taken back to the SMS app).
4. Because of a bug in this build the 'add contact' icon is now disabled, but Marionette still thinks it's enabled ("el.is_enabled() == True"), even though I redefine the element again (using "find_element()").
(I don't have a bug number for this 'glitch' with the icon becoming disabled yet, but it was handy for discovering that Marionette couldn't see it had happened).
Comment 1•11 years ago
|
||
Not sure about when this bug was filed but this element is an <a> and isEnabled is basically not valid for this.
The devs may have been putting some kind of 'disabled' mask across the element though.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•