Closed Bug 1252038 Opened 8 years ago Closed 8 years ago

Refactor storage inspector tests

Categories

(DevTools :: Storage Inspector, defect)

defect
Not set
normal

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.
The tests are in much better shape now so marking as WONTFIX.

Filter under Floccinaucinihilipilification
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.