Closed
Bug 1494617
Opened 6 years ago
Closed 6 years ago
"desiredCapabilities" and "requiredCapabilities" are not evaluated since using Serde
Categories
(Testing :: geckodriver, defect, P1)
Tracking
(firefox-esr60 unaffected, firefox62 unaffected, firefox63 fixed, firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | fixed |
firefox64 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
This is another regression from my Serde refactoring. So we no longer evaluate both capability types. Instead we check for "desired", and "required".
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
status-firefox62:
--- → unaffected
status-firefox63:
--- → affected
status-firefox64:
--- → affected
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
The refactoring of the webdriver crate to use Serde (bug 1396821)
caused this regression. By instructing Serde to correctly rename
both properties fixes it.
Comment 3•6 years ago
|
||
Comment on attachment 9012567 [details]
Bug 1494617 - [geckodriver] Fix evaluation of "desiredCapabilities" and "requiredCapabilities". r?ato
Andreas Tolfsen ❲:ato❳ has approved the revision.
Attachment #9012567 -
Flags: review+
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fc7d1d5fd6f6
[geckodriver] Fix evaluation of "desiredCapabilities" and "requiredCapabilities". r=ato
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Assignee | ||
Comment 6•6 years ago
|
||
This test-only patch fixes a regression in geckodriver. Please uplift to beta.
Whiteboard: [checkin-needed-beta]
Updated•6 years ago
|
status-firefox-esr60:
--- → unaffected
Comment 7•6 years ago
|
||
bugherder uplift |
Whiteboard: [checkin-needed-beta]
You need to log in
before you can comment on or make changes to this bug.
Description
•