Open
Bug 1962054
Opened 4 months ago
Updated 4 months ago
Add test for RequestListColumnWaterfall#timingTooltip
Categories
(DevTools :: Netmonitor, task)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
Details
The function populates the title
attribute for waterfall items.
Currently this is never called because of a typo in the function name:
handleMouseOver({ target }) {
...
onMouseOver: this.handeMouseOver,
This is going to be fixed in Bug 1961874, but we should add a test for this so we don't regress
You need to log in
before you can comment on or make changes to this bug.
Description
•