Open Bug 1962054 Opened 4 months ago Updated 4 months ago

Add test for RequestListColumnWaterfall#timingTooltip

Categories

(DevTools :: Netmonitor, task)

task

Tracking

(Not tracked)

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:

https://searchfox.org/mozilla-central/rev/8867630d67bfe76f6065df08d60381d45d73c439/devtools/client/netmonitor/src/components/request-list/RequestListColumnWaterfall.js#78,186

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

Depends on: 1961874
You need to log in before you can comment on or make changes to this bug.