Closed
Bug 1253248
Opened 7 years ago
Closed 7 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•7 years ago
|
Assignee | ||
Comment 1•7 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•7 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•7 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•7 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•7 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•7 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•7 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•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a0ec2ec1f004
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Comment 10•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/92b98e56360e
status-firefox47:
--- → fixed
Updated•4 months ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•