Closed
Bug 1252038
Opened 8 years ago
Closed 7 years ago
Refactor storage inspector tests
Categories
(DevTools :: Storage Inspector, defect)
DevTools
Storage Inspector
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: miker, Unassigned)
References
Details
The tests are currently very easy to break by making tiny changes to the DOM. e.g. browser_tableWidget_mouse_interaction.js contains the following line: ``` node = table.tbody.firstChild.firstChild.firstChild; ``` Other tests open the storage inspector in a XUL popup, which is not good. All of the storage inspector tests need refactoring.
Reporter | ||
Comment 1•7 years ago
|
||
The tests are in much better shape now so marking as WONTFIX. Filter under Floccinaucinihilipilification
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•