Closed
Bug 1919708
Opened 4 months ago
Closed 4 months ago
Fix bug references in ini files for wdspec tests
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(firefox132 fixed)
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: [webdriver:m12])
Attachments
(1 file)
See https://phabricator.services.mozilla.com/D221685#inline-1236228
Most of webdriver's test ini files reference bugs as bug: 1234567
, whereas the rest of the codebase uses the full URL bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1234567
.
We should fix it for consistency.
Assignee | ||
Comment 1•4 months ago
|
||
The rest of the codebase is consistently using full URLs for bug references, we should do the same for wdspec test ini files.
Updated•4 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 months ago
|
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:m12]
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/10d34cb8da4e
[wdspec] Fix bug references in ini files for wdspec tests r=webdriver-reviewers,whimboo
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•