Closed
Bug 1252038
Opened 9 years ago
Closed 8 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•8 years ago
|
||
The tests are in much better shape now so marking as WONTFIX.
Filter under Floccinaucinihilipilification
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•