Closed
Bug 1133718
Opened 11 years ago
Closed 10 years ago
By class misses constant for 'anon attribute'
Categories
(Testing :: Marionette Client and Harness, defect)
Testing
Marionette Client and Harness
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Unassigned, Mentored)
References
()
Details
(Keywords: pi-marionette-client, Whiteboard: [good first bug][lang=py])
Attachments
(2 files)
Via https://github.com/mozilla/firefox-ui-tests/pull/82 we have seen that the `anon attribute` specifier for the By module is not available as constant. It would be good to get this added.
self.marionette.find_element('anon attribute', ...)
vs.
self.marionette.find_element(By.ANON_ATTRIBUTE, ...)
Not sure if there are other anon related specifiers. If not could be ANON only?
Updated•11 years ago
|
Mentor: dburns
Whiteboard: [good first bug][lang=py]
Updated•11 years ago
|
Keywords: ateam-marionette-client
Comment 1•10 years ago
|
||
Attachment #8567686 -
Flags: review?(dburns)
Comment 2•10 years ago
|
||
Thanks for the patch, this is awesome but I failed to put where I needed the main change.
This PR can stay but we now need the constant added to https://dxr.mozilla.org/mozilla-central/source/testing/marionette/client/marionette/by.py#25
add the following to the file
ANON_ATTRIBUTE = 'anon attribute'
Thanks!
Comment 3•10 years ago
|
||
Comment on attachment 8567686 [details] [review]
Patch v1
as was mentioned in the other comment, we need a change to by.py as well before this can land.
Attachment #8567686 -
Flags: review?(dburns) → review+
Comment 5•10 years ago
|
||
Please, let me know if there's something else to change and fix. :)
Updated•10 years ago
|
Attachment #8567924 -
Flags: review?(dburns) → review+
Comment 6•10 years ago
|
||
thanks for that! If you are looking for more Good first bugs in this module have a look at https://wiki.mozilla.org/Auto-tools/Projects/Marionette/Auto-tools/Projects/Marionette/Roadmap#Good_First_Bugs
Sheriffs,
Checkin-needed for patch on m-c code, not the github PR
Keywords: checkin-needed,
leave-open
Comment 7•10 years ago
|
||
Thanks David, I will see more bugs.
Comment 8•10 years ago
|
||
Keywords: checkin-needed
Comment 10•10 years ago
|
||
David, I squashed the commits in the PR. Maybe we can merge it now that patch changes were pushed to mozilla-central and mozilla-inbound. What you think?
Flags: needinfo?(dburns)
Comment 11•10 years ago
|
||
Looks like travis is having issues at the moment, leaving n-i to come back and look later to see if the job is done
Comment 12•10 years ago
|
||
The PR has been merged. Maybe we should mark this as fixed :)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(dburns)
Resolution: --- → FIXED
Comment 13•7 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
Updated•3 years ago
|
Product: Testing → Remote Protocol
| Reporter | ||
Comment 14•3 years ago
|
||
Moving bugs for Marionette client due to component changes.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•