Closed
Bug 1253248
Opened 9 years ago
Closed 9 years ago
Use element.Strategies enum in element module
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox47 fixed, firefox48 fixed)
RESOLVED
FIXED
mozilla48
People
(Reporter: ato, Assigned: ato)
Details
(Keywords: pi-marionette-server)
Attachments
(1 file)
The testing/marionette/element.js module refers to element location strategies inconsistently. It ought to use the element.Strategies enum.
| Assignee | ||
Updated•9 years ago
|
| Assignee | ||
Comment 1•9 years ago
|
||
Removes the exported constants from testing/marionette/element.js and
introduces the migrates to using the element.Strategy enum consistently
throughout Marionette.
The supported strategies array passed into ElementManager's ctor has
also received some much needed attention and now actually works.
Review commit: https://reviewboard.mozilla.org/r/38185/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/38185/
Attachment #8726679 -
Flags: review?(dburns)
| Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8726679 [details]
MozReview Request: Bug 1253248 - Use element.Strategy enum consistently; r?automatedtester
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/38185/diff/1-2/
Comment 3•9 years ago
|
||
Comment on attachment 8726679 [details]
MozReview Request: Bug 1253248 - Use element.Strategy enum consistently; r?automatedtester
https://reviewboard.mozilla.org/r/38185/#review34797
Attachment #8726679 -
Flags: review?(dburns) → review+
| Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8726679 [details]
MozReview Request: Bug 1253248 - Use element.Strategy enum consistently; r?automatedtester
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/38185/diff/2-3/
| Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8726679 [details]
MozReview Request: Bug 1253248 - Use element.Strategy enum consistently; r?automatedtester
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/38185/diff/3-4/
| Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8726679 [details]
MozReview Request: Bug 1253248 - Use element.Strategy enum consistently; r?automatedtester
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/38185/diff/4-5/
| Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8726679 [details]
MozReview Request: Bug 1253248 - Use element.Strategy enum consistently; r?automatedtester
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/38185/diff/5-6/
Comment 9•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Comment 10•9 years ago
|
||
| bugherder uplift | ||
status-firefox47:
--- → fixed
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
•