Closed
Bug 1974262
Opened 22 days ago
Closed 17 days ago
Firefox UI tests call marionette with an outdated argument format
Categories
(Testing :: Firefox UI Tests, defect, P3)
Testing
Firefox UI Tests
Tracking
(firefox142 fixed)
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: bas.schouten, Assigned: bas.schouten)
Details
(Whiteboard: [webdriver:m17][webdriver:external])
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/testing/firefox-ui/mach_commands.py#45 sets a string with an ini file that no longer exists.
This code expects an array, and the manifest is a TOML file now.
I have a patch which appears to address the issue.
Assignee | ||
Comment 1•22 days ago
|
||
Updated•22 days ago
|
Assignee: nobody → bas
Status: NEW → ASSIGNED
This most likely regressed by bug 1859908.
Priority: -- → P3
Whiteboard: [webdriver:m17][webdriver:external]
Pushed by hskupin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/15b12d0dd585
https://hg.mozilla.org/integration/autoland/rev/94e1a21e298c
Fix Firefox UI functional tests to work locally with mach. r=whimboo,webdriver-reviewers
Comment 4•17 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 17 days ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•