Open
Bug 1425683
Opened 8 years ago
Updated 3 years ago
Remove code duplication in about:debugging tests
Categories
(DevTools :: about:debugging, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
Details
Attachments
(1 file)
|
59 bytes,
text/x-review-board-request
|
Details |
Some redundant code in devtools/client/aboutdebugging tests should be cleaned up.
For instance:
https://searchfox.org/mozilla-central/rev/c8e791091973825680bbba807fc1c4f5bda0f5a1/devtools/client/aboutdebugging/test/browser_service_workers.js#28-33
is duplicated in all tests that unregister a service worker.
| Reporter | ||
Updated•8 years ago
|
Severity: normal → enhancement
Priority: -- → P3
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•