Open
Bug 1147012
Opened 10 years ago
Updated 2 years ago
Use a shared file for head-like functionality used in all devtools tests
Categories
(DevTools :: Framework, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: bgrins, Unassigned)
References
Details
We could use the loadHelperScript functionality [0] to load in some common head.js functionality across test suites. This file could be located in browser/devtools/shared/test.
[0]:
let testDir = gTestPath.substr(0, gTestPath.lastIndexOf("/"));
Services.scriptloader.loadSubScript(testDir + "/" + filePath, this);
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•