Closed
Bug 1906906
Opened 4 months ago
Closed 4 months ago
Use a shared test helper to expand object inspector items
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In bug 1906125, I had to modify lots of test in order to change from arrow
to theme-twisty
classname in items trees.
This highlighted lots of duplicated code in test to expand, assert and wait for the tree.
We should be reusing the existing expandObjectInspectorNode
test helper.
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0bd12eb33e5b
[devtools] Use `expandObjectInspectorNode` helper to expand Object Inspector items. r=devtools-reviewers,nchevobbe
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•